DBA Data[Home] [Help]

APPS.IBY_BILL_PKG dependencies on IBY_TANGIBLE_S

Line 25: select iby_tangible_s.nextval

21: i_billEftAuthMethod IN iby_tangible.Eft_Auth_Method%TYPE,
22: io_mtangibleid in out nocopy iby_tangible.Mtangibleid%type)
23: is
24: cursor c_getMtangibleid is
25: select iby_tangible_s.nextval
26: from dual;
27: begin
28: /*
29: ** close the cursor if it is already open.