DBA Data[Home] [Help]

APPS.HR_ITP_SHD dependencies on HR_API

Line 344: hr_api.mandatory_arg_error

340: --
341: Begin
342: hr_utility.set_location('Entering:'||l_proc, 5);
343: --
344: hr_api.mandatory_arg_error
345: (p_api_name => l_proc
346: ,p_argument => 'ITEM_PROPERTY_ID'
347: ,p_argument_value => p_item_property_id
348: );

Line 350: hr_api.mandatory_arg_error

346: ,p_argument => 'ITEM_PROPERTY_ID'
347: ,p_argument_value => p_item_property_id
348: );
349: --
350: hr_api.mandatory_arg_error
351: (p_api_name => l_proc
352: ,p_argument => 'object_version_number'
353: ,p_argument_value => p_object_version_number
354: );

Line 378: When HR_Api.Object_Locked then

374: --
375: -- We need to trap the ORA LOCK exception
376: --
377: Exception
378: When HR_Api.Object_Locked then
379: --
380: -- The object is locked therefore we need to supply a meaningful
381: -- error message.
382: --