DBA Data[Home] [Help]

APPS.OTA_DELEGATE_BOOKING_API dependencies on OTA_CPR_UTILITY

Line 627: ota_cpr_utility.chk_mandatory_prereqs(p_delegate_person_id, p_delegate_contact_id, p_event_id);

623:
624: If ( p_override_prerequisites = 'N' and nvl(l_incoming_status_type,'-1')<>'C'
625: and (p_delegate_person_id is not null or p_delegate_contact_id is not null) ) Then --Bug 4686100
626: --Call local method
627: ota_cpr_utility.chk_mandatory_prereqs(p_delegate_person_id, p_delegate_contact_id, p_event_id);
628: End If;
629:
630: IF p_override_learner_access <> 'Y' THEN
631: --

Line 3494: ota_cpr_utility.chk_mandatory_prereqs(l_delegate_person_id, l_delegate_contact_id, l_event_id);

3490: l_check_prereq := true;
3491: End If;
3492:
3493: If ( l_check_prereq and (l_delegate_person_id is not null or l_delegate_contact_id is not null) ) Then
3494: ota_cpr_utility.chk_mandatory_prereqs(l_delegate_person_id, l_delegate_contact_id, l_event_id);
3495: End If;
3496: --
3497: End chk_mandatory_prereqs;
3498: