DBA Data[Home] [Help]

APPS.IRC_IOF_SHD dependencies on HR_API

Line 250: hr_api.mandatory_arg_error

246: --
247: Begin
248: hr_utility.set_location('Entering:'||l_proc, 5);
249: --
250: hr_api.mandatory_arg_error
251: (p_api_name => l_proc
252: ,p_argument => 'OFFER_ID'
253: ,p_argument_value => p_offer_id
254: );

Line 256: hr_api.mandatory_arg_error

252: ,p_argument => 'OFFER_ID'
253: ,p_argument_value => p_offer_id
254: );
255: hr_utility.set_location(l_proc,10);
256: hr_api.mandatory_arg_error
257: (p_api_name => l_proc
258: ,p_argument => 'OBJECT_VERSION_NUMBER'
259: ,p_argument_value => p_object_version_number
260: );

Line 284: When HR_Api.Object_Locked then

280: --
281: -- We need to trap the ORA LOCK exception
282: --
283: Exception
284: When HR_Api.Object_Locked then
285: --
286: -- The object is locked therefore we need to supply a meaningful
287: -- error message.
288: --