DBA Data[Home] [Help]

APPS.HR_AMEUTIL_SS dependencies on PER_TIME_PERIODS

Line 2222: from per_time_periods

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