Hi,
We have around 10k pl/sql packages in our application. We want to find out functions being called from calling function.
Ex: F1-->F2-->F3
F1-->F2-->F5
F1--->F6-->F7
We want to know what are all the functions being called from function F1.
Is there a way to find this out?
Any help would be appreciated.