DBA Data[Home] [Help]

APPS.PER_PEOPLE9_PKG dependencies on FND_NUMBER

Line 87: , fnd_number.canonical_to_number(pbg.working_hours)

83: --
84: select pbg.location_id
85: , pbg.default_start_time
86: , pbg.default_end_time
87: , fnd_number.canonical_to_number(pbg.working_hours)
88: , pbg.frequency
89: into l_location_id
90: , l_time_normal_start
91: , l_time_normal_end

Line 302: , fnd_number.canonical_to_number(pbg.working_hours)

298: hr_utility.set_location('per_people9_pkg.insert_employee_rows',1);
299: select pbg.location_id
300: , pbg.default_start_time
301: , pbg.default_end_time
302: , fnd_number.canonical_to_number(pbg.working_hours)
303: , pbg.frequency
304: into l_location_id
305: , l_time_normal_start
306: , l_time_normal_end