DBA Data[Home] [Help]

APPS.HR_PDT_BUS dependencies on PAY_ALL_PAYROLLS_F

Line 2946: from pay_all_payrolls_f

2942: where business_group_id = p_to_business_group_id;
2943: --
2944: cursor csr_check_payroll is
2945: select 1
2946: from pay_all_payrolls_f
2947: where p_start_date between
2948: effective_start_date and effective_end_date
2949: and payroll_id = p_payroll_id
2950: and business_group_id = p_to_business_group_id;