DBA Data[Home] [Help]

APPS.PAY_US_TAX_INTERNAL dependencies on PAY_RUN_RESULTS

Line 5263: ,pay_run_results prr

5259: select null
5260: from per_assignments_f paf
5261: ,pay_payroll_actions ppa
5262: ,pay_assignment_actions paa
5263: ,pay_run_results prr
5264: where paf.assignment_id = p_assignment_id
5265: and ((paf.effective_start_date <= p_csr_date1
5266: and paf.effective_end_date >= p_csr_date1)
5267: OR (paf.effective_start_date between p_csr_date1 and p_csr_date2 ) )