DBA Data[Home] [Help]

APPS.IRC_IDP_SHD dependencies on HR_API

Line 216: hr_api.mandatory_arg_error

212: --
213: Begin
214: hr_utility.set_location('Entering:'||l_proc, 5);
215: --
216: hr_api.mandatory_arg_error
217: (p_api_name => l_proc
218: ,p_argument => 'DEFAULT_POSTING_ID'
219: ,p_argument_value => p_default_posting_id
220: );

Line 222: hr_api.mandatory_arg_error

218: ,p_argument => 'DEFAULT_POSTING_ID'
219: ,p_argument_value => p_default_posting_id
220: );
221: hr_utility.set_location(l_proc,6);
222: hr_api.mandatory_arg_error
223: (p_api_name => l_proc
224: ,p_argument => 'OBJECT_VERSION_NUMBER'
225: ,p_argument_value => p_object_version_number
226: );

Line 250: When HR_Api.Object_Locked then

246: --
247: -- We need to trap the ORA LOCK exception
248: --
249: Exception
250: When HR_Api.Object_Locked then
251: --
252: -- The object is locked therefore we need to supply a meaningful
253: -- error message.
254: --