DBA Data[Home] [Help]

APPS.HR_REPORTS dependencies on PER_ABS_ATTENDANCE_TYPES_VL

Line 459: FROM per_abs_attendance_types_vl

455: begin
456: hr_utility.set_location('hr_reports.get_abs_type',5);
457: SELECT name
458: INTO l_abs_name
459: FROM per_abs_attendance_types_vl
460: WHERE absence_attendance_type_id = p_abs_att_type_id;
461: --
462: exception when NO_DATA_FOUND then null;
463: end;