DBA Data[Home] [Help]

APPS.PA_PROGRESS_UTILS dependencies on PA_DELIVERABLE_UTILS

Line 2697: l_return_value := PA_DELIVERABLE_UTILS.IS_DLV_PROGRESSABLE(p_project_id,p_proj_element_id);

2693: and ppe.project_id = p_project_id
2694: and ppe.proj_element_id = p_proj_element_id;
2695: end if;
2696: elsif (p_object_type = 'PA_DELIVERABLES') then
2697: l_return_value := PA_DELIVERABLE_UTILS.IS_DLV_PROGRESSABLE(p_project_id,p_proj_element_id);
2698: end if;
2699: return(l_return_value);
2700: END is_object_progressable;
2701: