DBA Data[Home] [Help]

APPS.BEN_XRC_SHD dependencies on HR_API

Line 260: -- hr_api.mandatory_arg_error

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

Line 286: When HR_Api.Object_Locked then

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