DBA Data[Home] [Help]

APPS.PQH_PTE_SHD dependencies on HR_API

Line 255: -- hr_api.mandatory_arg_error

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

Line 281: When HR_Api.Object_Locked then

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