DBA Data[Home] [Help]

APPS.GHR_CMP_SHD dependencies on HR_API

Line 441: hr_api.mandatory_arg_error

437: --
438: Begin
439: hr_utility.set_location('Entering:'||l_proc, 5);
440: --
441: hr_api.mandatory_arg_error
442: (p_api_name => l_proc
443: ,p_argument => 'COMPLAINT_ID'
444: ,p_argument_value => p_complaint_id
445: );

Line 447: hr_api.mandatory_arg_error

443: ,p_argument => 'COMPLAINT_ID'
444: ,p_argument_value => p_complaint_id
445: );
446: hr_utility.set_location(l_proc,6);
447: hr_api.mandatory_arg_error
448: (p_api_name => l_proc
449: ,p_argument => 'OBJECT_VERSION_NUMBER'
450: ,p_argument_value => p_object_version_number
451: );

Line 475: When HR_Api.Object_Locked then

471: --
472: -- We need to trap the ORA LOCK exception
473: --
474: Exception
475: When HR_Api.Object_Locked then
476: --
477: -- The object is locked therefore we need to supply a meaningful
478: -- error message.
479: --