DBA Data[Home] [Help]

APPS.IRC_IPC_SHD dependencies on HR_API

Line 280: hr_api.mandatory_arg_error

276: --
277: Begin
278: hr_utility.set_location('Entering:'||l_proc, 5);
279: --
280: hr_api.mandatory_arg_error
281: (p_api_name => l_proc
282: ,p_argument => 'POSTING_CONTENT_ID'
283: ,p_argument_value => p_posting_content_id
284: );

Line 286: hr_api.mandatory_arg_error

282: ,p_argument => 'POSTING_CONTENT_ID'
283: ,p_argument_value => p_posting_content_id
284: );
285: hr_utility.set_location(l_proc,6);
286: hr_api.mandatory_arg_error
287: (p_api_name => l_proc
288: ,p_argument => 'OBJECT_VERSION_NUMBER'
289: ,p_argument_value => p_object_version_number
290: );

Line 314: When HR_Api.Object_Locked then

310: --
311: -- We need to trap the ORA LOCK exception
312: --
313: Exception
314: When HR_Api.Object_Locked then
315: --
316: -- The object is locked therefore we need to supply a meaningful
317: -- error message.
318: --