DBA Data[Home] [Help]

APPS.BEN_ECC_SHD dependencies on HR_API

Line 243: -- hr_api.mandatory_arg_error

239: hr_utility.set_location('Entering:'||l_proc, 5);
240: --
241: -- Add any mandatory argument checking here:
242: -- Example:
243: -- hr_api.mandatory_arg_error
244: -- (p_api_name => l_proc,
245: -- p_argument => 'object_version_number',
246: -- p_argument_value => p_object_version_number);
247: --

Line 269: When HR_Api.Object_Locked then

265: --
266: -- We need to trap the ORA LOCK exception
267: --
268: Exception
269: When HR_Api.Object_Locked then
270: --
271: -- The object is locked therefore we need to supply a meaningful
272: -- error message.
273: --