DBA Data[Home] [Help]

APPS.OTA_ENROLL_REVIEW_SS dependencies on OTA_EVENTS_VL

Line 978: FROM OTA_EVENTS_VL evt,

974: evt.Title,
975: evt.course_start_date,
976: evt.course_end_date,
977: evt.business_group_id bg_id -- Bug#2215026 evt.business_group_id included.
978: FROM OTA_EVENTS_VL evt,
979: HR_ALL_ORGANIZATION_UNITS hao
980: WHERE evt.event_id = l_eventid
981: AND evt.organization_id = hao.organization_id (+); --Bug#2215026 (+) included.
982: