DBA Data[Home] [Help]

APPS.PE_PEI_SHD dependencies on HR_API

Line 253: -- hr_api.mandatory_arg_error

249: hr_utility.set_location('Entering:'||l_proc, 5);
250: --
251: -- Add any mandatory argument checking here:
252: -- Example:
253: -- hr_api.mandatory_arg_error
254: -- (p_api_name => l_proc,
255: -- p_argument => 'object_version_number',
256: -- p_argument_value => p_object_version_number);
257: --

Line 279: When HR_Api.Object_Locked then

275: --
276: -- We need to trap the ORA LOCK exception
277: --
278: Exception
279: When HR_Api.Object_Locked then
280: --
281: -- The object is locked therefore we need to supply a meaningful
282: -- error message.
283: --