DBA Data[Home] [Help]

APPS.PER_QUA_BUS dependencies on PER_BUSINESS_GROUPS_PERF

Line 90: from per_business_groups_perf pbg

86: -- Declare cursor
87: --
88: cursor csr_leg_code is
89: select pbg.legislation_code
90: from per_business_groups_perf pbg
91: , per_qualifications qua
92: where qua.qualification_id = p_qualification_id
93: and pbg.business_group_id (+) = qua.business_group_id;
94: --