DBA Data[Home] [Help]

APPS.BEN_EPA_SHD dependencies on HR_API

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

434: hr_utility.set_location('Entering:'||l_proc, 5);
435: --
436: -- Ensure that all the mandatory arguments are not null
437: --
438: hr_api.mandatory_arg_error(p_api_name => l_proc,
439: p_argument => 'effective_date',
440: p_argument_value => p_effective_date);
441: --
442: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

438: hr_api.mandatory_arg_error(p_api_name => l_proc,
439: p_argument => 'effective_date',
440: p_argument_value => p_effective_date);
441: --
442: hr_api.mandatory_arg_error(p_api_name => l_proc,
443: p_argument => 'datetrack_mode',
444: p_argument_value => p_datetrack_mode);
445: --
446: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

442: hr_api.mandatory_arg_error(p_api_name => l_proc,
443: p_argument => 'datetrack_mode',
444: p_argument_value => p_datetrack_mode);
445: --
446: hr_api.mandatory_arg_error(p_api_name => l_proc,
447: p_argument => 'prtn_elig_id',
448: p_argument_value => p_prtn_elig_id);
449: --
450: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

446: hr_api.mandatory_arg_error(p_api_name => l_proc,
447: p_argument => 'prtn_elig_id',
448: p_argument_value => p_prtn_elig_id);
449: --
450: hr_api.mandatory_arg_error(p_api_name => l_proc,
451: p_argument => 'object_version_number',
452: p_argument_value => p_object_version_number);
453: --
454: -- Check to ensure the datetrack mode is not INSERT.

Line 534: When HR_Api.Object_Locked then

530: --
531: -- We need to trap the ORA LOCK exception
532: --
533: Exception
534: When HR_Api.Object_Locked then
535: --
536: -- The object is locked therefore we need to supply a meaningful
537: -- error message.
538: --