DBA Data[Home] [Help]

APPS.PER_PRV_SHD dependencies on HR_API

Line 230: hr_api.mandatory_arg_error

226: hr_utility.set_location('Entering:'||l_proc, 5);
227: --
228: -- Add any mandatory argument checking here:
229: -- Example:
230: hr_api.mandatory_arg_error
231: (p_api_name => l_proc,
232: p_argument => 'object_version_number',
233: p_argument_value => p_object_version_number);
234: --

Line 256: When HR_Api.Object_Locked then

252: --
253: -- We need to trap the ORA LOCK exception
254: --
255: Exception
256: When HR_Api.Object_Locked then
257: --
258: -- The object is locked therefore we need to supply a meaningful
259: -- error message.
260: --