DBA Data[Home] [Help]

APPS.HR_ICX_SHD dependencies on HR_API

Line 198: hr_api.mandatory_arg_error

194: --
195: Begin
196: hr_utility.set_location('Entering:'||l_proc, 5);
197: --
198: hr_api.mandatory_arg_error
199: (p_api_name => l_proc
200: ,p_argument => 'ITEM_CONTEXT_ID'
201: ,p_argument_value => p_item_context_id
202: );

Line 204: hr_api.mandatory_arg_error

200: ,p_argument => 'ITEM_CONTEXT_ID'
201: ,p_argument_value => p_item_context_id
202: );
203: --
204: hr_api.mandatory_arg_error
205: (p_api_name => l_proc
206: ,p_argument => 'object_version_number'
207: ,p_argument_value => p_object_version_number
208: );

Line 232: When HR_Api.Object_Locked then

228: --
229: -- We need to trap the ORA LOCK exception
230: --
231: Exception
232: When HR_Api.Object_Locked then
233: --
234: -- The object is locked therefore we need to supply a meaningful
235: -- error message.
236: --