DBA Data[Home] [Help]

APPS.BEN_PEP_SHD dependencies on HR_API

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

550: hr_utility.set_location('Entering:'||l_proc, 5);
551: --
552: -- Ensure that all the mandatory arguments are not null
553: --
554: hr_api.mandatory_arg_error(p_api_name => l_proc,
555: p_argument => 'effective_date',
556: p_argument_value => p_effective_date);
557: --
558: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

554: hr_api.mandatory_arg_error(p_api_name => l_proc,
555: p_argument => 'effective_date',
556: p_argument_value => p_effective_date);
557: --
558: hr_api.mandatory_arg_error(p_api_name => l_proc,
559: p_argument => 'datetrack_mode',
560: p_argument_value => p_datetrack_mode);
561: --
562: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

558: hr_api.mandatory_arg_error(p_api_name => l_proc,
559: p_argument => 'datetrack_mode',
560: p_argument_value => p_datetrack_mode);
561: --
562: hr_api.mandatory_arg_error(p_api_name => l_proc,
563: p_argument => 'elig_per_id',
564: p_argument_value => p_elig_per_id);
565: --
566: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

562: hr_api.mandatory_arg_error(p_api_name => l_proc,
563: p_argument => 'elig_per_id',
564: p_argument_value => p_elig_per_id);
565: --
566: hr_api.mandatory_arg_error(p_api_name => l_proc,
567: p_argument => 'object_version_number',
568: p_argument_value => p_object_version_number);
569: --
570: -- Check to ensure the datetrack mode is not INSERT.

Line 648: When HR_Api.Object_Locked then

644: --
645: -- We need to trap the ORA LOCK exception
646: --
647: Exception
648: When HR_Api.Object_Locked then
649: --
650: -- The object is locked therefore we need to supply a meaningful
651: -- error message.
652: --