DBA Data[Home] [Help]

APPS.BEN_EGD_SHD dependencies on HR_API

Line 252: -- hr_api.mandatory_arg_error

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

Line 278: When HR_Api.Object_Locked then

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