DBA Data[Home] [Help]

APPS.PQH_REI_SHD dependencies on HR_API

Line 271: hr_api.mandatory_arg_error

267: --
268: Begin
269: hr_utility.set_location('Entering:'||l_proc, 5);
270: --
271: hr_api.mandatory_arg_error
272: (p_api_name => l_proc
273: ,p_argument => 'ROLE_EXTRA_INFO_ID'
274: ,p_argument_value => p_role_extra_info_id
275: );

Line 277: hr_api.mandatory_arg_error

273: ,p_argument => 'ROLE_EXTRA_INFO_ID'
274: ,p_argument_value => p_role_extra_info_id
275: );
276: hr_utility.set_location(l_proc,6);
277: hr_api.mandatory_arg_error
278: (p_api_name => l_proc
279: ,p_argument => 'OBJECT_VERSION_NUMBER'
280: ,p_argument_value => p_object_version_number
281: );

Line 306: When HR_Api.Object_Locked then

302: --
303:
304:
305: Exception
306: When HR_Api.Object_Locked then
307: --
308: -- The object is locked therefore we need to supply a meaningful
309: -- error message.
310: --