DBA Data[Home] [Help]

APPS.GHR_PER_SUM dependencies on PER_TIME_PERIODS

Line 805: from per_time_periods ptp

801: RETURN DATE IS
802:
803: CURSOR cur_payroll_start IS
804: select start_date
805: from per_time_periods ptp
806: where payroll_id in (select payroll_id
807: from per_assignments_f
808: where assignment_id = p_assignment_id
809: and trunc(p_effective_date) between effective_start_date