DBA Data[Home] [Help]

APPS.HR_ENTRY dependencies on PAY_ALL_PAYROLLS_F

Line 1851: from pay_all_payrolls_f pay,

1847: select min(pay.effective_start_date),
1848: max(pay.effective_end_date)
1849: into v_payroll_start_date,
1850: v_payroll_end_date
1851: from pay_all_payrolls_f pay,
1852: per_all_assignments_f asg
1853: where p_session_date
1854: between asg.effective_start_date
1855: and asg.effective_end_date