DBA Data[Home] [Help]

APPS.HR_ABSUTIL_SS dependencies on FND_NUMBER

Line 162: /*and paat.absence_attendance_type_id =FND_NUMBER.canonical_to_number(nvl(hats.Information3,'0'))

158: if g_debug then
159: hr_utility.set_location('Entering:'|| g_package||'.'||c_proc, 1);
160: end if;
161:
162: /*and paat.absence_attendance_type_id =FND_NUMBER.canonical_to_number(nvl(hats.Information3,'0'))
163: and fcl.lookup_type(+) = 'ABSENCE_CATEGORY'
164: and paat.absence_category = fcl.lookup_code(+)
165: and ((hr_api.return_legislation_code(paat.business_group_id) = 'GB'
166: and paat.absence_category not in

Line 265: return fnd_number.canonical_to_number(lv_AbsenceHoursDuration);

261: lv_AbsenceHoursDuration:=null;
262: end;
263: end if;
264: -- Fix for bug 7712861
265: return fnd_number.canonical_to_number(lv_AbsenceHoursDuration);
266:
267: if g_debug then
268: hr_utility.set_location('Leaving:'|| g_package||'.'||c_proc, 30);
269: end if;

Line 302: return fnd_number.canonical_to_number(lv_AbsenceDaysDuration);

298: lv_AbsenceDaysDuration:=null;
299: end;
300: end if;
301: --Fix for Bug 13076997
302: return fnd_number.canonical_to_number(lv_AbsenceDaysDuration);
303:
304:
305: if g_debug then
306: hr_utility.set_location('Leaving:'|| g_package||'.'||c_proc, 30);