DBA Data[Home] [Help]

APPS.BEN_ECV_SHD dependencies on HR_API

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

408: hr_utility.set_location('Entering:'||l_proc, 5);
409: --
410: -- Ensure that all the mandatory arguments are not null
411: --
412: hr_api.mandatory_arg_error(p_api_name => l_proc,
413: p_argument => 'effective_date',
414: p_argument_value => p_effective_date);
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 => 'effective_date',
414: p_argument_value => p_effective_date);
415: --
416: hr_api.mandatory_arg_error(p_api_name => l_proc,
417: p_argument => 'datetrack_mode',
418: p_argument_value => p_datetrack_mode);
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 => 'datetrack_mode',
418: p_argument_value => p_datetrack_mode);
419: --
420: hr_api.mandatory_arg_error(p_api_name => l_proc,
421: p_argument => 'eligy_crit_values_id',
422: p_argument_value => p_eligy_crit_values_id);
423: --
424: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

420: hr_api.mandatory_arg_error(p_api_name => l_proc,
421: p_argument => 'eligy_crit_values_id',
422: p_argument_value => p_eligy_crit_values_id);
423: --
424: hr_api.mandatory_arg_error(p_api_name => l_proc,
425: p_argument => 'object_version_number',
426: p_argument_value => p_object_version_number);
427: --
428: -- Check to ensure the datetrack mode is not INSERT.

Line 492: When HR_Api.Object_Locked then

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