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: how to copy value of an in out parameter from calling procedure

Re: how to copy value of an in out parameter from calling procedure

From: DA Morgan <damorgan_at_psoug.org>
Date: Thu, 30 Mar 2006 11:44:06 -0800
Message-ID: <1143747836.400571@yasure.drizzle.com>


talk2paras_at_gmail.com wrote:
> I am calling a procedure(order) from a calling procedure (caller).
> Order uses an In out parament (Ser_no)
>
> Order is supposed to return a serial number.
>
> how can i copy the value returned by Order to a local variable of
> Caller.
>
> thanks.

Demos of the use of OUT parameters can be found in Morgan's Library at www.psoug.org under Procedures.

-- 
Daniel A. Morgan
http://www.psoug.org
damorgan_at_x.washington.edu
(replace x with u to respond)
Received on Thu Mar 30 2006 - 13:44:06 CST

Original text of this message

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