DBA Data[Home] [Help]

APPS.HR_AMEUTIL_SS dependencies on PER_TIME_PERIODS

Line 2224: from per_time_periods

2220:
2221: CURSOR csr_check_mid_pay_period(p_eff_date_csr in date
2222: ,p_payroll_id_csr in number) IS
2223: select start_date, end_date
2224: from per_time_periods
2225: where p_eff_date_csr > start_date
2226: and p_eff_date_csr <= end_date
2227: and payroll_id = p_payroll_id_csr;
2228: