DBA Data[Home] [Help]

APPS.BEN_ENP_SHD dependencies on HR_API

Line 311: -- hr_api.mandatory_arg_error

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

Line 337: When HR_Api.Object_Locked then

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