DBA Data[Home] [Help]

APPS.PAY_BLD_BUS dependencies on PAY_BALANCE_DIMENSIONS

Line 31: , pay_balance_dimensions bld

27: cursor csr_sec_grp is
28: select pbg.security_group_id,
29: pbg.legislation_code
30: from per_business_groups_perf pbg
31: , pay_balance_dimensions bld
32: where bld.balance_dimension_id = p_balance_dimension_id
33: and pbg.business_group_id (+) = bld.business_group_id;
34: --
35: -- Declare local variables

Line 101: , pay_balance_dimensions bld

97: --
98: cursor csr_leg_code is
99: select pbg.legislation_code
100: from per_business_groups_perf pbg
101: , pay_balance_dimensions bld
102: where bld.balance_dimension_id = p_balance_dimension_id
103: and pbg.business_group_id (+) = bld.business_group_id;
104: --
105: -- Declare local variables