DBA Data[Home] [Help]

APPS.OTA_EVT_UPD dependencies on OTA_UTILITY

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

768: if (l_course_start_date_changed and trunc(temp_var.course_start_date) <= trunc(sysdate)
769: and ota_evt_shd.g_old_rec.course_start_date > trunc(sysdate)
770: and ota_evt_shd.g_old_rec.parent_event_id is null) then
771: -- send notification to all waitlisted learners of class begining
772: if (ota_utility.is_con_prog_periodic('OTEVTNTF')) then
773: ota_initialization_wf.Initialize_auto_wf(p_process => 'OTA_ENROLL_STATUS_CHNG_JSP_PRC',
774: p_item_type => 'OTWF',
775: p_event_fired => 'CLASS_START',
776: p_event_id => p_rec.event_id);