DBA Data[Home] [Help]

APPS.PAY_IP_PAYROLL_ARCH dependencies on PAY_IP_ROUTE_SUPPORT

Line 2084: AND ppa.effective_date >= pay_ip_route_support.tax_year(cp_business_group_id,cp_curr_eff_date)

2080: AND prr.assignment_action_id = paa.assignment_action_id
2081: AND paa.assignment_id = cp_assignment_id
2082: AND ppa.payroll_action_id = paa.payroll_action_id
2083: AND ppa.action_type in ('Q','R','B')
2084: AND ppa.effective_date >= pay_ip_route_support.tax_year(cp_business_group_id,cp_curr_eff_date)
2085: AND ppa.effective_date <= cp_curr_eff_date
2086: AND petf.business_group_id = cp_business_group_id
2087: AND pec.classification_name NOT IN ('Information','Absence')
2088: ORDER BY 1;