DBA Data[Home] [Help]

APPS.PJI_EXTRACTION_UTIL dependencies on DUAL

Line 205: dual

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

Line 587: dual;

583: sysdate START_DATE,
584: null END_DATE,
585: null COMPLETION_TEXT
586: from
587: dual;
588:
589: -- PJI intermediate summarization tables
590: PJI_PROCESS_UTIL.TRUNC_INT_TABLE(l_pji_schema, 'PJI_SYSTEM_PRC_STATUS', 'NORMAL', null);
591: PJI_PROCESS_UTIL.TRUNC_INT_TABLE(l_pji_schema, 'PJI_HELPER_BATCH_MAP', 'NORMAL', null);