DBA Data[Home] [Help]

APPS.PA_TASK_UTILS dependencies on PA_PROJ_ELEMENTS_UTILS

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

1978: end;
1979: */
1980: -- Start of code for Performance Fix 4903460
1981: -- All commented validations in this API for this perf fix are done in
1982: -- the following API : PA_PROJ_ELEMENTS_UTILS.perform_task_validations
1983:
1984: -- Added the following api call to get the project_id and pass it to perform_task_validations. Done for Bug#4964992
1985: l_project_id := pa_proj_tsk_utils.get_task_project_id(x_task_id);
1986: -- End of changes for Bug#4964992

Line 1988: PA_PROJ_ELEMENTS_UTILS.perform_task_validations

1984: -- Added the following api call to get the project_id and pass it to perform_task_validations. Done for Bug#4964992
1985: l_project_id := pa_proj_tsk_utils.get_task_project_id(x_task_id);
1986: -- End of changes for Bug#4964992
1987:
1988: PA_PROJ_ELEMENTS_UTILS.perform_task_validations
1989: (
1990: p_project_id => l_project_id
1991: ,p_task_id => x_task_id
1992: ,x_error_code => x_err_code