DBA Data[Home] [Help]

APPS.OTA_OFF_SHD dependencies on HR_API

Line 256: hr_api.mandatory_arg_error

252: --
253: Begin
254: hr_utility.set_location('Entering:'||l_proc, 5);
255: --
256: hr_api.mandatory_arg_error
257: (p_api_name => l_proc
258: ,p_argument => 'OFFERING_ID'
259: ,p_argument_value => p_offering_id
260: );

Line 263: hr_api.mandatory_arg_error

259: ,p_argument_value => p_offering_id
260: );
261: hr_utility.set_location(l_proc,6);
262:
263: hr_api.mandatory_arg_error
264: (p_api_name => l_proc
265: ,p_argument => 'OBJECT_VERSION_NUMBER'
266: ,p_argument_value => p_object_version_number
267: );

Line 291: When HR_Api.Object_Locked then

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