DBA Data[Home] [Help]

APPS.PER_OBJ_SHD dependencies on HR_API

Line 276: -- hr_api.mandatory_arg_error

272: hr_utility.set_location('Entering:'||l_proc, 5);
273: --
274: -- Add any mandatory argument checking here:
275: -- Example:
276: -- hr_api.mandatory_arg_error
277: -- (p_api_name => l_proc,
278: -- p_argument => 'object_version_number',
279: -- p_argument_value => p_object_version_number);
280: --

Line 304: When HR_Api.Object_Locked then

300: --
301: -- We need to trap the ORA LOCK exception
302: --
303: Exception
304: When HR_Api.Object_Locked then
305: --
306: -- The object is locked therefore we need to supply a meaningful
307: -- error message.
308: --