DBA Data[Home] [Help]

APPS.PER_RAA_SHD dependencies on HR_API

Line 244: hr_api.mandatory_arg_error

240: --
241: Begin
242: hr_utility.set_location('Entering:'||l_proc, 5);
243: --
244: hr_api.mandatory_arg_error
245: (p_api_name => l_proc
246: ,p_argument => 'RECRUITMENT_ACTIVITY_ID'
247: ,p_argument_value => p_recruitment_activity_id
248: );

Line 250: hr_api.mandatory_arg_error

246: ,p_argument => 'RECRUITMENT_ACTIVITY_ID'
247: ,p_argument_value => p_recruitment_activity_id
248: );
249: hr_utility.set_location(l_proc,6);
250: hr_api.mandatory_arg_error
251: (p_api_name => l_proc
252: ,p_argument => 'OBJECT_VERSION_NUMBER'
253: ,p_argument_value => p_object_version_number
254: );

Line 278: When HR_Api.Object_Locked then

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