DBA Data[Home] [Help]

APPS.OTA_TFH_API_SHD dependencies on HR_API

Line 440: -- hr_api.mandatory_arg_error

436: hr_utility.set_location('Entering:'||l_proc, 5);
437: --
438: -- Add any mandatory argument checking here:
439: -- Example:
440: -- hr_api.mandatory_arg_error
441: -- (p_api_name => l_proc,
442: -- p_argument => 'object_version_number',
443: -- p_argument_value => p_object_version_number);
444: --

Line 466: When HR_Api.Object_Locked then

462: --
463: -- We need to trap the ORA LOCK exception
464: --
465: Exception
466: When HR_Api.Object_Locked then
467: --
468: -- The object is locked therefore we need to supply a meaningful
469: -- error message.
470: --