DBA Data[Home] [Help]

APPS.OTA_EL_ENROLL_SS dependencies on OTA_EVENTS_TL

Line 83: OTA_EVENTS_TL evttl,

79: evt.owner_id,
80: evt.activity_version_id,
81: evt.offering_id
82: FROM OTA_EVENTS evt,
83: OTA_EVENTS_TL evttl,
84: HR_ALL_ORGANIZATION_UNITS hao
85: WHERE evt.event_id = pp_event_id
86: AND evt.event_id = evttl.event_id
87: AND evt.organization_id = hao.organization_id (+)