353: --
354: Begin
355: hr_utility.set_location('Entering:'||l_proc, 5);
356: --
357: hr_api.mandatory_arg_error
358: (p_api_name => l_proc
359: ,p_argument => 'INCIDENT_ID'
360: ,p_argument_value => p_incident_id
361: );
381: --
382: -- We need to trap the ORA LOCK exception
383: --
384: Exception
385: When HR_Api.Object_Locked then
386: --
387: -- The object is locked therefore we need to supply a meaningful
388: -- error message.
389: --