DBA Data[Home] [Help]

APPS.OTA_TPS_SHD dependencies on HR_API

Line 236: hr_api.mandatory_arg_error

232: --
233: Begin
234: hr_utility.set_location('Entering:'||l_proc, 5);
235: --
236: hr_api.mandatory_arg_error
237: (p_api_name => l_proc
238: ,p_argument => 'TRAINING_PLAN_ID'
239: ,p_argument_value => p_training_plan_id
240: );

Line 264: When HR_Api.Object_Locked then

260: --
261: -- We need to trap the ORA LOCK exception
262: --
263: Exception
264: When HR_Api.Object_Locked then
265: --
266: -- The object is locked therefore we need to supply a meaningful
267: -- error message.
268: --