DBA Data[Home] [Help]

APPS.BEN_DPNT_EDC_SHD dependencies on HR_API

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

402: hr_utility.set_location('Entering:'||l_proc, 5);
403: --
404: -- Ensure that all the mandatory arguments are not null
405: --
406: hr_api.mandatory_arg_error(p_api_name => l_proc,
407: p_argument => 'effective_date',
408: p_argument_value => p_effective_date);
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 => 'effective_date',
408: p_argument_value => p_effective_date);
409: --
410: hr_api.mandatory_arg_error(p_api_name => l_proc,
411: p_argument => 'datetrack_mode',
412: p_argument_value => p_datetrack_mode);
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 => 'datetrack_mode',
412: p_argument_value => p_datetrack_mode);
413: --
414: hr_api.mandatory_arg_error(p_api_name => l_proc,
415: p_argument => 'dpnt_eligy_crit_values_id',
416: p_argument_value => p_dpnt_eligy_crit_values_id);
417: --
418: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

414: hr_api.mandatory_arg_error(p_api_name => l_proc,
415: p_argument => 'dpnt_eligy_crit_values_id',
416: p_argument_value => p_dpnt_eligy_crit_values_id);
417: --
418: hr_api.mandatory_arg_error(p_api_name => l_proc,
419: p_argument => 'object_version_number',
420: p_argument_value => p_object_version_number);
421: --
422: -- Check to ensure the datetrack mode is not INSERT.

Line 486: When HR_Api.Object_Locked then

482: --
483: -- We need to trap the ORA LOCK exception
484: --
485: Exception
486: When HR_Api.Object_Locked then
487: --
488: -- The object is locked therefore we need to supply a meaningful
489: -- error message.
490: --