DBA Data[Home] [Help]

APPS.PAY_PAY_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_all_payrolls_f pay
34: where pay.payroll_id = p_payroll_id
35: and pbg.business_group_id = pay.business_group_id;
36: --

Line 102: from per_business_groups_perf pbg

98: -- Declare cursor
99: --
100: cursor csr_leg_code is
101: select pbg.legislation_code
102: from per_business_groups_perf pbg
103: , pay_all_payrolls_f pay
104: where pay.payroll_id = p_payroll_id
105: and pbg.business_group_id = pay.business_group_id;
106: --