DBA Data[Home] [Help]

APPS.PER_CEO_SHD dependencies on HR_API

Line 240: hr_api.mandatory_arg_error

236: --
237: Begin
238: hr_utility.set_location('Entering:'||l_proc, 5);
239: --
240: hr_api.mandatory_arg_error
241: (p_api_name => l_proc
242: ,p_argument => 'COMP_ELEMENT_OUTCOME_ID'
243: ,p_argument_value => p_comp_element_outcome_id
244: );

Line 246: hr_api.mandatory_arg_error

242: ,p_argument => 'COMP_ELEMENT_OUTCOME_ID'
243: ,p_argument_value => p_comp_element_outcome_id
244: );
245: hr_utility.set_location(l_proc,6);
246: hr_api.mandatory_arg_error
247: (p_api_name => l_proc
248: ,p_argument => 'OBJECT_VERSION_NUMBER'
249: ,p_argument_value => p_object_version_number
250: );

Line 277: When HR_Api.Object_Locked then

273: --
274: -- We need to trap the ORA LOCK exception
275: --
276: Exception
277: When HR_Api.Object_Locked then
278: --
279: -- The object is locked therefore we need to supply a meaningful
280: -- error message.
281: --