How to find the name of calling procedure or package?
Hi all..
Is it possible to find the name of the calling procedure or package?
I mean..if proc_1 is calling proc_2 How can i find in proc_2 that proc_1 is calling?
Proc_2 is being called from different procedures? I need to write to small code which needs to fire depends on the Proc it is calling?
Please help me to solve this.
Thanks