DBA Data[Home] [Help]

APPS.OTA_DELEGATE_BOOKING_API dependencies on OTA_LRNR_ENROLL_UNENROLL_WF

Line 948: OTA_LRNR_ENROLL_UNENROLL_WF.learner_enrollment(p_process => 'OTA_LNR_TRNG_APPROVAL_JSP_PRC',

944: and nvl(p_book_from,'-1') <> 'AME'
945: and l_event_rec.event_type in ('SCHEDULED','SELFPACED')then
946: -- call learner ntf process
947:
948: OTA_LRNR_ENROLL_UNENROLL_WF.learner_enrollment(p_process => 'OTA_LNR_TRNG_APPROVAL_JSP_PRC',
949: p_itemtype => 'HRSSA',
950: p_person_id => p_delegate_person_id,
951: p_eventid => p_event_id,
952: p_booking_id => p_booking_id);

Line 2568: OTA_LRNR_ENROLL_UNENROLL_WF.learner_enrollment(p_process => 'OTA_LNR_TRNG_APPROVAL_JSP_PRC',

2564: --and nvl(p_book_from,'-1') <> 'AME'
2565: and l_event_rec.event_type in ('SCHEDULED','SELFPACED')
2566: and l_type = 'P') then
2567: -- call learner ntf process
2568: OTA_LRNR_ENROLL_UNENROLL_WF.learner_enrollment(p_process => 'OTA_LNR_TRNG_APPROVAL_JSP_PRC',
2569: p_itemtype => 'HRSSA',
2570: p_person_id => p_delegate_person_id,
2571: p_eventid => l_new_event_id,
2572: p_booking_id => p_booking_id);

Line 2595: OTA_LRNR_ENROLL_UNENROLL_WF.learner_unenrollment(p_process => 'OTA_LNR_TRNG_CANCEL_JSP_PRC',

2591: IF l_type ='C' and l_delegate_contact_id is null and l_contact_id IS NULL
2592: and nvl(p_source_cancel,'-1') <> 'AME'
2593: and l_event_rec.event_type in ('SCHEDULED','SELFPACED') then
2594:
2595: OTA_LRNR_ENROLL_UNENROLL_WF.learner_unenrollment(p_process => 'OTA_LNR_TRNG_CANCEL_JSP_PRC',
2596: p_itemtype => 'HRSSA',
2597: p_person_id => l_person_id,
2598: p_eventid => l_new_event_id);
2599: