DBA Data[Home] [Help]

APPS.PQH_PTX_SHD dependencies on HR_API

Line 450: -- hr_api.mandatory_arg_error

446: hr_utility.set_location('Entering:'||l_proc, 5);
447: --
448: -- Add any mandatory argument checking here:
449: -- Example:
450: -- hr_api.mandatory_arg_error
451: -- (p_api_name => l_proc,
452: -- p_argument => 'object_version_number',
453: -- p_argument_value => p_object_version_number);
454: --

Line 476: When HR_Api.Object_Locked then

472: --
473: -- We need to trap the ORA LOCK exception
474: --
475: Exception
476: When HR_Api.Object_Locked then
477: --
478: -- The object is locked therefore we need to supply a meaningful
479: -- error message.
480: --