DBA Data[Home] [Help]

APPS.PER_SUB_SHD dependencies on HR_API

Line 254: -- hr_api.mandatory_arg_error

250: hr_utility.set_location('Entering:'||l_proc, 5);
251: --
252: -- Add any mandatory argument checking here:
253: -- Example:
254: -- hr_api.mandatory_arg_error
255: -- (p_api_name => l_proc,
256: -- p_argument => 'object_version_number',
257: -- p_argument_value => p_object_version_number);
258: --

Line 280: When HR_Api.Object_Locked then

276: --
277: -- We need to trap the ORA LOCK exception
278: --
279: Exception
280: When HR_Api.Object_Locked then
281: --
282: -- The object is locked therefore we need to supply a meaningful
283: -- error message.
284: --