DBA Data[Home] [Help]

APPS.BEN_XFI_SHD dependencies on HR_API

Line 256: -- hr_api.mandatory_arg_error

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

Line 282: When HR_Api.Object_Locked then

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