DBA Data[Home] [Help]

APPS.BEN_ECR_SHD dependencies on HR_API

Line 378: -- hr_api.mandatory_arg_error

374: hr_utility.set_location('Entering:'||l_proc, 5);
375: --
376: -- Add any mandatory argument checking here:
377: -- Example:
378: -- hr_api.mandatory_arg_error
379: -- (p_api_name => l_proc,
380: -- p_argument => 'object_version_number',
381: -- p_argument_value => p_object_version_number);
382: --

Line 404: When HR_Api.Object_Locked then

400: --
401: -- We need to trap the ORA LOCK exception
402: --
403: Exception
404: When HR_Api.Object_Locked then
405: --
406: -- The object is locked therefore we need to supply a meaningful
407: -- error message.
408: --