DBA Data[Home] [Help]

APPS.PAY_INPUT_VALUES_PKG dependencies on PER_ABSENCE_ATTENDANCE_TYPES

Line 331: from per_absence_attendance_types

327: v_orphans_exist boolean := FALSE;
328: --
329: cursor csr_orphans is
330: select 1
331: from per_absence_attendance_types
332: where input_value_id = p_input_value_id
333: and date_effective between p_validation_start_date
334: and p_validation_end_date;
335: --