DBA Data[Home] [Help]

APPS.PE_POI_SHD dependencies on HR_API

Line 257: -- hr_api.mandatory_arg_error

253: hr_utility.set_location('Entering:'||l_proc, 5);
254: --
255: -- Add any mandatory argument checking here:
256: -- Example:
257: -- hr_api.mandatory_arg_error
258: -- (p_api_name => l_proc,
259: -- p_argument => 'object_version_number',
260: -- p_argument_value => p_object_version_number);
261: --

Line 283: When HR_Api.Object_Locked then

279: --
280: -- We need to trap the ORA LOCK exception
281: --
282: Exception
283: When HR_Api.Object_Locked then
284: --
285: -- The object is locked therefore we need to supply a meaningful
286: -- error message.
287: --