DBA Data[Home] [Help]

APPS.PA_PROGRESS_UTILS dependencies on PA_DELIVERABLE_UTILS

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

2668: and ppe.project_id = p_project_id
2669: and ppe.proj_element_id = p_proj_element_id;
2670: end if;
2671: elsif (p_object_type = 'PA_DELIVERABLES') then
2672: l_return_value := PA_DELIVERABLE_UTILS.IS_DLV_PROGRESSABLE(p_project_id,p_proj_element_id);
2673: end if;
2674: return(l_return_value);
2675: END is_object_progressable;
2676: