DBA Data[Home] [Help]

APPS.PER_ABC_SHD dependencies on HR_API

Line 274: hr_api.mandatory_arg_error

270: --
271: Begin
272: hr_utility.set_location('Entering:'||l_proc, 5);
273: --
274: hr_api.mandatory_arg_error
275: (p_api_name => l_proc
276: ,p_argument => 'ABSENCE_CASE_ID'
277: ,p_argument_value => p_absence_case_id
278: );

Line 280: hr_api.mandatory_arg_error

276: ,p_argument => 'ABSENCE_CASE_ID'
277: ,p_argument_value => p_absence_case_id
278: );
279: hr_utility.set_location(l_proc,6);
280: hr_api.mandatory_arg_error
281: (p_api_name => l_proc
282: ,p_argument => 'OBJECT_VERSION_NUMBER'
283: ,p_argument_value => p_object_version_number
284: );

Line 308: When HR_Api.Object_Locked then

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