DBA Data[Home] [Help]

APPS.PA_ASSIGNMENT_PROGRESS_PUB dependencies on PA_PROGRESS_PUB

Line 1245: -- Bug 12611285: Uncommenting the code since the value of l_actual_effort_this_period is not passed when called from PA_PROGRESS_PUB.UPDATE_PROGRESS

1241: l_actual_raw_cost := nvl(l_act_raw_cost_last_subm_tc,0);
1242: l_actual_effort := nvl(l_act_effort_last_subm,0);
1243: -- End Bug # 4541353.
1244: */
1245: -- Bug 12611285: Uncommenting the code since the value of l_actual_effort_this_period is not passed when called from PA_PROGRESS_PUB.UPDATE_PROGRESS
1246:
1247: -- rbruno commented for bug 9545413 - start
1248: -- commenting this because l_actual_effort_this_period is already calculated and sent to this api
1249: -- from PA_PROGRESS_PUB.UPDATE_TASK_PROGRESS api

Line 1249: -- from PA_PROGRESS_PUB.UPDATE_TASK_PROGRESS api

1245: -- Bug 12611285: Uncommenting the code since the value of l_actual_effort_this_period is not passed when called from PA_PROGRESS_PUB.UPDATE_PROGRESS
1246:
1247: -- rbruno commented for bug 9545413 - start
1248: -- commenting this because l_actual_effort_this_period is already calculated and sent to this api
1249: -- from PA_PROGRESS_PUB.UPDATE_TASK_PROGRESS api
1250:
1251: IF l_actual_effort_this_period IS NULL AND nvl(l_actual_effort,0) > 0 THEN -- Bug 12611285
1252:
1253: l_actual_raw_cost_this_period := nvl(l_actual_raw_cost,0) - nvl(l_act_raw_cost_last_subm_tc,0);

Line 2544: PA_PROGRESS_PUB.push_workplan_actuals(

2540: --IF l_structure_shared = 'N' AND (l_act_txn_cost IS NOT NULL OR l_act_effort_this_period IS NOT NULL)
2541: --bug no. 3595585 moved the call after updating progress rollup Satish start
2542: /*IF ((l_structure_sharing_code <> 'SHARE_FULL') AND (l_act_txn_cost IS NOT NULL OR l_act_effort_this_period IS NOT NULL))
2543: THEN
2544: PA_PROGRESS_PUB.push_workplan_actuals(
2545: p_project_Id => p_project_id,
2546: p_structure_version_id => p_structure_version_id,
2547: p_proj_element_id => p_task_id,
2548: p_object_id => p_object_id,

Line 2710: --DEBUG_DJ('**********PA_PROGRESS_PUB.push_workplan_actuals');

2706: pa_debug.write(x_Module=>'PA_ASSIGNMENT_PROGRESS_PUB.UPDATE_ASSIGNMENT_PROGRESS', x_Msg => 'l_etc_effort_incr '||l_etc_effort_incr, x_Log_Level=> 3);
2707: END IF;
2708:
2709: -- Raw Cost Changes : Modified push_workplan actuals call
2710: --DEBUG_DJ('**********PA_PROGRESS_PUB.push_workplan_actuals');
2711: PA_PROGRESS_PUB.push_workplan_actuals(
2712: p_project_Id => p_project_id,
2713: p_structure_version_id => p_structure_version_id,
2714: p_proj_element_id => p_task_id,

Line 2711: PA_PROGRESS_PUB.push_workplan_actuals(

2707: END IF;
2708:
2709: -- Raw Cost Changes : Modified push_workplan actuals call
2710: --DEBUG_DJ('**********PA_PROGRESS_PUB.push_workplan_actuals');
2711: PA_PROGRESS_PUB.push_workplan_actuals(
2712: p_project_Id => p_project_id,
2713: p_structure_version_id => p_structure_version_id,
2714: p_proj_element_id => p_task_id,
2715: p_object_id => p_object_id,