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