DBA Data[Home] [Help]

APPS.PER_ABB_SHD dependencies on HR_API

Line 261: hr_api.mandatory_arg_error

257: --
258: Begin
259: hr_utility.set_location('Entering:'||l_proc, 5);
260: --
261: hr_api.mandatory_arg_error
262: (p_api_name => l_proc
263: ,p_argument => 'ABSENCE_ATTENDANCE_TYPE_ID'
264: ,p_argument_value => p_absence_attendance_type_id
265: );

Line 267: hr_api.mandatory_arg_error

263: ,p_argument => 'ABSENCE_ATTENDANCE_TYPE_ID'
264: ,p_argument_value => p_absence_attendance_type_id
265: );
266: hr_utility.set_location(l_proc,6);
267: hr_api.mandatory_arg_error
268: (p_api_name => l_proc
269: ,p_argument => 'OBJECT_VERSION_NUMBER'
270: ,p_argument_value => p_object_version_number
271: );

Line 295: When HR_Api.Object_Locked then

291: --
292: -- We need to trap the ORA LOCK exception
293: --
294: Exception
295: When HR_Api.Object_Locked then
296: --
297: -- The object is locked therefore we need to supply a meaningful
298: -- error message.
299: --