DBA Data[Home] [Help]

APPS.OTA_DELEGATE_BOOKING_API dependencies on OTA_LRNR_ENROLL_UNENROLL_WF

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

788: and nvl(p_book_from,'-1') <> 'AME'
789: and l_event_rec.event_type in ('SCHEDULED','SELFPACED')then
790: -- call learner ntf process
791:
792: OTA_LRNR_ENROLL_UNENROLL_WF.learner_enrollment(p_process => 'OTA_LNR_TRNG_APPROVAL_JSP_PRC',
793: p_itemtype => 'HRSSA',
794: p_person_id => p_delegate_person_id,
795: p_eventid => p_event_id,
796: p_booking_id => p_booking_id);

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

2353: --and nvl(p_book_from,'-1') <> 'AME'
2354: and l_event_rec.event_type in ('SCHEDULED','SELFPACED')
2355: and l_type = 'P') then
2356: -- call learner ntf process
2357: OTA_LRNR_ENROLL_UNENROLL_WF.learner_enrollment(p_process => 'OTA_LNR_TRNG_APPROVAL_JSP_PRC',
2358: p_itemtype => 'HRSSA',
2359: p_person_id => p_delegate_person_id,
2360: p_eventid => p_event_id,
2361: p_booking_id => p_booking_id);

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

2380: IF l_type ='C' and l_delegate_contact_id is null and l_contact_id IS NULL
2381: and nvl(p_source_cancel,'-1') <> 'AME'
2382: and l_event_rec.event_type in ('SCHEDULED','SELFPACED') then
2383:
2384: OTA_LRNR_ENROLL_UNENROLL_WF.learner_unenrollment(p_process => 'OTA_LNR_TRNG_CANCEL_JSP_PRC',
2385: p_itemtype => 'HRSSA',
2386: p_person_id => l_person_id,
2387: p_eventid => p_event_id);
2388: