DBA Data[Home] [Help]

APPS.BEN_DRR_SHD dependencies on HR_API

Line 217: -- hr_api.mandatory_arg_error

213: hr_utility.set_location('Entering:'||l_proc, 5);
214: --
215: -- Add any mandatory argument checking here:
216: -- Example:
217: -- hr_api.mandatory_arg_error
218: -- (p_api_name => l_proc,
219: -- p_argument => 'object_version_number',
220: -- p_argument_value => p_object_version_number);
221: --

Line 243: When HR_Api.Object_Locked then

239: --
240: -- We need to trap the ORA LOCK exception
241: --
242: Exception
243: When HR_Api.Object_Locked then
244: --
245: -- The object is locked therefore we need to supply a meaningful
246: -- error message.
247: --