DBA Data[Home] [Help]

APPS.PO_OM_INTEGRATION_GRP dependencies on DUAL

Line 832: FROM dual;

828:
829: -- SQL What: Retrieve a key to identify our records in PO_SESSION_GT.
830: SELECT PO_SESSION_GT_S.nextval
831: INTO l_session_gt_key
832: FROM dual;
833:
834: ----------------------------------------------------------------
835: -- PO_SESSION_GT column mapping
836: --

Line 1335: FROM DUAL;

1331: l_progress := '030';
1332:
1333: SELECT PO_SESSION_GT_S.nextval
1334: INTO l_seq_id
1335: FROM DUAL;
1336:
1337: IF (g_fnd_debug = 'Y') THEN
1338: PO_DEBUG.debug_stmt
1339: ( p_log_head => l_log_head,