DBA Data[Home] [Help]

APPS.PJI_FM_XBS_ACCUM_MAINT dependencies on PJI_PJP_SUM_ROLLUP

Line 1012: --PJI_PJP_SUM_ROLLUP.ROLLUP_FPR_RBS_SMART_SLICES;

1008: x_return_status =>l_return_status );
1009:
1010: l_plan_version_id_tbl.DELETE;
1011:
1012: --PJI_PJP_SUM_ROLLUP.ROLLUP_FPR_RBS_SMART_SLICES;
1013: --Pji_Fm_Plan_Maint_T_Pvt.MERGE_INTO_FP_FACT;
1014:
1015: CLEANUP_TEMP_TABLES;
1016: --maintain_smart_slice does not clean data populated by itself

Line 1987: Pji_Pjp_Sum_Rollup.set_online_context (

1983: ----------------------------------------------------------------------------------------
1984: -- Set the online context.
1985: ----------------------------------------------------------------------------------------
1986:
1987: Pji_Pjp_Sum_Rollup.set_online_context (
1988: p_event_id => p_event_id,
1989: p_project_id => l_project_id,
1990: p_plan_type_id => l_plan_type_id,
1991: p_old_baselined_version => l_old_baseline_version_id,

Line 2266: Pji_Pjp_Sum_Rollup.set_online_context (

2262: -----------------------------------------------------------------------------------
2263: -- Set online context.
2264: -----------------------------------------------------------------------------------
2265:
2266: Pji_Pjp_Sum_Rollup.set_online_context (
2267: p_event_id => p_event_id,
2268: p_project_id => l_project_id,
2269: p_plan_type_id => NULL, -- l_plan_type_id
2270: p_old_baselined_version => NULL,

Line 2288: PJI_PJP_SUM_ROLLUP.ROLLUP_FPR_RBS_SMART_SLICES;

2284:
2285: PJI_FM_PLAN_MAINT_T_PVT.CREATE_WBSRLP;
2286: print_time(' Mark original private: Created WBS rollups. ');
2287:
2288: PJI_PJP_SUM_ROLLUP.ROLLUP_FPR_RBS_SMART_SLICES;
2289:
2290: PJI_FM_PLAN_MAINT_T_PVT.UPDATE_WBS_HDR;
2291: print_time('Updated the WBS header table with min max txn dates.');
2292:

Line 4430: Pji_Pjp_Sum_Rollup.set_online_context (

4426: Pji_Utils.write2log('WBS Maint Pvt:' || 'Old WBS Version ID:' || l_old_wbs_version_id);
4427: end if;
4428:
4429:
4430: Pji_Pjp_Sum_Rollup.set_online_context (
4431: p_event_id => p_event_id,
4432: p_project_id => l_project_id,
4433: p_plan_type_id => NULL,
4434: p_old_baselined_version => NULL,

Line 4441: Pji_Pjp_Sum_Rollup.populate_xbs_denorm_delta;

4437: p_new_original_version => NULL,
4438: p_old_struct_version => l_old_wbs_version_id,
4439: p_new_struct_version => l_new_wbs_version_id );
4440:
4441: Pji_Pjp_Sum_Rollup.populate_xbs_denorm_delta;
4442:
4443: Pji_Pjp_Sum_Rollup.rollup_fpr_wbs;
4444: IF g_debug_mode='Y' THEN
4445: Pji_Utils.write2log(' WBS_MAINT_PVT: Pji_Pjp_Sum_Rollup.rollup_fpr_wbs',null,3);

Line 4443: Pji_Pjp_Sum_Rollup.rollup_fpr_wbs;

4439: p_new_struct_version => l_new_wbs_version_id );
4440:
4441: Pji_Pjp_Sum_Rollup.populate_xbs_denorm_delta;
4442:
4443: Pji_Pjp_Sum_Rollup.rollup_fpr_wbs;
4444: IF g_debug_mode='Y' THEN
4445: Pji_Utils.write2log(' WBS_MAINT_PVT: Pji_Pjp_Sum_Rollup.rollup_fpr_wbs',null,3);
4446: end if;
4447: Pji_Pjp_Sum_Rollup.rollup_acr_wbs;

Line 4445: Pji_Utils.write2log(' WBS_MAINT_PVT: Pji_Pjp_Sum_Rollup.rollup_fpr_wbs',null,3);

4441: Pji_Pjp_Sum_Rollup.populate_xbs_denorm_delta;
4442:
4443: Pji_Pjp_Sum_Rollup.rollup_fpr_wbs;
4444: IF g_debug_mode='Y' THEN
4445: Pji_Utils.write2log(' WBS_MAINT_PVT: Pji_Pjp_Sum_Rollup.rollup_fpr_wbs',null,3);
4446: end if;
4447: Pji_Pjp_Sum_Rollup.rollup_acr_wbs;
4448:
4449: Pji_Pjp_Sum_Rollup.update_xbs_denorm;

Line 4447: Pji_Pjp_Sum_Rollup.rollup_acr_wbs;

4443: Pji_Pjp_Sum_Rollup.rollup_fpr_wbs;
4444: IF g_debug_mode='Y' THEN
4445: Pji_Utils.write2log(' WBS_MAINT_PVT: Pji_Pjp_Sum_Rollup.rollup_fpr_wbs',null,3);
4446: end if;
4447: Pji_Pjp_Sum_Rollup.rollup_acr_wbs;
4448:
4449: Pji_Pjp_Sum_Rollup.update_xbs_denorm;
4450:
4451: Pji_Pjp_Sum_Denorm.cleanup_xbs_denorm(

Line 4449: Pji_Pjp_Sum_Rollup.update_xbs_denorm;

4445: Pji_Utils.write2log(' WBS_MAINT_PVT: Pji_Pjp_Sum_Rollup.rollup_fpr_wbs',null,3);
4446: end if;
4447: Pji_Pjp_Sum_Rollup.rollup_acr_wbs;
4448:
4449: Pji_Pjp_Sum_Rollup.update_xbs_denorm;
4450:
4451: Pji_Pjp_Sum_Denorm.cleanup_xbs_denorm(
4452: p_worker_id => 1
4453: ,p_extraction_type => 'ONLINE');