DBA Data[Home] [Help]

APPS.PO_OM_INTEGRATION_GRP dependencies on DUAL

Line 958: FROM dual;

954:
955: -- SQL What: Retrieve a key to identify our records in PO_SESSION_GT.
956: SELECT PO_SESSION_GT_S.nextval
957: INTO l_session_gt_key
958: FROM dual;
959:
960: ----------------------------------------------------------------
961: -- PO_SESSION_GT column mapping
962: --

Line 1461: FROM DUAL;

1457: l_progress := '030';
1458:
1459: SELECT PO_SESSION_GT_S.nextval
1460: INTO l_seq_id
1461: FROM DUAL;
1462:
1463: IF (g_fnd_debug = 'Y') THEN
1464: PO_DEBUG.debug_stmt
1465: ( p_log_head => l_log_head,