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