DBA Data[Home] [Help]

APPS.HR_ENTRY dependencies on PAY_ALL_PAYROLLS_F

Line 1639: from pay_all_payrolls_f pay,

1635: select min(pay.effective_start_date),
1636: max(pay.effective_end_date)
1637: into v_payroll_start_date,
1638: v_payroll_end_date
1639: from pay_all_payrolls_f pay,
1640: per_all_assignments_f asg
1641: where p_session_date
1642: between asg.effective_start_date
1643: and asg.effective_end_date