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: Mark C. Stock <mcstockX_at_Xenquery>
Date: Thu, 30 Mar 2006 14:51:25 -0500
Message-ID: <ff2dnRjxI6Ndq7HZnZ2dnUVZ_s-dnZ2d@comcast.com>

<talk2paras_at_gmail.com> wrote in message news:1143747371.075951.223880_at_i39g2000cwa.googlegroups.com...
: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.
:

this sounds like just typical assignment, ie, localvar := localvar_sent_as_in_out_variable

or, just pass the local var as the in/out variable -- that's what in/outs are there for.

++ mcs Received on Thu Mar 30 2006 - 13:51:25 CST

Original text of this message

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