DBA Data[Home] [Help]

APPS.PQH_LOS_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 => 'SITUATION_ID'
274: ,p_argument_value => p_situation_id
275: );

Line 277: hr_api.mandatory_arg_error

273: ,p_argument => 'SITUATION_ID'
274: ,p_argument_value => p_situation_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 305: When HR_Api.Object_Locked then

301: --
302: -- We need to trap the ORA LOCK exception
303: --
304: Exception
305: When HR_Api.Object_Locked then
306: --
307: -- The object is locked therefore we need to supply a meaningful
308: -- error message.
309: --