DBA Data[Home] [Help]

APPS.PER_APL_SHD dependencies on HR_API

Line 221: -- hr_api.mandatory_arg_error

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

Line 247: When HR_Api.Object_Locked then

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