DBA Data[Home] [Help]

APPS.OTA_TPL_SHD dependencies on HR_API

Line 263: -- hr_api.mandatory_arg_error

259: hr_utility.set_location('Entering:'||l_proc, 5);
260: --
261: -- Add any mandatory argument checking here:
262: -- Example:
263: -- hr_api.mandatory_arg_error
264: -- (p_api_name => l_proc,
265: -- p_argument => 'object_version_number',
266: -- p_argument_value => p_object_version_number);
267: --

Line 289: When HR_Api.Object_Locked then

285: --
286: -- We need to trap the ORA LOCK exception
287: --
288: Exception
289: When HR_Api.Object_Locked then
290: --
291: -- The object is locked therefore we need to supply a meaningful
292: -- error message.
293: --