DBA Data[Home] [Help]

APPS.BEN_XRD_SHD dependencies on HR_API

Line 798: -- hr_api.mandatory_arg_error

794: hr_utility.set_location('Entering:'||l_proc, 5);
795: --
796: -- Add any mandatory argument checking here:
797: -- Example:
798: -- hr_api.mandatory_arg_error
799: -- (p_api_name => l_proc,
800: -- p_argument => 'object_version_number',
801: -- p_argument_value => p_object_version_number);
802: --

Line 824: When HR_Api.Object_Locked then

820: --
821: -- We need to trap the ORA LOCK exception
822: --
823: Exception
824: When HR_Api.Object_Locked then
825: --
826: -- The object is locked therefore we need to supply a meaningful
827: -- error message.
828: --