DBA Data[Home] [Help]

APPS.BEN_XEL_SHD dependencies on HR_API

Line 310: -- hr_api.mandatory_arg_error

306: hr_utility.set_location('Entering:'||l_proc, 5);
307: --
308: -- Add any mandatory argument checking here:
309: -- Example:
310: -- hr_api.mandatory_arg_error
311: -- (p_api_name => l_proc,
312: -- p_argument => 'object_version_number',
313: -- p_argument_value => p_object_version_number);
314: --

Line 336: When HR_Api.Object_Locked then

332: --
333: -- We need to trap the ORA LOCK exception
334: --
335: Exception
336: When HR_Api.Object_Locked then
337: --
338: -- The object is locked therefore we need to supply a meaningful
339: -- error message.
340: --