DBA Data[Home] [Help]

APPS.OTA_LME_SHD dependencies on HR_API

Line 205: hr_api.mandatory_arg_error

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

Line 211: hr_api.mandatory_arg_error

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

Line 239: When HR_Api.Object_Locked then

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