DBA Data[Home] [Help]

APPS.BEN_COP_SHD dependencies on HR_API

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

474: hr_utility.set_location('Entering:'||l_proc, 5);
475: --
476: -- Ensure that all the mandatory arguments are not null
477: --
478: hr_api.mandatory_arg_error(p_api_name => l_proc,
479: p_argument => 'effective_date',
480: p_argument_value => p_effective_date);
481: --
482: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

478: hr_api.mandatory_arg_error(p_api_name => l_proc,
479: p_argument => 'effective_date',
480: p_argument_value => p_effective_date);
481: --
482: hr_api.mandatory_arg_error(p_api_name => l_proc,
483: p_argument => 'datetrack_mode',
484: p_argument_value => p_datetrack_mode);
485: --
486: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

482: hr_api.mandatory_arg_error(p_api_name => l_proc,
483: p_argument => 'datetrack_mode',
484: p_argument_value => p_datetrack_mode);
485: --
486: hr_api.mandatory_arg_error(p_api_name => l_proc,
487: p_argument => 'oipl_id',
488: p_argument_value => p_oipl_id);
489: --
490: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

486: hr_api.mandatory_arg_error(p_api_name => l_proc,
487: p_argument => 'oipl_id',
488: p_argument_value => p_oipl_id);
489: --
490: hr_api.mandatory_arg_error(p_api_name => l_proc,
491: p_argument => 'object_version_number',
492: p_argument_value => p_object_version_number);
493: --
494: -- Check to ensure the datetrack mode is not INSERT.

Line 583: When HR_Api.Object_Locked then

579: --
580: -- We need to trap the ORA LOCK exception
581: --
582: Exception
583: When HR_Api.Object_Locked then
584: --
585: -- The object is locked therefore we need to supply a meaningful
586: -- error message.
587: --