DBA Data[Home] [Help]

APPS.BEN_EPR_SHD dependencies on HR_API

Line 245: -- hr_api.mandatory_arg_error

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

Line 271: When HR_Api.Object_Locked then

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