DBA Data[Home] [Help]

APPS.HR_ABSUTIL_SS dependencies on PER_ABS_ATTENDANCE_TYPES_TL

Line 125: from PER_ABS_ATTENDANCE_TYPES_TL

121: if(lv_AbsenceTypeId is not null) then
122: begin
123: select name
124: into lv_AbsenceType
125: from PER_ABS_ATTENDANCE_TYPES_TL
126: where ABSENCE_ATTENDANCE_TYPE_ID=lv_AbsenceTypeId
127: and language = userenv('LANG');
128: exception
129: when others then