I have hundreds of procedures and packages in my database.
How can I find the name of the procedure or package that is inserting data into my table?
For example procedure sales could be inserting data into sales_total table.
My oracle version is 11.2 and I am using pl sql developer.