DBA Data[Home] [Help]

APPS.BEN_ABR_SHD dependencies on HR_API

Line 740: hr_api.mandatory_arg_error(p_api_name => l_proc,

736: hr_utility.set_location('Entering:'||l_proc, 5);
737: --
738: -- Ensure that all the mandatory arguments are not null
739: --
740: hr_api.mandatory_arg_error(p_api_name => l_proc,
741: p_argument => 'effective_date',
742: p_argument_value => p_effective_date);
743: --
744: hr_api.mandatory_arg_error(p_api_name => l_proc,

Line 744: hr_api.mandatory_arg_error(p_api_name => l_proc,

740: hr_api.mandatory_arg_error(p_api_name => l_proc,
741: p_argument => 'effective_date',
742: p_argument_value => p_effective_date);
743: --
744: hr_api.mandatory_arg_error(p_api_name => l_proc,
745: p_argument => 'datetrack_mode',
746: p_argument_value => p_datetrack_mode);
747: --
748: hr_api.mandatory_arg_error(p_api_name => l_proc,

Line 748: hr_api.mandatory_arg_error(p_api_name => l_proc,

744: hr_api.mandatory_arg_error(p_api_name => l_proc,
745: p_argument => 'datetrack_mode',
746: p_argument_value => p_datetrack_mode);
747: --
748: hr_api.mandatory_arg_error(p_api_name => l_proc,
749: p_argument => 'acty_base_rt_id',
750: p_argument_value => p_acty_base_rt_id);
751: --
752: hr_api.mandatory_arg_error(p_api_name => l_proc,

Line 752: hr_api.mandatory_arg_error(p_api_name => l_proc,

748: hr_api.mandatory_arg_error(p_api_name => l_proc,
749: p_argument => 'acty_base_rt_id',
750: p_argument_value => p_acty_base_rt_id);
751: --
752: hr_api.mandatory_arg_error(p_api_name => l_proc,
753: p_argument => 'object_version_number',
754: p_argument_value => p_object_version_number);
755: --
756: -- Check to ensure the datetrack mode is not INSERT.

Line 924: When HR_Api.Object_Locked then

920: --
921: -- We need to trap the ORA LOCK exception
922: --
923: Exception
924: When HR_Api.Object_Locked then
925: --
926: -- The object is locked therefore we need to supply a meaningful
927: -- error message.
928: --