DBA Data[Home] [Help]

APPS.PAY_BDT_BUS dependencies on PER_BUSINESS_GROUPS_PERF

Line 32: from per_business_groups_perf pbg

28: --
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: --

Line 103: from per_business_groups_perf pbg

99: --
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: --