DBA Data[Home] [Help]

APPS.BEN_PEL_SHD dependencies on HR_API

Line 315: -- hr_api.mandatory_arg_error

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

Line 341: When HR_Api.Object_Locked then

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