DBA Data[Home] [Help]

APPS.PER_ABS_BUS dependencies on PER_ABS_ATTENDANCE_TYPES_TL

Line 2335: select abtl.name from PER_ABS_ATTENDANCE_TYPES_TL abtl

2331:
2332: -- code change for ER 7688779 starts here
2333:
2334: cursor csr_get_abs_type_name is
2335: select abtl.name from PER_ABS_ATTENDANCE_TYPES_TL abtl
2336: where abtl.absence_attendance_type_id = p_absence_attendance_type_id
2337: and abtl.language = userenv('LANG');
2338:
2339: p_abs_type_name varchar2(30);