DBA Data[Home] [Help]

APPS.PA_PROJ_ELEMENTS_UTILS dependencies on PA_TASK_ASSIGNMENT_UTILS

Line 113: -- PA_TASK_ASSIGNMENT_UTILS.check_edit_task_ok will pass N. So the error is

109: -- even though the structure is locked we need to consider the p_required_lock flag.
110: -- The flow will be
111: -- If the structure is locked AND p_required_lock_flag is Y then only return N
112: -- In case of DHI ER the call to this procedure from
113: -- PA_TASK_ASSIGNMENT_UTILS.check_edit_task_ok will pass N. So the error is
114: -- bypassed.
115: --
116: -- IF (l_lock = 'O') THEN --bug 4239490
117:

Line 3041: AND pa_task_assignment_utils.get_task_level_record( l_project_id, p_parent_task_ver_id ) IS NOT NULL

3037: --bug 3947726
3038: --do not allow sub-tasks creation if the lowest level task has progress.
3039: --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.
3040: IF pa_proj_task_struc_pub.wp_str_exists(l_project_id) = 'Y'
3041: AND pa_task_assignment_utils.get_task_level_record( l_project_id, p_parent_task_ver_id ) IS NOT NULL
3042: AND PA_PROGRESS_UTILS.check_object_has_prog(
3043: p_project_id => l_project_id
3044: ,p_proj_element_id => l_proj_element_id
3045: ,p_object_id => l_proj_element_id