DBA Data[Home] [Help]

APPS.BEN_CLF_SHD dependencies on HR_API

Line 282: -- hr_api.mandatory_arg_error

278: hr_utility.set_location('Entering:'||l_proc, 5);
279: --
280: -- Add any mandatory argument checking here:
281: -- Example:
282: -- hr_api.mandatory_arg_error
283: -- (p_api_name => l_proc,
284: -- p_argument => 'object_version_number',
285: -- p_argument_value => p_object_version_number);
286: --

Line 308: When HR_Api.Object_Locked then

304: --
305: -- We need to trap the ORA LOCK exception
306: --
307: Exception
308: When HR_Api.Object_Locked then
309: --
310: -- The object is locked therefore we need to supply a meaningful
311: -- error message.
312: --