DBA Data[Home] [Help]

APPS.OTA_TEA_SHD dependencies on HR_API

Line 215: -- hr_api.mandatory_arg_error

211: hr_utility.set_location('Entering:'||l_proc, 5);
212: --
213: -- Add any mandatory argument checking here:
214: -- Example:
215: -- hr_api.mandatory_arg_error
216: -- (p_api_name => l_proc,
217: -- p_argument => 'object_version_number',
218: -- p_argument_value => p_object_version_number);
219: --

Line 245: When HR_Api.Object_Locked then

241: --
242: -- We need to trap the ORA LOCK exception
243: --
244: Exception
245: When HR_Api.Object_Locked then
246: --
247: -- The object is locked therefore we need to supply a meaningful
248: -- error message.
249: --