DBA Data[Home] [Help]

APPS.GHR_PAH_SHD dependencies on HR_API

Line 575: -- hr_api.mandatory_arg_error

571: hr_utility.set_location('Entering:'||l_proc, 5);
572: --
573: -- Add any mandatory argument checking here:
574: -- Example:
575: -- hr_api.mandatory_arg_error
576: -- (p_api_name => l_proc,
577: -- p_argument => 'object_version_number',
578: -- p_argument_value => p_object_version_number);
579: --

Line 598: When HR_Api.Object_Locked then

594: --
595: -- We need to trap the ORA LOCK exception
596: --
597: Exception
598: When HR_Api.Object_Locked then
599: --
600: -- The object is locked therefore we need to supply a meaningful
601: -- error message.
602: --