Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Name of procedure that called another one
10 different procedures call ProcedureX. Is there any way to find out which procedure (with its parameters) called ProcedureX?
ProcedureN(par1, ..., parm) (N=1..10) begin blah; ProcedureX(par1, ..., parn); end; ProcedureX(par1, ..., parn); begin blah; Here I want to know which procedure called this one. How to find out that? end; Tnx.Received on Fri Aug 17 2001 - 14:30:31 CDT
![]() |
![]() |