DBA Data[Home] [Help]

APPS.PER_ENT_BUS dependencies on PER_BUSINESS_GROUPS_PERF

Line 93: from per_business_groups_perf pbg

89: -- Declare cursor
90: --
91: cursor csr_leg_code is
92: select pbg.legislation_code
93: from per_business_groups_perf pbg
94: , per_calendar_entries ent
95: where ent.calendar_entry_id = p_calendar_entry_id
96: and pbg.business_group_id (+) = ent.business_group_id;
97: --