DBA Data[Home] [Help]

APPS.BEN_ELP_SHD dependencies on HR_API

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

490: hr_utility.set_location('Entering:'||l_proc, 5);
491: --
492: -- Ensure that all the mandatory arguments are not null
493: --
494: hr_api.mandatory_arg_error(p_api_name => l_proc,
495: p_argument => 'effective_date',
496: p_argument_value => p_effective_date);
497: --
498: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

494: hr_api.mandatory_arg_error(p_api_name => l_proc,
495: p_argument => 'effective_date',
496: p_argument_value => p_effective_date);
497: --
498: hr_api.mandatory_arg_error(p_api_name => l_proc,
499: p_argument => 'datetrack_mode',
500: p_argument_value => p_datetrack_mode);
501: --
502: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

498: hr_api.mandatory_arg_error(p_api_name => l_proc,
499: p_argument => 'datetrack_mode',
500: p_argument_value => p_datetrack_mode);
501: --
502: hr_api.mandatory_arg_error(p_api_name => l_proc,
503: p_argument => 'eligy_prfl_id',
504: p_argument_value => p_eligy_prfl_id);
505: --
506: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

502: hr_api.mandatory_arg_error(p_api_name => l_proc,
503: p_argument => 'eligy_prfl_id',
504: p_argument_value => p_eligy_prfl_id);
505: --
506: hr_api.mandatory_arg_error(p_api_name => l_proc,
507: p_argument => 'object_version_number',
508: p_argument_value => p_object_version_number);
509: --
510: -- Check to ensure the datetrack mode is not INSERT.

Line 570: When HR_Api.Object_Locked then

566: --
567: -- We need to trap the ORA LOCK exception
568: --
569: Exception
570: When HR_Api.Object_Locked then
571: --
572: -- The object is locked therefore we need to supply a meaningful
573: -- error message.
574: --