DBA Data[Home] [Help]

APPS.PAY_IP_EMPLOYEE_BALANCES dependencies on PER_TIME_PERIODS

Line 1466: per_time_periods ptp

1462:
1463: SELECT MIN(ptp.start_date) first_period_start_date
1464: INTO l_pay_start_date
1465: FROM per_assignments_f paf,
1466: per_time_periods ptp
1467: WHERE paf.assignment_id = p_assignment_id
1468: AND ptp.payroll_id = paf.payroll_id
1469: AND ptp.regular_payment_date >= pay_ip_route_support.tax_year(p_business_group_id,nvl(l_action_date, p_session_date));
1470: