DBA Data[Home] [Help]

APPS.BEN_BNG_SHD dependencies on HR_API

Line 233: -- hr_api.mandatory_arg_error

229: hr_utility.set_location('Entering:'||l_proc, 5);
230: --
231: -- Add any mandatory argument checking here:
232: -- Example:
233: -- hr_api.mandatory_arg_error
234: -- (p_api_name => l_proc,
235: -- p_argument => 'object_version_number',
236: -- p_argument_value => p_object_version_number);
237: --

Line 259: When HR_Api.Object_Locked then

255: --
256: -- We need to trap the ORA LOCK exception
257: --
258: Exception
259: When HR_Api.Object_Locked then
260: --
261: -- The object is locked therefore we need to supply a meaningful
262: -- error message.
263: --