DBA Data[Home] [Help]

APPS.OTA_EVT_API_UPD2 dependencies on OTA_INITIALIZATION_WF

Line 294: OTA_INITIALIZATION_WF.initialize_wf(p_process => 'OTA_CLASS_CANCEL_JSP_PRC',

290: ,p_daemon_type => l_daemon_type);
291:
292: if p_event_status ='A' then
293: --send notification to the learner for class cancelletion
294: OTA_INITIALIZATION_WF.initialize_wf(p_process => 'OTA_CLASS_CANCEL_JSP_PRC',
295: p_item_type => 'OTWF',
296: p_person_id => c_get_enrollment.delegate_person_id,
297: p_eventid => p_event_id,
298: p_event_fired => 'CLASS_CANCEL');

Line 487: OTA_INITIALIZATION_WF.initialize_instructor_wf(

483:
484: -- call ntf to instructor and learners for cancelled class
485: if p_event_status = 'A' and p_event = 'STATUS' then
486: --send notification to all instructors for class cancelletion
487: OTA_INITIALIZATION_WF.initialize_instructor_wf(
488: p_item_type => 'OTWF',
489: p_eventid => p_event_id,
490: p_event_fired => 'CLASS_CANCEL');
491: