DBA Data[Home] [Help]

APPS.OTA_EL_TRAINING_SS dependencies on OTA_EVENTS_TL

Line 1174: OTA_EVENTS_TL evttl,

1170: evt.course_start_date,
1171: evt.course_end_date,
1172: evt.business_group_id bg_id -- Bug#2215026 evt.business_group_id included.
1173: FROM OTA_EVENTS evt,
1174: OTA_EVENTS_TL evttl,
1175: HR_ALL_ORGANIZATION_UNITS hao
1176: WHERE evt.event_id = l_event_id
1177: AND evt.event_id = evttl.event_id
1178: AND evt.organization_id = hao.organization_id (+) --Bug#2215026 (+) included.