DBA Data[Home] [Help]

APPS.PA_PROJECT_STRUCTURE_UTILS dependencies on PA_TASK_UTILS

Line 1675: PA_TASK_UTILS.CHECK_DELETE_TASK_OK(

1671:
1672: --Bug 2947492:The following api call is modified to pass parameters by notation.
1673:
1674: --Check if it is okay to delete task
1675: PA_TASK_UTILS.CHECK_DELETE_TASK_OK(
1676: x_task_id => l_proj_element_id,
1677: x_err_code => l_err_code,
1678: x_err_stage => l_err_stage,
1679: x_err_stack => l_err_stack);

Line 2905: PA_TASK_UTILS.CHECK_CREATE_SUBTASK_OK(

2901: OPEN c2(l_element_version_id);
2902: fetch c2 into l_dummy;
2903: IF c2%FOUND THEN
2904: --Bug 2947492:The following api call is modified to pass parameters by notation.
2905: PA_TASK_UTILS.CHECK_CREATE_SUBTASK_OK(
2906: x_task_id => l_proj_element_id,
2907: x_err_code => l_err_code,
2908: x_err_stage => l_err_stage,
2909: x_err_stack => l_err_stack);