DBA Data[Home] [Help]

APPS.OTA_TFL_API_SHD dependencies on HR_API

Line 326: -- hr_api.mandatory_arg_error

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

Line 352: When HR_Api.Object_Locked then

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