DBA Data[Home] [Help]

APPS.PAY_BDT_BUS dependencies on PAY_BALANCE_DIMENSIONS

Line 33: , pay_balance_dimensions pbd

29: cursor csr_sec_grp is
30: select pbg.security_group_id,
31: pbg.legislation_code
32: from per_business_groups_perf pbg
33: , pay_balance_dimensions pbd
34: where pbd.balance_dimension_id = p_balance_dimension_id
35: and pbg.business_group_id = pbd.business_group_id;
36: --
37: -- Declare local variables

Line 104: , pay_balance_dimensions pbd

100: -- Declare cursor
101: cursor csr_leg_code is
102: select nvl(pbg.legislation_code, pbd.legislation_code)
103: from per_business_groups_perf pbg
104: , pay_balance_dimensions pbd
105: where pbd.balance_dimension_id = p_balance_dimension_id
106: and pbg.business_group_id (+)= pbd.business_group_id;
107: --
108: -- Declare local variables