DBA Data[Home] [Help]

APPS.PER_INC_SHD dependencies on HR_API

Line 357: hr_api.mandatory_arg_error

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: );

Line 385: When HR_Api.Object_Locked then

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: --