DBA Data[Home] [Help]

APPS.PA_PROJ_ELEMENTS_UTILS dependencies on PA_PROJ_TASK_STRUC_PUB

Line 2901: (PA_PROJ_TASK_STRUC_PUB.GET_SHARE_TYPE(l_project_id) <> 'SHARE_PARTIAL') --Bug 5988335

2897: --if financial, check if ok to create subtask.
2898: --Bug 5988335 Adding condition for partial share project to skip financial validation
2899: --when a new subtask is getting created in workplan.
2900: If (PA_PROJ_ELEMENTS_UTILS.CHECK_IS_FINANCIAL_TASK(l_proj_element_id) = 'Y') AND
2901: (PA_PROJ_TASK_STRUC_PUB.GET_SHARE_TYPE(l_project_id) <> 'SHARE_PARTIAL') --Bug 5988335
2902: THEN
2903: PA_TASK_UTILS.CHECK_CREATE_SUBTASK_OK(x_task_id => l_proj_element_id,
2904: x_err_code => l_err_code,
2905: x_err_stack => l_err_stack,

Line 2947: IF pa_proj_task_struc_pub.wp_str_exists(l_project_id) = 'Y'

2943: END IF;
2944: --bug 3947726
2945: --do not allow sub-tasks creation if the lowest level task has progress.
2946: --This is also applicable for shared case if the task has only ETC but not actual. If actual is there then it means it will be stopped in expenditure items validation.
2947: IF pa_proj_task_struc_pub.wp_str_exists(l_project_id) = 'Y'
2948: AND pa_task_assignment_utils.get_task_level_record( l_project_id, p_parent_task_ver_id ) IS NOT NULL
2949: AND PA_PROGRESS_UTILS.check_object_has_prog(
2950: p_project_id => l_project_id
2951: ,p_proj_element_id => l_proj_element_id