DBA Data[Home] [Help]

APPS.HR_PAYROLLS dependencies on PER_BUSINESS_GROUPS

Line 1355: per_business_groups pbg

1351: payroll_details.first_end_date,
1352: payroll_details.legislation_code,
1353: payroll_details.payslip_view_date_offset
1354: from pay_all_payrolls_f ppy,
1355: per_business_groups pbg
1356: where ppy.payroll_id = p_payroll_id
1357: and ppy.business_group_id + 0 = pbg.business_group_id + 0
1358: and ppy.effective_start_date <= p_effective_date
1359: and ppy.effective_end_date >= p_effective_date ;