DBA Data[Home] [Help]

APPS.PJI_EXTRACTION_UTIL dependencies on DUAL

Line 204: dual

200: to_number(null),
201: to_number(null),
202: to_number(null)
203: from
204: dual
205: where
206: not exists (select ORG_ID
207: from PA_IMPLEMENTATIONS_ALL
208: where ORG_ID is null) and

Line 583: dual;

579: sysdate START_DATE,
580: null END_DATE,
581: null COMPLETION_TEXT
582: from
583: dual;
584:
585: -- PJI intermediate summarization tables
586: PJI_PROCESS_UTIL.TRUNC_INT_TABLE(l_pji_schema, 'PJI_SYSTEM_PRC_STATUS', 'NORMAL', null);
587: PJI_PROCESS_UTIL.TRUNC_INT_TABLE(l_pji_schema, 'PJI_HELPER_BATCH_MAP', 'NORMAL', null);