How to pass a variable value from env class to transaction class without using config_db?

In reply to pankaj12saha:

If you do not waht to use the config_db you can use parameters, parameterized classes and packages.
The question is why you do not want to use the config_db, because it is the most elegant way.