Quantcast
Channel: Oracle, MySQL, Sybase, Informix and other databases
Viewing all articles
Browse latest Browse all 1350

Calling a Store Procedure

$
0
0

Hi All,

Please  I have store Procedure "get_id" in oracle that is under a package called "sp_acc". I am supposed to input the CusId and output Cust_NO + SPR.

please any idea on how to do this or sample. I can share what am trying to do and is not working.

Thanks in advance

Argument Name    Type         In/Out     Default?
------------------------------ ----------------------- ------ - -------
CusId         VARCHAR2      IN
VOUT         REF CURSOR     OUT
Result                        OUT
Cus_NO       VARCHAR2(6)    OUT
SPR             VARCHAR2(7)    OUT




Viewing all articles
Browse latest Browse all 1350

Trending Articles