DBA Data[Home] [Help]

APPS.IBY_BILL_PKG dependencies on DUAL

Line 26: from dual;

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.
30: */