DBA Data[Home] [Help]

APPS.BEN_COP_SHD dependencies on HR_API

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

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

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

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

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

480: hr_api.mandatory_arg_error(p_api_name => l_proc,
481: p_argument => 'datetrack_mode',
482: p_argument_value => p_datetrack_mode);
483: --
484: hr_api.mandatory_arg_error(p_api_name => l_proc,
485: p_argument => 'oipl_id',
486: p_argument_value => p_oipl_id);
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 => 'oipl_id',
486: p_argument_value => p_oipl_id);
487: --
488: hr_api.mandatory_arg_error(p_api_name => l_proc,
489: p_argument => 'object_version_number',
490: p_argument_value => p_object_version_number);
491: --
492: -- Check to ensure the datetrack mode is not INSERT.

Line 581: When HR_Api.Object_Locked then

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