DBA Data[Home] [Help]

APPS.OTA_ACI_SHD dependencies on HR_API

Line 223: hr_api.mandatory_arg_error

219: --
220: Begin
221: hr_utility.set_location('Entering:'||l_proc, 5);
222: --
223: hr_api.mandatory_arg_error
224: (p_api_name => l_proc
225: ,p_argument => 'ACTIVITY_VERSION_ID'
226: ,p_argument_value => p_activity_version_id
227: );

Line 229: hr_api.mandatory_arg_error

225: ,p_argument => 'ACTIVITY_VERSION_ID'
226: ,p_argument_value => p_activity_version_id
227: );
228: hr_utility.set_location(l_proc,6);
229: hr_api.mandatory_arg_error
230: (p_api_name => l_proc
231: ,p_argument => 'OBJECT_VERSION_NUMBER'
232: ,p_argument_value => p_object_version_number
233: );

Line 235: hr_api.mandatory_arg_error

231: ,p_argument => 'OBJECT_VERSION_NUMBER'
232: ,p_argument_value => p_object_version_number
233: );
234: hr_utility.set_location(l_proc,7);
235: hr_api.mandatory_arg_error
236: (p_api_name => l_proc
237: ,p_argument => 'CATEGORY_USAGE_ID'
238: ,p_argument_value => p_category_usage_id
239: );

Line 263: When HR_Api.Object_Locked then

259: --
260: -- We need to trap the ORA LOCK exception
261: --
262: Exception
263: When HR_Api.Object_Locked then
264: --
265: -- The object is locked therefore we need to supply a meaningful
266: -- error message.
267: --