DBA Data[Home] [Help]

APPS.PJI_FM_PLAN_MAINT dependencies on PJI_PROCESS_UTIL

Line 326: PJI_PROCESS_UTIL.REFRESH_STEP_TABLE;

322: -- c. Step seq 30, process name 'PJI_EXTR', step name 'PJI_FM_SUM_MAIN.WRAPUP_PROCESS', step type 'GENERIC'.
323: -- d. Step seq 40, process name 'PJI_EXTR', step name 'PJI_FM_SUM_EXTR.GET_NEXT_BATCH(p_worker_id)', step type 'GENERIC'.
324: --
325: --
326: PJI_PROCESS_UTIL.REFRESH_STEP_TABLE;
327: l_count := l_count + 1;
328: print_time('FPM Upgr 1.1 ' || l_count);
329:
330: -- ... register the 14 following steps into PJI_MT_PRC_STEPS/PJI_SYSTEM_PRC_STATUS.

Line 331: PJI_PROCESS_UTIL.ADD_STEPS(l_process, 'PJI_PJP_FPM_UPGRADE', 'FULL');

327: l_count := l_count + 1;
328: print_time('FPM Upgr 1.1 ' || l_count);
329:
330: -- ... register the 14 following steps into PJI_MT_PRC_STEPS/PJI_SYSTEM_PRC_STATUS.
331: PJI_PROCESS_UTIL.ADD_STEPS(l_process, 'PJI_PJP_FPM_UPGRADE', 'FULL');
332: l_count := l_count + 1;
333: print_time('FPM Upgr 1.2 ' || l_count);
334:
335: --