DBA Data[Home] [Help]

APPS.HR_DEI_SHD dependencies on HR_API

Line 287: hr_api.mandatory_arg_error

283: --
284: Begin
285: hr_utility.set_location('Entering:'||l_proc, 5);
286: --
287: hr_api.mandatory_arg_error
288: (p_api_name => l_proc
289: ,p_argument => 'DOCUMENT_EXTRA_INFO_ID'
290: ,p_argument_value => p_document_extra_info_id
291: );

Line 293: hr_api.mandatory_arg_error

289: ,p_argument => 'DOCUMENT_EXTRA_INFO_ID'
290: ,p_argument_value => p_document_extra_info_id
291: );
292: hr_utility.set_location(l_proc,6);
293: hr_api.mandatory_arg_error
294: (p_api_name => l_proc
295: ,p_argument => 'OBJECT_VERSION_NUMBER'
296: ,p_argument_value => p_object_version_number
297: );

Line 321: When HR_Api.Object_Locked then

317: --
318: -- We need to trap the ORA LOCK exception
319: --
320: Exception
321: When HR_Api.Object_Locked then
322: --
323: -- The object is locked therefore we need to supply a meaningful
324: -- error message.
325: --