DBA Data[Home] [Help]

APPS.BEN_CLA_SHD dependencies on HR_API

Line 244: -- hr_api.mandatory_arg_error

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

Line 270: When HR_Api.Object_Locked then

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