DBA Data[Home] [Help]

APPS.OTA_TPM_SHD dependencies on HR_API

Line 237: hr_api.mandatory_arg_error

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

Line 265: When HR_Api.Object_Locked then

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