DBA Data[Home] [Help]

APPS.IRC_IAS_BUS dependencies on PER_BUSINESS_GROUPS_PERF

Line 87: from per_business_groups_perf pbg

83: -- Declare cursor
84: --
85: cursor csr_leg_code is
86: select pbg.legislation_code
87: from per_business_groups_perf pbg
88: , per_all_assignments_f asg
89: , irc_assignment_statuses ias
90: where pbg.business_group_id = asg.business_group_id
91: and asg.assignment_id = ias.assignment_id