DBA Data[Home] [Help]

APPS.PAY_PMA_SHD dependencies on HR_API

Line 231: -- hr_api.mandatory_arg_error

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

Line 257: When HR_Api.Object_Locked then

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