DBA Data[Home] [Help]

APPS.HR_WORKFLOW_SS dependencies on PER_TIME_PERIODS

Line 799: from per_time_periods

795:
796: CURSOR csr_check_mid_pay_period(p_eff_date_csr in date
797: ,p_payroll_id_csr in number) IS
798: select start_date, end_date
799: from per_time_periods
800: where p_eff_date_csr > start_date
801: and p_eff_date_csr <= end_date
802: and payroll_id = p_payroll_id_csr;
803: