DBA Data[Home] [Help]

APPS.PA_RELATIONSHIP_UTILS dependencies on PA_TASK_UTILS

Line 304: PA_TASK_UTILS.CHECK_CREATE_SUBTASK_OK(x_task_id => l_element_id,

300: return;
301: ELSE
302: --Task exists
303: CLOSE Check_PA_TASKS_Exists;
304: PA_TASK_UTILS.CHECK_CREATE_SUBTASK_OK(x_task_id => l_element_id,
305: x_err_code => l_err_code,
306: x_err_stack => l_err_stack,
307: x_err_stage => l_err_stage
308: );

Line 2045: -- The calling API in this case is: pa_task_utils.check_create_subtask_ok() which is only

2041: l_return := 'N';
2042:
2043: if (p_task_version_id is null) then
2044:
2045: -- The calling API in this case is: pa_task_utils.check_create_subtask_ok() which is only
2046: -- called for 'FINANCIAL' tasks.
2047:
2048: l_cur_working_str_ver_id := pa_project_structure_utils.get_fin_struc_ver_id(p_project_id);
2049: