DBA Data[Home] [Help]

APPS.BEN_ETC_SHD dependencies on HR_API

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

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

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

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

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

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

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

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

Line 461: When HR_Api.Object_Locked then

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