DBA Data[Home] [Help]

APPS.BEN_CCT_SHD dependencies on HR_API

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

404: hr_utility.set_location('Entering:'||l_proc, 5);
405: --
406: -- Ensure that all the mandatory arguments are not null
407: --
408: hr_api.mandatory_arg_error(p_api_name => l_proc,
409: p_argument => 'effective_date',
410: p_argument_value => p_effective_date);
411: --
412: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

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

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

412: hr_api.mandatory_arg_error(p_api_name => l_proc,
413: p_argument => 'datetrack_mode',
414: p_argument_value => p_datetrack_mode);
415: --
416: hr_api.mandatory_arg_error(p_api_name => l_proc,
417: p_argument => 'cm_typ_id',
418: p_argument_value => p_cm_typ_id);
419: --
420: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

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

Line 493: When HR_Api.Object_Locked then

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