DBA Data[Home] [Help]

APPS.BEN_CTP_SHD dependencies on HR_API

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

522: hr_utility.set_location('Entering:'||l_proc, 5);
523: --
524: -- Ensure that all the mandatory arguments are not null
525: --
526: hr_api.mandatory_arg_error(p_api_name => l_proc,
527: p_argument => 'effective_date',
528: p_argument_value => p_effective_date);
529: --
530: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

526: hr_api.mandatory_arg_error(p_api_name => l_proc,
527: p_argument => 'effective_date',
528: p_argument_value => p_effective_date);
529: --
530: hr_api.mandatory_arg_error(p_api_name => l_proc,
531: p_argument => 'datetrack_mode',
532: p_argument_value => p_datetrack_mode);
533: --
534: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

530: hr_api.mandatory_arg_error(p_api_name => l_proc,
531: p_argument => 'datetrack_mode',
532: p_argument_value => p_datetrack_mode);
533: --
534: hr_api.mandatory_arg_error(p_api_name => l_proc,
535: p_argument => 'ptip_id',
536: p_argument_value => p_ptip_id);
537: --
538: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

534: hr_api.mandatory_arg_error(p_api_name => l_proc,
535: p_argument => 'ptip_id',
536: p_argument_value => p_ptip_id);
537: --
538: hr_api.mandatory_arg_error(p_api_name => l_proc,
539: p_argument => 'object_version_number',
540: p_argument_value => p_object_version_number);
541: --
542: -- Check to ensure the datetrack mode is not INSERT.

Line 626: When HR_Api.Object_Locked then

622: --
623: -- We need to trap the ORA LOCK exception
624: --
625: Exception
626: When HR_Api.Object_Locked then
627: --
628: -- The object is locked therefore we need to supply a meaningful
629: -- error message.
630: --