DBA Data[Home] [Help]

APPS.PQH_RFE_BUS dependencies on PER_BUSINESS_GROUPS_PERF

Line 30: from per_business_groups_perf pbg

26: --
27: cursor csr_sec_grp is
28: select pbg.security_group_id,
29: pbg.legislation_code
30: from per_business_groups_perf pbg
31: , pqh_rate_factor_on_elmnts rfe
32: where rfe.rate_factor_on_elmnt_id = p_rate_factor_on_elmnt_id
33: and pbg.business_group_id (+) = rfe.business_group_id;
34: --

Line 100: from per_business_groups_perf pbg

96: -- Declare cursor
97: --
98: cursor csr_leg_code is
99: select pbg.legislation_code
100: from per_business_groups_perf pbg
101: , pqh_rate_factor_on_elmnts rfe
102: where rfe.rate_factor_on_elmnt_id = p_rate_factor_on_elmnt_id
103: and pbg.business_group_id (+) = rfe.business_group_id;
104: --