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 218: return fnd_number.number_to_canonical(nvl(lv_AbsenceHoursDuration,0));

214: when others then
215: lv_AbsenceHoursDuration:=null;
216: end;
217: end if;
218: return fnd_number.number_to_canonical(nvl(lv_AbsenceHoursDuration,0));
219:
220: if g_debug then
221: hr_utility.set_location('Leaving:'|| g_package||'.'||c_proc, 30);
222: end if;