DBA Data[Home] [Help]

APPS.PQH_CER_SHD dependencies on HR_API

Line 541: -- hr_api.mandatory_arg_error

537: hr_utility.set_location('Entering:'||l_proc, 5);
538: --
539: -- Add any mandatory argument checking here:
540: -- Example:
541: -- hr_api.mandatory_arg_error
542: -- (p_api_name => l_proc,
543: -- p_argument => 'object_version_number',
544: -- p_argument_value => p_object_version_number);
545: --

Line 567: When HR_Api.Object_Locked then

563: --
564: -- We need to trap the ORA LOCK exception
565: --
566: Exception
567: When HR_Api.Object_Locked then
568: --
569: -- The object is locked therefore we need to supply a meaningful
570: -- error message.
571: --