How can I find all tables in a give stored procedure in the package
Hi All,
I think dba_dependenices can be used to find all tables in the standalone stored procedures or all tables in the pacakge.
But how can I get the tables in the pacakged SP?
I am not allowed to create any SP in this enviroment, so it's not feasible to change packaged stored procedure to standalone one.
Best regards,
Leon