DBA Data[Home] [Help]

APPS.OTA_EVT_SHD dependencies on HR_API

Line 434: -- hr_api.mandatory_arg_error

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

Line 460: When HR_Api.Object_Locked then

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

Line 824: HR_API.MANDATORY_ARG_ERROR (

820: begin
821: --
822: HR_UTILITY.SET_LOCATION ('Entering:' || W_PROC, 5);
823: --
824: HR_API.MANDATORY_ARG_ERROR (
825: P_API_NAME => G_PACKAGE,
826: P_ARGUMENT => 'P_EVENT_ID',
827: P_ARGUMENT_VALUE => P_EVENT_ID);
828: --