DBA Data[Home] [Help]

APPS.PER_QUA_SHD dependencies on HR_API

Line 300: -- hr_api.mandatory_arg_error

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

Line 326: When HR_Api.Object_Locked then

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