DBA Data[Home] [Help]

APPS.OTA_LME_SHD dependencies on HR_API

Line 207: hr_api.mandatory_arg_error

203: --
204: Begin
205: hr_utility.set_location('Entering:'||l_proc, 5);
206: --
207: hr_api.mandatory_arg_error
208: (p_api_name => l_proc
209: ,p_argument => 'LP_MEMBER_ENROLLMENT_ID'
210: ,p_argument_value => p_lp_member_enrollment_id
211: );

Line 213: hr_api.mandatory_arg_error

209: ,p_argument => 'LP_MEMBER_ENROLLMENT_ID'
210: ,p_argument_value => p_lp_member_enrollment_id
211: );
212: hr_utility.set_location(l_proc,6);
213: hr_api.mandatory_arg_error
214: (p_api_name => l_proc
215: ,p_argument => 'OBJECT_VERSION_NUMBER'
216: ,p_argument_value => p_object_version_number
217: );

Line 241: When HR_Api.Object_Locked then

237: --
238: -- We need to trap the ORA LOCK exception
239: --
240: Exception
241: When HR_Api.Object_Locked then
242: --
243: -- The object is locked therefore we need to supply a meaningful
244: -- error message.
245: --