DBA Data[Home] [Help]

APPS.BEN_HWF_SHD dependencies on HR_API

Line 249: -- hr_api.mandatory_arg_error

245: hr_utility.set_location('Entering:'||l_proc, 5);
246: --
247: -- Add any mandatory argument checking here:
248: -- Example:
249: -- hr_api.mandatory_arg_error
250: -- (p_api_name => l_proc,
251: -- p_argument => 'object_version_number',
252: -- p_argument_value => p_object_version_number);
253: --

Line 275: When HR_Api.Object_Locked then

271: --
272: -- We need to trap the ORA LOCK exception
273: --
274: Exception
275: When HR_Api.Object_Locked then
276: --
277: -- The object is locked therefore we need to supply a meaningful
278: -- error message.
279: --