DBA Data[Home] [Help]

APPS.OTA_TDB_SHD dependencies on HR_API

Line 356: -- hr_api.mandatory_arg_error

352: hr_utility.set_location('Entering:'||l_proc, 5);
353: --
354: -- Add any mandatory argument checking here:
355: -- Example:
356: -- hr_api.mandatory_arg_error
357: -- (p_api_name => l_proc,
358: -- p_argument => 'object_version_number',
359: -- p_argument_value => p_object_version_number);
360: --

Line 460: When HR_Api.Object_Locked then

456: --
457: -- We need to trap the ORA LOCK exception
458: --
459: Exception
460: When HR_Api.Object_Locked then
461: --
462: -- The object is locked therefore we need to supply a meaningful
463: -- error message.
464: --