DBA Data[Home] [Help]

APPS.PO_FUNDS_CHECKER dependencies on DUAL

Line 2120: from dual;

2116: num_insert INTEGER;
2117:
2118: cursor pkt_id is
2119: select gl_bc_packets_s.nextval
2120: from dual;
2121:
2122: BEGIN
2123:
2124: if g_fclevel = 'DISTRIBUTION' then

Line 3161: from dual;

3157: l_reportid po_online_report_text.online_report_id%TYPE;
3158:
3159: cursor report_seq is
3160: select po_online_report_text_s.nextval
3161: from dual;
3162:
3163: BEGIN
3164:
3165: l_linemsg := FND_MESSAGE.GET_STRING('PO', 'PO_ZMVOR_LINE');