DBA Data[Home] [Help]

APPS.PJI_PJP_PRG_PERF_ALL dependencies on PJI_PJP_SUM_MAIN

Line 571: l_process := PJI_PJP_SUM_MAIN.G_PROCESS || to_char(g_worker_id);

567:
568: g_worker_id := PJI_PJP_FP_CURR_WRAP.GET_WORKER_ID;
569:
570: /* Added for Bug 13813361 Start */
571: l_process := PJI_PJP_SUM_MAIN.G_PROCESS || to_char(g_worker_id);
572: l_extraction_type := PJI_PROCESS_UTIL.GET_PROCESS_PARAMETER(l_process,'EXTRACTION_TYPE');
573: l_pji_schema := PJI_UTILS.GET_PJI_SCHEMA_NAME;
574:
575: IF (nvl(l_extraction_type,'N') = 'FULL' and PJI_UTILS.GET_PARAMETER('PJI_FPM_UPGRADE') <> 'C') THEN

Line 5626: l_process := PJI_PJP_SUM_MAIN.g_process || to_char(p_worker_id);

5622: l_workplan_type_id number;
5623:
5624: begin
5625:
5626: l_process := PJI_PJP_SUM_MAIN.g_process || to_char(p_worker_id);
5627:
5628: l_extraction_type := PJI_PROCESS_UTIL.GET_PROCESS_PARAMETER(l_process, 'EXTRACTION_TYPE');
5629: l_refresh_code := PJI_PROCESS_UTIL.GET_PROCESS_PARAMETER (l_process, 'REFRESH_CODE'); -- Bug#5099574
5630:

Line 6322: l_process := PJI_PJP_SUM_MAIN.g_process || to_char(p_worker_id);

6318: l_profile_check varchar2(1);
6319:
6320: begin
6321:
6322: l_process := PJI_PJP_SUM_MAIN.g_process || to_char(p_worker_id);
6323: l_profile_check := FND_PROFILE.VALUE('PJI_SUM_CLEANALL');
6324:
6325: if (not PJI_PROCESS_UTIL.NEED_TO_RUN_STEP(l_process, 'PJI_PJP_SUM_ROLLUP.ROLLUP_FPR_WBS(p_worker_id);')) then
6326: return;

Line 6515: l_process := PJI_PJP_SUM_MAIN.g_process || to_char(p_worker_id);

6511: execute immediate 'alter session enable parallel dml';
6512: commit;
6513: end if;
6514:
6515: l_process := PJI_PJP_SUM_MAIN.g_process || to_char(p_worker_id);
6516:
6517: if (not PJI_PROCESS_UTIL.NEED_TO_RUN_STEP(l_process, 'PJI_PJP_SUM_ROLLUP.PURGE_PLAN_DATA(p_worker_id);')) then
6518: return;
6519: end if;