DBA Data[Home] [Help]

APPS.IRC_ISC_SHD dependencies on HR_API

Line 347: hr_api.mandatory_arg_error

343: --
344: Begin
345: hr_utility.set_location('Entering:'||l_proc, 5);
346: --
347: hr_api.mandatory_arg_error
348: (p_api_name => l_proc
349: ,p_argument => 'SEARCH_CRITERIA_ID'
350: ,p_argument_value => p_search_criteria_id
351: );

Line 353: hr_api.mandatory_arg_error

349: ,p_argument => 'SEARCH_CRITERIA_ID'
350: ,p_argument_value => p_search_criteria_id
351: );
352: hr_utility.set_location(l_proc,6);
353: hr_api.mandatory_arg_error
354: (p_api_name => l_proc
355: ,p_argument => 'OBJECT_VERSION_NUMBER'
356: ,p_argument_value => p_object_version_number
357: );

Line 385: When HR_Api.Object_Locked then

381: --
382: -- We need to trap the ORA LOCK exception
383: --
384: Exception
385: When HR_Api.Object_Locked then
386: --
387: -- The object is locked therefore we need to supply a meaningful
388: -- error message.
389: --