DBA Data[Home] [Help]

APPS.OTA_CRE_SHD dependencies on HR_API

Line 191: hr_api.mandatory_arg_error

187: --
188: Begin
189: hr_utility.set_location('Entering:'||l_proc, 5);
190: --
191: hr_api.mandatory_arg_error
192: (p_api_name => l_proc
193: ,p_argument => 'CERT_ENROLLMENT_ID'
194: ,p_argument_value => p_cert_enrollment_id
195: );

Line 197: hr_api.mandatory_arg_error

193: ,p_argument => 'CERT_ENROLLMENT_ID'
194: ,p_argument_value => p_cert_enrollment_id
195: );
196: hr_utility.set_location(l_proc,6);
197: hr_api.mandatory_arg_error
198: (p_api_name => l_proc
199: ,p_argument => 'OBJECT_VERSION_NUMBER'
200: ,p_argument_value => p_object_version_number
201: );

Line 225: When HR_Api.Object_Locked then

221: --
222: -- We need to trap the ORA LOCK exception
223: --
224: Exception
225: When HR_Api.Object_Locked then
226: --
227: -- The object is locked therefore we need to supply a meaningful
228: -- error message.
229: --