DBA Data[Home] [Help]

APPS.PA_TASK_PVT1 dependencies on PA_PROJECT_CORE

Line 5354: -- pa_proj_maint_pvt and pa_project_core.delete_task apis

5350: ,p_record_version_number => x_task_rec_version_number
5351: ,p_wbs_record_version_number => x_wbs_rec_version_number
5352: ,p_called_from_api => p_called_from_api
5353: -- 4201927 pass p_bulk_flag as 'Y' to avoid delete_task_ok api validation in
5354: -- pa_proj_maint_pvt and pa_project_core.delete_task apis
5355: ,p_bulk_flag => 'Y'
5356: ,x_return_status => l_return_status
5357: ,x_msg_count => l_msg_count
5358: ,x_msg_data => l_msg_data);

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

9091: l_element_version_id_tbl(1) := cur_child_tasks_rec.object_id_to1;
9092:
9093: /* 4317547 : The fix 4172646 has caused DHI bug 4317547
9094: Here,the call to delete planning txn has been moved out of the loop
9095: and is done after call to pa_project_core.delete_task .
9096: This is problematic as described in 4317547
9097:
9098: --bug Bug # : 4172646
9099: -- Moved the call delete planning txn after the loop once for all tasks.

Line 9204: PA_PROJECT_CORE.Delete_Task(

9200: END IF;
9201:
9202: -- hsiu: bug 2800553: added for performance improvement
9203: --bug 2947492 : The following call is modified to pass parameters by notation
9204: PA_PROJECT_CORE.Delete_Task(
9205: x_task_id => l_proj_element_id,
9206: x_err_code => l_err_code,
9207: x_err_stage => l_err_stage,
9208: x_err_stack => l_err_stack);