DBA Data[Home] [Help]

APPS.BEN_PEL_SHD dependencies on HR_API

Line 313: -- hr_api.mandatory_arg_error

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

Line 339: When HR_Api.Object_Locked then

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