Module scope
I’m finding that I am writing some standard code modules and then forgetting to discard them if they don’t work out. How can I find the references to those modules by the other database objects so that I don’t accidentally delete something that is actually used by some other object.
I’m finding that I am writing some standard code modules and then forgetting to discard them if they don’t work out. How can I find the references to those modules by the other database objects so that I don’t accidentally delete something that is actually used by some other object.