DBA Data[Home] [Help]

APPS.OTA_DELEGATE_BOOKING_API dependencies on OTA_CPR_UTILITY

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

474:
475: If ( p_override_prerequisites = 'N' and nvl(l_incoming_status_type,'-1')<>'C'
476: and (p_delegate_person_id is not null or p_delegate_contact_id is not null) ) Then --Bug 4686100
477: --Call local method
478: ota_cpr_utility.chk_mandatory_prereqs(p_delegate_person_id, p_delegate_contact_id, p_event_id);
479: End If;
480:
481: IF p_override_learner_access <> 'Y' THEN
482: --

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

3244: l_check_prereq := true;
3245: End If;
3246:
3247: If ( l_check_prereq and (l_delegate_person_id is not null or l_delegate_contact_id is not null) ) Then
3248: ota_cpr_utility.chk_mandatory_prereqs(l_delegate_person_id, l_delegate_contact_id, l_event_id);
3249: End If;
3250: --
3251: End chk_mandatory_prereqs;
3252: