[Home] [Help]
1424: evt.Title,
1425: evt.course_start_date,
1426: evt.course_end_date,
1427: evt.business_group_id bg_id -- Bug#2215026 evt.business_group_id included.
1428: FROM OTA_EVENTS_VL evt,
1429: HR_ALL_ORGANIZATION_UNITS hao
1430: WHERE evt.event_id = l_eventid
1431: AND evt.organization_id = hao.organization_id (+); --Bug#2215026 (+) included.
1432: