DBA Data[Home] [Help]

APPS.GHR_CCA_SHD dependencies on HR_API

Line 194: hr_api.mandatory_arg_error

190: --
191: Begin
192: hr_utility.set_location('Entering:'||l_proc, 5);
193: --
194: hr_api.mandatory_arg_error
195: (p_api_name => l_proc
196: ,p_argument => 'COMPL_APPEAL_ID'
197: ,p_argument_value => p_compl_appeal_id
198: );

Line 200: hr_api.mandatory_arg_error

196: ,p_argument => 'COMPL_APPEAL_ID'
197: ,p_argument_value => p_compl_appeal_id
198: );
199: hr_utility.set_location(l_proc,6);
200: hr_api.mandatory_arg_error
201: (p_api_name => l_proc
202: ,p_argument => 'OBJECT_VERSION_NUMBER'
203: ,p_argument_value => p_object_version_number
204: );

Line 228: When HR_Api.Object_Locked then

224: --
225: -- We need to trap the ORA LOCK exception
226: --
227: Exception
228: When HR_Api.Object_Locked then
229: --
230: -- The object is locked therefore we need to supply a meaningful
231: -- error message.
232: --