DBA Data[Home] [Help]

APPS.PJI_FM_PLAN_MAINT dependencies on PJI_FM_XBS_ACCUM_UTILS

Line 289: PJI_FM_XBS_ACCUM_UTILS.FPM_UPGRADE_INITIALIZE;

285: ELSIF (l_fpm_upgr_status IS NULL) THEN
286: l_count := l_count + 1;
287: print_time('FPM Upgr c3 ' || l_count);
288: -- Description of this api is given below.
289: PJI_FM_XBS_ACCUM_UTILS.FPM_UPGRADE_INITIALIZE;
290: print_time('FPM Upgr c4 ' || l_count );
291: END IF;
292:
293:

Line 295: -- PJI_FM_XBS_ACCUM_UTILS.FPM_UPGRADE_INITIALIZE;

291: END IF;
292:
293:
294: --
295: -- PJI_FM_XBS_ACCUM_UTILS.FPM_UPGRADE_INITIALIZE;
296: --
297: --
298: -- The call to the PJI_FM_XBS_ACCUM_UTILS.FPM_UPGRADE_INITIALIZE api below does the following:
299: --

Line 298: -- The call to the PJI_FM_XBS_ACCUM_UTILS.FPM_UPGRADE_INITIALIZE api below does the following:

294: --
295: -- PJI_FM_XBS_ACCUM_UTILS.FPM_UPGRADE_INITIALIZE;
296: --
297: --
298: -- The call to the PJI_FM_XBS_ACCUM_UTILS.FPM_UPGRADE_INITIALIZE api below does the following:
299: --
300: --
301: -- Update pji system settings table and system parameter CONFIG_PROJ_PERF_FLAG to 'Y'.
302: -- Set parameter PJI_EXTR1$EXTRACTION_TYPE to FULL.

Line 560: PJI_FM_XBS_ACCUM_UTILS.FPM_UPGRADE_END;

556: -- e. Set system parameter PJP_FPM_UPGRADE_DATE to sysdate.
557: -- f. Delete data from PJI_PJP_PROJ_BATCH_MAP for worker id l_worker_id = 1.
558: --
559:
560: PJI_FM_XBS_ACCUM_UTILS.FPM_UPGRADE_END;
561: l_count := l_count + 1;
562: print_time('FPM Upgr ' || l_count);
563:
564: COMMIT;