DBA Data[Home] [Help]

APPS.PA_TASK_PVT1 dependencies on PA_PROJECT_CORE

Line 5862: -- pa_proj_maint_pvt and pa_project_core.delete_task apis

5858: ,p_record_version_number => x_task_rec_version_number
5859: ,p_wbs_record_version_number => x_wbs_rec_version_number
5860: ,p_called_from_api => p_called_from_api
5861: -- 4201927 pass p_bulk_flag as 'Y' to avoid delete_task_ok api validation in
5862: -- pa_proj_maint_pvt and pa_project_core.delete_task apis
5863: ,p_bulk_flag => 'Y'
5864: ,x_return_status => l_return_status
5865: ,x_msg_count => l_msg_count
5866: ,x_msg_data => l_msg_data);

Line 9843: and is done after call to pa_project_core.delete_task .

9839: l_element_version_id_tbl(1) := cur_child_tasks_rec.object_id_to1;
9840:
9841: /* 4317547 : The fix 4172646 has caused DHI bug 4317547
9842: Here,the call to delete planning txn has been moved out of the loop
9843: and is done after call to pa_project_core.delete_task .
9844: This is problematic as described in 4317547
9845:
9846: --bug Bug # : 4172646
9847: -- Moved the call delete planning txn after the loop once for all tasks.

Line 9952: PA_PROJECT_CORE.Delete_Task(

9948: END IF;
9949:
9950: -- hsiu: bug 2800553: added for performance improvement
9951: --bug 2947492 : The following call is modified to pass parameters by notation
9952: PA_PROJECT_CORE.Delete_Task(
9953: x_task_id => l_proj_element_id,
9954: x_err_code => l_err_code,
9955: x_err_stage => l_err_stage,
9956: x_err_stack => l_err_stack);