DBA Data[Home] [Help]

APPS.IRC_CMP_SHD dependencies on HR_API

Line 185: hr_api.mandatory_arg_error

181: --
182: Begin
183: hr_utility.set_location('Entering:'||l_proc, 5);
184: --
185: hr_api.mandatory_arg_error
186: (p_api_name => l_proc
187: ,p_argument => 'COMMUNICATION_PROPERTY_ID'
188: ,p_argument_value => p_communication_property_id
189: );

Line 191: hr_api.mandatory_arg_error

187: ,p_argument => 'COMMUNICATION_PROPERTY_ID'
188: ,p_argument_value => p_communication_property_id
189: );
190: hr_utility.set_location(l_proc,6);
191: hr_api.mandatory_arg_error
192: (p_api_name => l_proc
193: ,p_argument => 'OBJECT_VERSION_NUMBER'
194: ,p_argument_value => p_object_version_number
195: );

Line 219: When HR_Api.Object_Locked then

215: --
216: -- We need to trap the ORA LOCK exception
217: --
218: Exception
219: When HR_Api.Object_Locked then
220: --
221: -- The object is locked therefore we need to supply a meaningful
222: -- error message.
223: --