DBA Data[Home] [Help]

APPS.BEN_VRR_SHD dependencies on HR_API

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

378: hr_utility.set_location('Entering:'||l_proc, 5);
379: --
380: -- Ensure that all the mandatory arguments are not null
381: --
382: hr_api.mandatory_arg_error(p_api_name => l_proc,
383: p_argument => 'effective_date',
384: p_argument_value => p_effective_date);
385: --
386: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

382: hr_api.mandatory_arg_error(p_api_name => l_proc,
383: p_argument => 'effective_date',
384: p_argument_value => p_effective_date);
385: --
386: hr_api.mandatory_arg_error(p_api_name => l_proc,
387: p_argument => 'datetrack_mode',
388: p_argument_value => p_datetrack_mode);
389: --
390: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

386: hr_api.mandatory_arg_error(p_api_name => l_proc,
387: p_argument => 'datetrack_mode',
388: p_argument_value => p_datetrack_mode);
389: --
390: hr_api.mandatory_arg_error(p_api_name => l_proc,
391: p_argument => 'vrbl_rt_rl_id',
392: p_argument_value => p_vrbl_rt_rl_id);
393: --
394: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

390: hr_api.mandatory_arg_error(p_api_name => l_proc,
391: p_argument => 'vrbl_rt_rl_id',
392: p_argument_value => p_vrbl_rt_rl_id);
393: --
394: hr_api.mandatory_arg_error(p_api_name => l_proc,
395: p_argument => 'object_version_number',
396: p_argument_value => p_object_version_number);
397: --
398: -- Check to ensure the datetrack mode is not INSERT.

Line 462: When HR_Api.Object_Locked then

458: --
459: -- We need to trap the ORA LOCK exception
460: --
461: Exception
462: When HR_Api.Object_Locked then
463: --
464: -- The object is locked therefore we need to supply a meaningful
465: -- error message.
466: --