DBA Data[Home] [Help]

APPS.BEN_CPE_SHD dependencies on HR_API

Line 874: hr_api.mandatory_arg_error

870: --
871: Begin
872: hr_utility.set_location('Entering:'||l_proc, 5);
873: --
874: hr_api.mandatory_arg_error
875: (p_api_name => l_proc
876: ,p_argument => 'COPY_ENTITY_RESULT_ID'
877: ,p_argument_value => p_copy_entity_result_id
878: );

Line 880: hr_api.mandatory_arg_error

876: ,p_argument => 'COPY_ENTITY_RESULT_ID'
877: ,p_argument_value => p_copy_entity_result_id
878: );
879: hr_utility.set_location(l_proc,6);
880: hr_api.mandatory_arg_error
881: (p_api_name => l_proc
882: ,p_argument => 'OBJECT_VERSION_NUMBER'
883: ,p_argument_value => p_object_version_number
884: );

Line 908: When HR_Api.Object_Locked then

904: --
905: -- We need to trap the ORA LOCK exception
906: --
907: Exception
908: When HR_Api.Object_Locked then
909: --
910: -- The object is locked therefore we need to supply a meaningful
911: -- error message.
912: --