DBA Data[Home] [Help]

APPS.BEN_PIL_SHD dependencies on HR_API

Line 259: -- hr_api.mandatory_arg_error

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

Line 285: When HR_Api.Object_Locked then

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