How to get name of PL/SQL stored procedure being executed?
MTMOct 1 2008 — edited Oct 1 2008When executing a PL/SQL stored procedure, is there a way to extract the name of the procedure programatically?
(Similar to the way an Oracle Form can retrieve it's own name via GET_APPLICATION_PROPERTY(CURRENT_FORM_NAME). )
Thanks