Finding Func/Proc Name From Package Body by line number?
_Dylan_Mar 20 2009 — edited Mar 20 2009I'm working on enhancing a "who am I" function that parses the call stack. I'm tweaking it's return value when the object is a package body. Rather than just give the package name, I'd like it to return package_name.proc_name.
Is there a more intuitive way to find out what sub-procedures start/end on what lines rather than parsing %_source?