DBA Data[Home] [Help]

APPS.HR_REPORTS dependencies on PER_ABSENCE_ATTENDANCE_TYPES

Line 172: 115.22 22-JUN-04 adhunter MLS enabled per_absence_attendance_types.name

168: 115.21 17-FEB-03 rthiagar Fix for bug 3440744. Used
169: hr_all_organization_units_tl to get
170: business group name to support
171: translation.
172: 115.22 22-JUN-04 adhunter MLS enabled per_absence_attendance_types.name
173: 115.23 07-FEB-05 smparame 4081149 New fucntion get_party_number added.
174: 115.24 08-FEB-05 smparame 4157312 Function get_status modified to return correct
175: status.
176: 115.25 02-MAY-05 bshukla 4328224 Changed SQL id 12228906: Performance Repository

Line 449: l_abs_name per_absence_attendance_types.name%type;

445: FUNCTION get_abs_type
446: (p_abs_att_type_id NUMBER) return VARCHAR2
447: --
448: AS
449: l_abs_name per_absence_attendance_types.name%type;
450: --
451: begin
452: --
453: hr_utility.trace('Entered Get_Abs_Type');