DBA Data[Home] [Help]

APPS.PER_MEA_SHD dependencies on HR_API

Line 293: hr_api.mandatory_arg_error

289: --
290: Begin
291: hr_utility.set_location('Entering:'||l_proc, 5);
292: --
293: hr_api.mandatory_arg_error
294: (p_api_name => l_proc
295: ,p_argument => 'MEDICAL_ASSESSMENT_ID'
296: ,p_argument_value => p_medical_assessment_id
297: );

Line 322: When HR_Api.Object_Locked then

318: -- We need to trap the ORA LOCK exception
319: --
320: Exception
321: --
322: When HR_Api.Object_Locked then
323: --
324: -- The object is locked therefore we need to supply a meaningful
325: -- error message.
326: --