DBA Data[Home] [Help]

APPS.OTA_EVT_SHD dependencies on HR_API

Line 432: -- hr_api.mandatory_arg_error

428: hr_utility.set_location('Entering:'||l_proc, 5);
429: --
430: -- Add any mandatory argument checking here:
431: -- Example:
432: -- hr_api.mandatory_arg_error
433: -- (p_api_name => l_proc,
434: -- p_argument => 'object_version_number',
435: -- p_argument_value => p_object_version_number);
436: --

Line 458: When HR_Api.Object_Locked then

454: --
455: -- We need to trap the ORA LOCK exception
456: --
457: Exception
458: When HR_Api.Object_Locked then
459: --
460: -- The object is locked therefore we need to supply a meaningful
461: -- error message.
462: --

Line 819: HR_API.MANDATORY_ARG_ERROR (

815: begin
816: --
817: HR_UTILITY.SET_LOCATION ('Entering:' || W_PROC, 5);
818: --
819: HR_API.MANDATORY_ARG_ERROR (
820: P_API_NAME => G_PACKAGE,
821: P_ARGUMENT => 'P_EVENT_ID',
822: P_ARGUMENT_VALUE => P_EVENT_ID);
823: --