DBA Data[Home] [Help]

APPS.PER_CPO_SHD dependencies on HR_API

Line 239: hr_api.mandatory_arg_error

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

Line 245: hr_api.mandatory_arg_error

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

Line 273: When HR_Api.Object_Locked then

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