DBA Data[Home] [Help]

APPS.OTA_TMT_SHD dependencies on HR_API

Line 220: hr_api.mandatory_arg_error

216: --
217: Begin
218: hr_utility.set_location('Entering:'||l_proc, 5);
219: --
220: hr_api.mandatory_arg_error
221: (p_api_name => l_proc
222: ,p_argument => 'TP_MEASUREMENT_TYPE_ID'
223: ,p_argument_value => p_tp_measurement_type_id
224: );

Line 248: When HR_Api.Object_Locked then

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