DBA Data[Home] [Help]

APPS.OTA_LPE_SHD dependencies on HR_API

Line 214: hr_api.mandatory_arg_error

210: --
211: Begin
212: hr_utility.set_location('Entering:'||l_proc, 5);
213: --
214: hr_api.mandatory_arg_error
215: (p_api_name => l_proc
216: ,p_argument => 'LP_ENROLLMENT_ID'
217: ,p_argument_value => p_lp_enrollment_id
218: );

Line 220: hr_api.mandatory_arg_error

216: ,p_argument => 'LP_ENROLLMENT_ID'
217: ,p_argument_value => p_lp_enrollment_id
218: );
219: hr_utility.set_location(l_proc,6);
220: hr_api.mandatory_arg_error
221: (p_api_name => l_proc
222: ,p_argument => 'OBJECT_VERSION_NUMBER'
223: ,p_argument_value => p_object_version_number
224: );

Line 248: When HR_Api.Object_Locked then

244: --
245: -- We need to trap the ORA LOCK exception
246: --
247: Exception
248: When HR_Api.Object_Locked then
249: --
250: -- The object is locked therefore we need to supply a meaningful
251: -- error message.
252: --