DBA Data[Home] [Help]

APPS.BEN_DCE_SHD dependencies on HR_API

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

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

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

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

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

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

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

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

Line 499: When HR_Api.Object_Locked then

495: --
496: -- We need to trap the ORA LOCK exception
497: --
498: Exception
499: When HR_Api.Object_Locked then
500: --
501: -- The object is locked therefore we need to supply a meaningful
502: -- error message.
503: --