DBA Data[Home] [Help]

APPS.BEN_PCG_SHD dependencies on HR_API

Line 229: -- hr_api.mandatory_arg_error

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

Line 255: When HR_Api.Object_Locked then

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