DBA Data[Home] [Help]

APPS.PA_DELIVERABLE_PROGRESS_PUB dependencies on PA_DELIVERABLE_UTILS

Line 418: PA_DELIVERABLE_UTILS.IS_DLV_STATUS_CHANGE_ALLOWED

414:
415: /*
416: IF (p_del_status <> l_deliverable_existing_status) THEN
417: -- Check if the Deliverable Status can be changed
418: PA_DELIVERABLE_UTILS.IS_DLV_STATUS_CHANGE_ALLOWED
419: ( p_project_id => p_project_id
420: ,p_dlvr_item_id => p_object_id
421: ,p_dlvr_version_id => p_object_version_id
422: ,p_dlv_type_id => l_dlvr_type_id

Line 638: PA_DELIVERABLE_UTILS.IS_DLV_STATUS_CHANGE_ALLOWED

634: -- change is allowed or not
635:
636: IF (l_del_status <> l_deliverable_existing_status) THEN
637: -- Check if the Deliverable Status can be changed
638: PA_DELIVERABLE_UTILS.IS_DLV_STATUS_CHANGE_ALLOWED
639: ( p_project_id => p_project_id
640: ,p_dlvr_item_id => p_object_id
641: ,p_dlvr_version_id => p_object_version_id
642: ,p_dlv_type_id => l_dlvr_type_id