DBA Data[Home] [Help]

APPS.BEN_XDF_SHD dependencies on HR_API

Line 279: -- hr_api.mandatory_arg_error

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

Line 305: When HR_Api.Object_Locked then

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