DBA Data[Home] [Help]

APPS.PJI_FM_XBS_ACCUM_MAINT dependencies on PJI_PJP_SUM_ROLLUP

Line 734: --PJI_PJP_SUM_ROLLUP.ROLLUP_FPR_RBS_SMART_SLICES;

730: x_return_status =>l_return_status );
731:
732: l_plan_version_id_tbl.DELETE;
733:
734: --PJI_PJP_SUM_ROLLUP.ROLLUP_FPR_RBS_SMART_SLICES;
735: --Pji_Fm_Plan_Maint_T_Pvt.MERGE_INTO_FP_FACT;
736:
737: CLEANUP_TEMP_TABLES;
738: --maintain_smart_slice does not clean data populated by itself

Line 1611: Pji_Pjp_Sum_Rollup.set_online_context (

1607: ----------------------------------------------------------------------------------------
1608: -- Set the online context.
1609: ----------------------------------------------------------------------------------------
1610:
1611: Pji_Pjp_Sum_Rollup.set_online_context (
1612: p_event_id => p_event_id,
1613: p_project_id => l_project_id,
1614: p_plan_type_id => l_plan_type_id,
1615: p_old_baselined_version => l_old_baseline_version_id,

Line 1890: Pji_Pjp_Sum_Rollup.set_online_context (

1886: -----------------------------------------------------------------------------------
1887: -- Set online context.
1888: -----------------------------------------------------------------------------------
1889:
1890: Pji_Pjp_Sum_Rollup.set_online_context (
1891: p_event_id => p_event_id,
1892: p_project_id => l_project_id,
1893: p_plan_type_id => NULL, -- l_plan_type_id
1894: p_old_baselined_version => NULL,

Line 1912: PJI_PJP_SUM_ROLLUP.ROLLUP_FPR_RBS_SMART_SLICES;

1908:
1909: PJI_FM_PLAN_MAINT_T_PVT.CREATE_WBSRLP;
1910: print_time(' Mark original private: Created WBS rollups. ');
1911:
1912: PJI_PJP_SUM_ROLLUP.ROLLUP_FPR_RBS_SMART_SLICES;
1913:
1914: PJI_FM_PLAN_MAINT_T_PVT.UPDATE_WBS_HDR;
1915: print_time('Updated the WBS header table with min max txn dates.');
1916:

Line 4053: Pji_Pjp_Sum_Rollup.set_online_context (

4049: Pji_Utils.write2log('WBS Maint Pvt:' || 'Old WBS Version ID:' || l_old_wbs_version_id);
4050: end if;
4051:
4052:
4053: Pji_Pjp_Sum_Rollup.set_online_context (
4054: p_event_id => p_event_id,
4055: p_project_id => l_project_id,
4056: p_plan_type_id => NULL,
4057: p_old_baselined_version => NULL,

Line 4064: Pji_Pjp_Sum_Rollup.populate_xbs_denorm_delta;

4060: p_new_original_version => NULL,
4061: p_old_struct_version => l_old_wbs_version_id,
4062: p_new_struct_version => l_new_wbs_version_id );
4063:
4064: Pji_Pjp_Sum_Rollup.populate_xbs_denorm_delta;
4065:
4066: Pji_Pjp_Sum_Rollup.rollup_fpr_wbs;
4067: IF g_debug_mode='Y' THEN
4068: Pji_Utils.write2log(' WBS_MAINT_PVT: Pji_Pjp_Sum_Rollup.rollup_fpr_wbs',null,3);

Line 4066: Pji_Pjp_Sum_Rollup.rollup_fpr_wbs;

4062: p_new_struct_version => l_new_wbs_version_id );
4063:
4064: Pji_Pjp_Sum_Rollup.populate_xbs_denorm_delta;
4065:
4066: Pji_Pjp_Sum_Rollup.rollup_fpr_wbs;
4067: IF g_debug_mode='Y' THEN
4068: Pji_Utils.write2log(' WBS_MAINT_PVT: Pji_Pjp_Sum_Rollup.rollup_fpr_wbs',null,3);
4069: end if;
4070: Pji_Pjp_Sum_Rollup.rollup_acr_wbs;

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

4064: Pji_Pjp_Sum_Rollup.populate_xbs_denorm_delta;
4065:
4066: Pji_Pjp_Sum_Rollup.rollup_fpr_wbs;
4067: IF g_debug_mode='Y' THEN
4068: Pji_Utils.write2log(' WBS_MAINT_PVT: Pji_Pjp_Sum_Rollup.rollup_fpr_wbs',null,3);
4069: end if;
4070: Pji_Pjp_Sum_Rollup.rollup_acr_wbs;
4071:
4072: Pji_Pjp_Sum_Rollup.update_xbs_denorm;

Line 4070: Pji_Pjp_Sum_Rollup.rollup_acr_wbs;

4066: Pji_Pjp_Sum_Rollup.rollup_fpr_wbs;
4067: IF g_debug_mode='Y' THEN
4068: Pji_Utils.write2log(' WBS_MAINT_PVT: Pji_Pjp_Sum_Rollup.rollup_fpr_wbs',null,3);
4069: end if;
4070: Pji_Pjp_Sum_Rollup.rollup_acr_wbs;
4071:
4072: Pji_Pjp_Sum_Rollup.update_xbs_denorm;
4073:
4074: Pji_Pjp_Sum_Denorm.cleanup_xbs_denorm(

Line 4072: Pji_Pjp_Sum_Rollup.update_xbs_denorm;

4068: Pji_Utils.write2log(' WBS_MAINT_PVT: Pji_Pjp_Sum_Rollup.rollup_fpr_wbs',null,3);
4069: end if;
4070: Pji_Pjp_Sum_Rollup.rollup_acr_wbs;
4071:
4072: Pji_Pjp_Sum_Rollup.update_xbs_denorm;
4073:
4074: Pji_Pjp_Sum_Denorm.cleanup_xbs_denorm(
4075: p_worker_id => 1
4076: ,p_extraction_type => 'ONLINE');