DBA Data[Home] [Help]

APPS.BEN_ENP_SHD dependencies on HR_API

Line 309: -- hr_api.mandatory_arg_error

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

Line 335: When HR_Api.Object_Locked then

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