Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Name of procedure that called another one

Re: Name of procedure that called another one

From: Thomas Kyte <tkyte_at_us.oracle.com>
Date: 17 Aug 2001 17:56:38 -0700
Message-ID: <9lkeg601kqm@drn.newsguy.com>


In article <9ljrcn$bdn$1_at_bagan.srce.hr>, Vucko says...
>
> 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.

see
http://osi.oracle.com/~tkyte/who_called_me/index.html ....

--
Thomas Kyte (tkyte@us.oracle.com)             http://asktom.oracle.com/ 
Expert one on one Oracle, programming techniques and solutions for Oracle.
http://www.amazon.com/exec/obidos/ASIN/1861004826/  
Opinions are mine and do not necessarily reflect those of Oracle Corp 
Received on Fri Aug 17 2001 - 19:56:38 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US