How do I view a FUNCTION within a Package Body
I can see the FUNCTION being executed within the Package...
FUNCTION Stop_Refresh_AsBilled
RETURN Number;
And within Oracle SQL Developer and using the Connection and "Packages" part of the Schema, I see the Function Name. However, when I <Double-Click> on the FUNCTION Name within the Schema, it is taking me to where the FUNCTION is executed within the Package and NOT to the PL/SQL Code that actually makes up the FUNCTION.
Am I missing something here??? Maybe in my Preferences??? How can I drill down further to actually find the FUNCTION Definition and PL/SQL Code that makes up the FUNCTION within the Package Body???
I can bring up the Package Body and Search on the FUNCTION that way. I'm hoping there is an easier way however to drill down to the actual PL/SQL Code that makes up the FUNCTION.
I hope I am being clear in my explanation here.
Thanks for your review and I am hopeful for a reply.
PSULionRP