DBA Data[Home] [Help]

APPS.OTA_EVT_BUS dependencies on OTA_EVENTS_TL

Line 370: from ota_events_tl a,

366: l_event_title ota_events.title%type := '';
367: --
368: cursor c1 is
369: select a.title
370: from ota_events_tl a,
371: ota_program_memberships b
372: where a.event_id = b.program_event_id
373: and b.event_id = p_event_id
374: and a.language = USERENV('LANG');