DBA Data[Home] [Help]

APPS.OTA_TSR_SHD dependencies on HR_API

Line 324: -- hr_api.mandatory_arg_error

320: hr_utility.set_location('Entering:'||l_proc, 5);
321: --
322: -- Add any mandatory argument checking here:
323: -- Example:
324: -- hr_api.mandatory_arg_error
325: -- (p_api_name => l_proc,
326: -- p_argument => 'object_version_number',
327: -- p_argument_value => p_object_version_number);
328: --

Line 350: When HR_Api.Object_Locked then

346: --
347: -- We need to trap the ORA LOCK exception
348: --
349: Exception
350: When HR_Api.Object_Locked then
351: --
352: -- The object is locked therefore we need to supply a meaningful
353: -- error message.
354: --