DBA Data[Home] [Help]

APPS.BEN_CLP_SHD dependencies on HR_API

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

531: hr_utility.set_location('Entering:'||l_proc, 5);
532: --
533: -- Ensure that all the mandatory arguments are not null
534: --
535: hr_api.mandatory_arg_error(p_api_name => l_proc,
536: p_argument => 'effective_date',
537: p_argument_value => p_effective_date);
538: --
539: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

535: hr_api.mandatory_arg_error(p_api_name => l_proc,
536: p_argument => 'effective_date',
537: p_argument_value => p_effective_date);
538: --
539: hr_api.mandatory_arg_error(p_api_name => l_proc,
540: p_argument => 'datetrack_mode',
541: p_argument_value => p_datetrack_mode);
542: --
543: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

539: hr_api.mandatory_arg_error(p_api_name => l_proc,
540: p_argument => 'datetrack_mode',
541: p_argument_value => p_datetrack_mode);
542: --
543: hr_api.mandatory_arg_error(p_api_name => l_proc,
544: p_argument => 'clpse_lf_evt_id',
545: p_argument_value => p_clpse_lf_evt_id);
546: --
547: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

543: hr_api.mandatory_arg_error(p_api_name => l_proc,
544: p_argument => 'clpse_lf_evt_id',
545: p_argument_value => p_clpse_lf_evt_id);
546: --
547: hr_api.mandatory_arg_error(p_api_name => l_proc,
548: p_argument => 'object_version_number',
549: p_argument_value => p_object_version_number);
550: --
551: -- Check to ensure the datetrack mode is not INSERT.

Line 671: When HR_Api.Object_Locked then

667: --
668: -- We need to trap the ORA LOCK exception
669: --
670: Exception
671: When HR_Api.Object_Locked then
672: --
673: -- The object is locked therefore we need to supply a meaningful
674: -- error message.
675: --