DBA Data[Home] [Help]

APPS.PA_DELIVERABLE_PROGRESS_PUB dependencies on PA_DELIVERABLE_UTILS

Line 434: PA_DELIVERABLE_UTILS.IS_DLV_STATUS_CHANGE_ALLOWED

430:
431: /*
432: IF (p_del_status <> l_deliverable_existing_status) THEN
433: -- Check if the Deliverable Status can be changed
434: PA_DELIVERABLE_UTILS.IS_DLV_STATUS_CHANGE_ALLOWED
435: ( p_project_id => p_project_id
436: ,p_dlvr_item_id => p_object_id
437: ,p_dlvr_version_id => p_object_version_id
438: ,p_dlv_type_id => l_dlvr_type_id

Line 669: PA_DELIVERABLE_UTILS.IS_DLV_STATUS_CHANGE_ALLOWED

665: -- change is allowed or not
666:
667: IF (l_del_status <> l_deliverable_existing_status) THEN
668: -- Check if the Deliverable Status can be changed
669: PA_DELIVERABLE_UTILS.IS_DLV_STATUS_CHANGE_ALLOWED
670: ( p_project_id => p_project_id
671: ,p_dlvr_item_id => p_object_id
672: ,p_dlvr_version_id => p_object_version_id
673: ,p_dlv_type_id => l_dlvr_type_id