Howe to retrieve Dependencies??
419019Sep 13 2006 — edited Oct 3 2006Hi All,
I have a number of procedures, functions and packages. I want to retrieve all the dependent tables for each pro/pkg and for each table display the type of transaction done (select/update/delete)
ex:
i want something like:
Object Dependencies Transactions
Proc1 Tab1 Insert/Update
Tab2 Select
Tab3 Delete
Is there any way how can i retrieve this info? Or any tool where i can download?
Thnks