DBA Data[Home] [Help]

APPS.OTA_EVT_UPD dependencies on OTA_UTILITY

Line 754: if (ota_utility.is_con_prog_periodic('OTEVTNTF')) then

750: if (l_course_start_date_changed and trunc(temp_var.course_start_date) <= trunc(sysdate)
751: and ota_evt_shd.g_old_rec.course_start_date > trunc(sysdate)
752: and ota_evt_shd.g_old_rec.parent_event_id is null) then
753: -- send notification to all waitlisted learners of class begining
754: if (ota_utility.is_con_prog_periodic('OTEVTNTF')) then
755: ota_initialization_wf.Initialize_auto_wf(p_process => 'OTA_ENROLL_STATUS_CHNG_JSP_PRC',
756: p_item_type => 'OTWF',
757: p_event_fired => 'CLASS_START',
758: p_event_id => p_rec.event_id);