DBA Data[Home] [Help]

APPS.BEN_VPF_SHD dependencies on HR_API

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

565: hr_utility.set_location('Entering:'||l_proc, 5);
566: --
567: -- Ensure that all the mandatory arguments are not null
568: --
569: hr_api.mandatory_arg_error(p_api_name => l_proc,
570: p_argument => 'effective_date',
571: p_argument_value => p_effective_date);
572: --
573: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

569: hr_api.mandatory_arg_error(p_api_name => l_proc,
570: p_argument => 'effective_date',
571: p_argument_value => p_effective_date);
572: --
573: hr_api.mandatory_arg_error(p_api_name => l_proc,
574: p_argument => 'datetrack_mode',
575: p_argument_value => p_datetrack_mode);
576: --
577: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

573: hr_api.mandatory_arg_error(p_api_name => l_proc,
574: p_argument => 'datetrack_mode',
575: p_argument_value => p_datetrack_mode);
576: --
577: hr_api.mandatory_arg_error(p_api_name => l_proc,
578: p_argument => 'vrbl_rt_prfl_id',
579: p_argument_value => p_vrbl_rt_prfl_id);
580: --
581: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

577: hr_api.mandatory_arg_error(p_api_name => l_proc,
578: p_argument => 'vrbl_rt_prfl_id',
579: p_argument_value => p_vrbl_rt_prfl_id);
580: --
581: hr_api.mandatory_arg_error(p_api_name => l_proc,
582: p_argument => 'object_version_number',
583: p_argument_value => p_object_version_number);
584: --
585: -- Check to ensure the datetrack mode is not INSERT.

Line 892: When HR_Api.Object_Locked then

888: --
889: -- We need to trap the ORA LOCK exception
890: --
891: Exception
892: When HR_Api.Object_Locked then
893: --
894: -- The object is locked therefore we need to supply a meaningful
895: -- error message.
896: --