DBA Data[Home] [Help]

APPS.GHR_PDI_SHD dependencies on HR_API

Line 250: -- hr_api.mandatory_arg_error

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

Line 276: When HR_Api.Object_Locked then

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