DBA Data[Home] [Help]

APPS.BEN_ADE_SHD dependencies on HR_API

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

398: hr_utility.set_location('Entering:'||l_proc, 5);
399: --
400: -- Ensure that all the mandatory arguments are not null
401: --
402: hr_api.mandatory_arg_error(p_api_name => l_proc,
403: p_argument => 'effective_date',
404: p_argument_value => p_effective_date);
405: --
406: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

402: hr_api.mandatory_arg_error(p_api_name => l_proc,
403: p_argument => 'effective_date',
404: p_argument_value => p_effective_date);
405: --
406: hr_api.mandatory_arg_error(p_api_name => l_proc,
407: p_argument => 'datetrack_mode',
408: p_argument_value => p_datetrack_mode);
409: --
410: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

406: hr_api.mandatory_arg_error(p_api_name => l_proc,
407: p_argument => 'datetrack_mode',
408: p_argument_value => p_datetrack_mode);
409: --
410: hr_api.mandatory_arg_error(p_api_name => l_proc,
411: p_argument => 'apld_dpnt_cvg_elig_prfl_id',
412: p_argument_value => p_apld_dpnt_cvg_elig_prfl_id);
413: --
414: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

410: hr_api.mandatory_arg_error(p_api_name => l_proc,
411: p_argument => 'apld_dpnt_cvg_elig_prfl_id',
412: p_argument_value => p_apld_dpnt_cvg_elig_prfl_id);
413: --
414: hr_api.mandatory_arg_error(p_api_name => l_proc,
415: p_argument => 'object_version_number',
416: p_argument_value => p_object_version_number);
417: --
418: -- Check to ensure the datetrack mode is not INSERT.

Line 491: When HR_Api.Object_Locked then

487: --
488: -- We need to trap the ORA LOCK exception
489: --
490: Exception
491: When HR_Api.Object_Locked then
492: --
493: -- The object is locked therefore we need to supply a meaningful
494: -- error message.
495: --