DBA Data[Home] [Help]

APPS.BEN_CCT_SHD dependencies on HR_API

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

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

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

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

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

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

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

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

Line 490: When HR_Api.Object_Locked then

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