DBA Data[Home] [Help]

APPS.IRC_INP_SHD dependencies on HR_API

Line 222: hr_api.mandatory_arg_error

218: --
219: Begin
220: hr_utility.set_location('Entering:'||l_proc, 5);
221: --
222: hr_api.mandatory_arg_error
223: (p_api_name => l_proc
224: ,p_argument => 'NOTIFICATION_PREFERENCE_ID'
225: ,p_argument_value => p_notification_preference_id
226: );

Line 228: hr_api.mandatory_arg_error

224: ,p_argument => 'NOTIFICATION_PREFERENCE_ID'
225: ,p_argument_value => p_notification_preference_id
226: );
227: hr_utility.set_location(l_proc,6);
228: hr_api.mandatory_arg_error
229: (p_api_name => l_proc
230: ,p_argument => 'OBJECT_VERSION_NUMBER'
231: ,p_argument_value => p_object_version_number
232: );

Line 256: When HR_Api.Object_Locked then

252: --
253: -- We need to trap the ORA LOCK exception
254: --
255: Exception
256: When HR_Api.Object_Locked then
257: --
258: -- The object is locked therefore we need to supply a meaningful
259: -- error message.
260: --