DBA Data[Home] [Help]

APPS.OTA_TAV_SHD dependencies on HR_API

Line 304: -- hr_api.mandatory_arg_error

300: hr_utility.set_location('Entering:'||l_proc, 5);
301: --
302: -- Add any mandatory argument checking here:
303: -- Example:
304: -- hr_api.mandatory_arg_error
305: -- (p_api_name => l_proc,
306: -- p_argument => 'object_version_number',
307: -- p_argument_value => p_object_version_number);
308: --

Line 330: When HR_Api.Object_Locked then

326: --
327: -- We need to trap the ORA LOCK exception
328: --
329: Exception
330: When HR_Api.Object_Locked then
331: --
332: -- The object is locked therefore we need to supply a meaningful
333: -- error message.
334: --