DBA Data[Home] [Help]

APPS.HR_WORKFLOW_SS dependencies on PER_TIME_PERIODS

Line 765: from per_time_periods

761:
762: CURSOR csr_check_mid_pay_period(p_eff_date_csr in date
763: ,p_payroll_id_csr in number) IS
764: select start_date, end_date
765: from per_time_periods
766: where p_eff_date_csr > start_date
767: and p_eff_date_csr <= end_date
768: and payroll_id = p_payroll_id_csr;
769: