DBA Data[Home] [Help]

APPS.BEN_ERC_SHD dependencies on HR_API

Line 237: -- hr_api.mandatory_arg_error

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

Line 263: When HR_Api.Object_Locked then

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