DBA Data[Home] [Help]

APPS.OTA_TPC_SHD dependencies on HR_API

Line 290: hr_api.mandatory_arg_error

286: --
287: Begin
288: hr_utility.set_location('Entering:'||l_proc, 5);
289: --
290: hr_api.mandatory_arg_error
291: (p_api_name => l_proc
292: ,p_argument => 'TRAINING_PLAN_COST_ID'
293: ,p_argument_value => p_training_plan_cost_id
294: );

Line 318: When HR_Api.Object_Locked then

314: --
315: -- We need to trap the ORA LOCK exception
316: --
317: Exception
318: When HR_Api.Object_Locked then
319: --
320: -- The object is locked therefore we need to supply a meaningful
321: -- error message.
322: --