DBA Data[Home] [Help]

APPS.PER_APT_SHD dependencies on HR_API

Line 274: -- hr_api.mandatory_arg_error

270: hr_utility.set_location('Entering:'||l_proc, 5);
271:
272: -- Add any mandatory argument checking here:
273: -- Example:
274: -- hr_api.mandatory_arg_error
275: -- (p_api_name => l_proc,
276: -- p_argument => 'object_version_number',
277: -- p_argument_value => p_object_version_number);
278:

Line 300: When HR_Api.Object_Locked then

296:
297: -- We need to trap the ORA LOCK exception
298:
299: Exception
300: When HR_Api.Object_Locked then
301:
302: -- The object is locked therefore we need to supply a meaningful
303: -- error message.
304: