DBA Data[Home] [Help]

APPS.BEN_EPO_SHD dependencies on HR_API

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

480: hr_utility.set_location('Entering:'||l_proc, 5);
481: --
482: -- Ensure that all the mandatory arguments are not null
483: --
484: hr_api.mandatory_arg_error(p_api_name => l_proc,
485: p_argument => 'effective_date',
486: p_argument_value => p_effective_date);
487: --
488: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

484: hr_api.mandatory_arg_error(p_api_name => l_proc,
485: p_argument => 'effective_date',
486: p_argument_value => p_effective_date);
487: --
488: hr_api.mandatory_arg_error(p_api_name => l_proc,
489: p_argument => 'datetrack_mode',
490: p_argument_value => p_datetrack_mode);
491: --
492: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

488: hr_api.mandatory_arg_error(p_api_name => l_proc,
489: p_argument => 'datetrack_mode',
490: p_argument_value => p_datetrack_mode);
491: --
492: hr_api.mandatory_arg_error(p_api_name => l_proc,
493: p_argument => 'elig_per_opt_id',
494: p_argument_value => p_elig_per_opt_id);
495: --
496: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

492: hr_api.mandatory_arg_error(p_api_name => l_proc,
493: p_argument => 'elig_per_opt_id',
494: p_argument_value => p_elig_per_opt_id);
495: --
496: hr_api.mandatory_arg_error(p_api_name => l_proc,
497: p_argument => 'object_version_number',
498: p_argument_value => p_object_version_number);
499: --
500: -- Check to ensure the datetrack mode is not INSERT.

Line 565: When HR_Api.Object_Locked then

561: --
562: -- We need to trap the ORA LOCK exception
563: --
564: Exception
565: When HR_Api.Object_Locked then
566: --
567: -- The object is locked therefore we need to supply a meaningful
568: -- error message.
569: --