DBA Data[Home] [Help]

APPS.GHR_PAR_SHD dependencies on HR_API

Line 625: -- hr_api.mandatory_arg_error

621: hr_utility.set_location('Entering:'||l_proc, 5);
622: --
623: -- Add any mandatory argument checking here:
624: -- Example:
625: -- hr_api.mandatory_arg_error
626: -- (p_api_name => l_proc,
627: -- p_argument => 'object_version_number',
628: -- p_argument_value => p_object_version_number);
629: --

Line 630: /* hr_api.mandatory_arg_error

626: -- (p_api_name => l_proc,
627: -- p_argument => 'object_version_number',
628: -- p_argument_value => p_object_version_number);
629: --
630: /* hr_api.mandatory_arg_error
631: (p_api_name => l_proc,
632: p_argument => 'routing_group_id',
633: p_argument_value => p_routing_group_id);
634: */

Line 658: When HR_Api.Object_Locked then

654: --
655: -- We need to trap the ORA LOCK exception
656: --
657: Exception
658: When HR_Api.Object_Locked then
659: --
660: -- The object is locked therefore we need to supply a meaningful
661: -- error message.
662: --