DBA Data[Home] [Help]

APPS.PA_TASK_UTILS dependencies on PA_PROJ_ELEMENTS_UTILS

Line 1770: -- the following API : PA_PROJ_ELEMENTS_UTILS.perform_task_validations

1766: end;
1767: */
1768: -- Start of code for Performance Fix 4903460
1769: -- All commented validations in this API for this perf fix are done in
1770: -- the following API : PA_PROJ_ELEMENTS_UTILS.perform_task_validations
1771:
1772: -- Added the following api call to get the project_id and pass it to perform_task_validations. Done for Bug#4964992
1773: l_project_id := pa_proj_tsk_utils.get_task_project_id(x_task_id);
1774: -- End of changes for Bug#4964992

Line 1776: PA_PROJ_ELEMENTS_UTILS.perform_task_validations

1772: -- Added the following api call to get the project_id and pass it to perform_task_validations. Done for Bug#4964992
1773: l_project_id := pa_proj_tsk_utils.get_task_project_id(x_task_id);
1774: -- End of changes for Bug#4964992
1775:
1776: PA_PROJ_ELEMENTS_UTILS.perform_task_validations
1777: (
1778: p_project_id => l_project_id
1779: ,p_task_id => x_task_id
1780: ,x_error_code => x_err_code