DBA Data[Home] [Help]

APPS.PER_VAC_SHD dependencies on HR_API

Line 276: hr_api.mandatory_arg_error

272: --
273: Begin
274: hr_utility.set_location('Entering:'||l_proc, 5);
275: --
276: hr_api.mandatory_arg_error
277: (p_api_name => l_proc
278: ,p_argument => 'VACANCY_ID'
279: ,p_argument_value => p_vacancy_id
280: );

Line 282: hr_api.mandatory_arg_error

278: ,p_argument => 'VACANCY_ID'
279: ,p_argument_value => p_vacancy_id
280: );
281: hr_utility.set_location(l_proc,6);
282: hr_api.mandatory_arg_error
283: (p_api_name => l_proc
284: ,p_argument => 'OBJECT_VERSION_NUMBER'
285: ,p_argument_value => p_object_version_number
286: );

Line 310: When HR_Api.Object_Locked then

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