DBA Data[Home] [Help]

APPS.BEN_CTP_SHD dependencies on HR_API

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

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

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

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

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

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

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

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

Line 624: When HR_Api.Object_Locked then

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