DBA Data[Home] [Help]

APPS.BEN_RGR_SHD dependencies on HR_API

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

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

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

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

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

389: hr_api.mandatory_arg_error(p_api_name => l_proc,
390: p_argument => 'datetrack_mode',
391: p_argument_value => p_datetrack_mode);
392: --
393: hr_api.mandatory_arg_error(p_api_name => l_proc,
394: p_argument => 'popl_rptg_grp_id',
395: p_argument_value => p_popl_rptg_grp_id);
396: --
397: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

393: hr_api.mandatory_arg_error(p_api_name => l_proc,
394: p_argument => 'popl_rptg_grp_id',
395: p_argument_value => p_popl_rptg_grp_id);
396: --
397: hr_api.mandatory_arg_error(p_api_name => l_proc,
398: p_argument => 'object_version_number',
399: p_argument_value => p_object_version_number);
400: --
401: -- Check to ensure the datetrack mode is not INSERT.

Line 465: When HR_Api.Object_Locked then

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