DBA Data[Home] [Help]

APPS.OTA_TRNG_ENROLL_SS dependencies on OTA_EVENTS_VL

Line 82: FROM OTA_EVENTS_VL evt,

78: evt.Title,
79: evt.owner_id,
80: evt.activity_version_id,
81: evt.offering_id
82: FROM OTA_EVENTS_VL evt,
83: HR_ALL_ORGANIZATION_UNITS hao
84: WHERE evt.event_id = pp_event_id
85: AND evt.organization_id = hao.organization_id (+); -- Bug 2213009
86: