DBA Data[Home] [Help]

APPS.BEN_EPT_SHD dependencies on HR_API

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

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

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

381: hr_api.mandatory_arg_error(p_api_name => l_proc,
382: p_argument => 'effective_date',
383: p_argument_value => p_effective_date);
384: --
385: hr_api.mandatory_arg_error(p_api_name => l_proc,
386: p_argument => 'datetrack_mode',
387: p_argument_value => p_datetrack_mode);
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 => 'datetrack_mode',
387: p_argument_value => p_datetrack_mode);
388: --
389: hr_api.mandatory_arg_error(p_api_name => l_proc,
390: p_argument => 'elig_per_typ_prte_id',
391: p_argument_value => p_elig_per_typ_prte_id);
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 => 'elig_per_typ_prte_id',
391: p_argument_value => p_elig_per_typ_prte_id);
392: --
393: hr_api.mandatory_arg_error(p_api_name => l_proc,
394: p_argument => 'object_version_number',
395: p_argument_value => p_object_version_number);
396: --
397: hr_utility.set_location('Entering:'||p_effective_date, 5);

Line 464: When HR_Api.Object_Locked then

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