Find the procedure which writes data to my table
sri333Feb 15 2013 — edited Feb 15 2013Hi,
I have a table which contains data generated by procedures. And i used the table in so many procedures for reading data from that table. Now i want to know what procedures are writing data to that table. I tried dba_dependencies. But it will give me all dependent procedures. But i want aonly the procedures which writes data to that table. And if possible how do i get the flow of data in procedures.
Thanks,
Sri