DBA Data[Home] [Help]

APPS.PER_ESA_SHD dependencies on HR_API

Line 220: -- hr_api.mandatory_arg_error

216: hr_utility.set_location('Entering:'||l_proc, 5);
217: --
218: -- Add any mandatory argument checking here:
219: -- Example:
220: -- hr_api.mandatory_arg_error
221: -- (p_api_name => l_proc,
222: -- p_argument => 'object_version_number',
223: -- p_argument_value => p_object_version_number);
224: --

Line 246: When HR_Api.Object_Locked then

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