DBA Data[Home] [Help]

APPS.BEN_PLN_SHD dependencies on HR_API

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

841: hr_utility.set_location('Entering:'||l_proc, 5);
842: --
843: -- Ensure that all the mandatory arguments are not null
844: --
845: hr_api.mandatory_arg_error(p_api_name => l_proc,
846: p_argument => 'effective_date',
847: p_argument_value => p_effective_date);
848: --
849: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

845: hr_api.mandatory_arg_error(p_api_name => l_proc,
846: p_argument => 'effective_date',
847: p_argument_value => p_effective_date);
848: --
849: hr_api.mandatory_arg_error(p_api_name => l_proc,
850: p_argument => 'datetrack_mode',
851: p_argument_value => p_datetrack_mode);
852: --
853: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

849: hr_api.mandatory_arg_error(p_api_name => l_proc,
850: p_argument => 'datetrack_mode',
851: p_argument_value => p_datetrack_mode);
852: --
853: hr_api.mandatory_arg_error(p_api_name => l_proc,
854: p_argument => 'pl_id',
855: p_argument_value => p_pl_id);
856: --
857: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

853: hr_api.mandatory_arg_error(p_api_name => l_proc,
854: p_argument => 'pl_id',
855: p_argument_value => p_pl_id);
856: --
857: hr_api.mandatory_arg_error(p_api_name => l_proc,
858: p_argument => 'object_version_number',
859: p_argument_value => p_object_version_number);
860: --
861: -- Check to ensure the datetrack mode is not INSERT.

Line 1092: When HR_Api.Object_Locked then

1088: --
1089: -- We need to trap the ORA LOCK exception
1090: --
1091: Exception
1092: When HR_Api.Object_Locked then
1093: --
1094: -- The object is locked therefore we need to supply a meaningful
1095: -- error message.
1096: --