DBA Data[Home] [Help]

APPS.PA_STATUS_PUB dependencies on PA_DELIVERABLE_UTILS

Line 416: PA_DELIVERABLE_UTILS.Convert_pm_dlvrref_to_id

412: OPEN c_get_element_information(p_project_id, l_object_id, l_object_type, p_structure_type);
413: FETCH c_get_element_information INTO l_object_version_id, l_structure_version_id;
414: CLOSE c_get_element_information;
415: ELSIF p_object_type = 'PA_DELIVERABLES' THEN
416: PA_DELIVERABLE_UTILS.Convert_pm_dlvrref_to_id
417: (p_deliverable_reference => p_PM_DELIVERABLE_REFERENCE
418: ,p_deliverable_id => p_object_id
419: ,p_project_id => l_project_id_out
420: ,p_out_deliverable_id => l_object_id