DBA Data[Home] [Help]

APPS.BEN_ABP_SHD dependencies on HR_API

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

372: hr_utility.set_location('Entering:'||l_proc, 5);
373: --
374: -- Ensure that all the mandatory arguments are not null
375: --
376: hr_api.mandatory_arg_error(p_api_name => l_proc,
377: p_argument => 'effective_date',
378: p_argument_value => p_effective_date);
379: --
380: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

376: hr_api.mandatory_arg_error(p_api_name => l_proc,
377: p_argument => 'effective_date',
378: p_argument_value => p_effective_date);
379: --
380: hr_api.mandatory_arg_error(p_api_name => l_proc,
381: p_argument => 'datetrack_mode',
382: p_argument_value => p_datetrack_mode);
383: --
384: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

380: hr_api.mandatory_arg_error(p_api_name => l_proc,
381: p_argument => 'datetrack_mode',
382: p_argument_value => p_datetrack_mode);
383: --
384: hr_api.mandatory_arg_error(p_api_name => l_proc,
385: p_argument => 'aplcn_to_bnft_pool_id',
386: p_argument_value => p_aplcn_to_bnft_pool_id);
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 => 'aplcn_to_bnft_pool_id',
386: p_argument_value => p_aplcn_to_bnft_pool_id);
387: --
388: hr_api.mandatory_arg_error(p_api_name => l_proc,
389: p_argument => 'object_version_number',
390: p_argument_value => p_object_version_number);
391: --
392: -- Check to ensure the datetrack mode is not INSERT.

Line 456: When HR_Api.Object_Locked then

452: --
453: -- We need to trap the ORA LOCK exception
454: --
455: Exception
456: When HR_Api.Object_Locked then
457: --
458: -- The object is locked therefore we need to supply a meaningful
459: -- error message.
460: --