DBA Data[Home] [Help]

APPS.OTA_EVT_BUS dependencies on PER_BUSINESS_GROUPS_PERF

Line 263: from per_business_groups_perf pbg,

259: -- Declare cursor
260: --
261: cursor csr_leg_code is
262: select legislation_code
263: from per_business_groups_perf pbg,
264: ota_events evt
265: where pbg.business_group_id = evt.business_group_id
266: and evt.event_id = p_event_id;
267: