DBA Data[Home] [Help]

APPS.PER_ROL_BUS dependencies on PER_BUSINESS_GROUPS

Line 91: from per_business_groups pbg

87: -- Declare cursor
88: --
89: cursor csr_leg_code is
90: select pbg.legislation_code
91: from per_business_groups pbg
92: , per_roles rol
93: , per_people_f per
94: where rol.role_id = p_role_id
95: and rol.person_id = per.person_id