DBA Data[Home] [Help]

APPS.OTA_TDB_SHD dependencies on HR_API

Line 358: -- hr_api.mandatory_arg_error

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

Line 463: When HR_Api.Object_Locked then

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