Method to find all 10g forms that use a particular package, procedure, or table
I have to modify a table, and doing so will effect several procedures & packages. I can see the dependencices on the database table that show me what packages & procedures will be effected.
But how do I see what forms depend a these particular packages & procedures. Without checking every Form?
Thanks, Will