DBA Data[Home] [Help]

APPS.BEN_PGM_SHD dependencies on HR_API

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

540: hr_utility.set_location('Entering:'||l_proc, 5);
541: --
542: -- Ensure that all the mandatory arguments are not null
543: --
544: hr_api.mandatory_arg_error(p_api_name => l_proc,
545: p_argument => 'effective_date',
546: p_argument_value => p_effective_date);
547: --
548: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

544: hr_api.mandatory_arg_error(p_api_name => l_proc,
545: p_argument => 'effective_date',
546: p_argument_value => p_effective_date);
547: --
548: hr_api.mandatory_arg_error(p_api_name => l_proc,
549: p_argument => 'datetrack_mode',
550: p_argument_value => p_datetrack_mode);
551: --
552: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

548: hr_api.mandatory_arg_error(p_api_name => l_proc,
549: p_argument => 'datetrack_mode',
550: p_argument_value => p_datetrack_mode);
551: --
552: hr_api.mandatory_arg_error(p_api_name => l_proc,
553: p_argument => 'pgm_id',
554: p_argument_value => p_pgm_id);
555: --
556: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

552: hr_api.mandatory_arg_error(p_api_name => l_proc,
553: p_argument => 'pgm_id',
554: p_argument_value => p_pgm_id);
555: --
556: hr_api.mandatory_arg_error(p_api_name => l_proc,
557: p_argument => 'object_version_number',
558: p_argument_value => p_object_version_number);
559: --
560: -- Check to ensure the datetrack mode is not INSERT.

Line 689: When HR_Api.Object_Locked then

685: --
686: -- We need to trap the ORA LOCK exception
687: --
688: Exception
689: When HR_Api.Object_Locked then
690: --
691: -- The object is locked therefore we need to supply a meaningful
692: -- error message.
693: --