Hello everyone.
I have the following problem:
Some of my customers do not have certain tables created on their databases (they haven't bought the module), but i have a package that refers to these tables (among many others things).
Is there a way that i can instruct the oracle compiler not to evaluate some parts of code if the tables do not exist?
Since the projects were created years ago and there is a lot of legacy code written all of it in one package, i cannot break the package in parts and install every module-part on my clients. If i get forced to do that, i will more or less have to write the whole thing again.
Thanks in advance!
Thanassis