DBA Data[Home] [Help]

APPS.HR_ORI_SHD dependencies on HR_API

Line 242: hr_api.mandatory_arg_error

238: --
239: Begin
240: hr_utility.set_location('Entering:'||l_proc, 5);
241: --
242: hr_api.mandatory_arg_error
243: (p_api_name => l_proc
244: ,p_argument => 'ORG_INFORMATION_ID'
245: ,p_argument_value => p_org_information_id
246: );

Line 248: hr_api.mandatory_arg_error

244: ,p_argument => 'ORG_INFORMATION_ID'
245: ,p_argument_value => p_org_information_id
246: );
247: --Bug:1790746 fix Start
248: hr_api.mandatory_arg_error
249: (p_api_name => l_proc
250: ,p_argument => 'object_version_number'
251: ,p_argument_value => p_object_version_number
252: );

Line 276: When HR_Api.Object_Locked then

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