DBA Data[Home] [Help]

APPS.OTA_CMB_SHD dependencies on HR_API

Line 183: hr_api.mandatory_arg_error

179: --
180: Begin
181: hr_utility.set_location('Entering:'||l_proc, 5);
182: --
183: hr_api.mandatory_arg_error
184: (p_api_name => l_proc
185: ,p_argument => 'CERTIFICATION_MEMBER_ID'
186: ,p_argument_value => p_certification_member_id
187: );

Line 189: hr_api.mandatory_arg_error

185: ,p_argument => 'CERTIFICATION_MEMBER_ID'
186: ,p_argument_value => p_certification_member_id
187: );
188: hr_utility.set_location(l_proc,6);
189: hr_api.mandatory_arg_error
190: (p_api_name => l_proc
191: ,p_argument => 'OBJECT_VERSION_NUMBER'
192: ,p_argument_value => p_object_version_number
193: );

Line 217: When HR_Api.Object_Locked then

213: --
214: -- We need to trap the ORA LOCK exception
215: --
216: Exception
217: When HR_Api.Object_Locked then
218: --
219: -- The object is locked therefore we need to supply a meaningful
220: -- error message.
221: --