DBA Data[Home] [Help]

APPS.BEN_CQB_SHD dependencies on HR_API

Line 246: -- hr_api.mandatory_arg_error

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

Line 272: When HR_Api.Object_Locked then

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