DBA Data[Home] [Help]

APPS.BEN_XRE_SHD dependencies on HR_API

Line 174: -- hr_api.mandatory_arg_error

170: hr_utility.set_location('Entering:'||l_proc, 5);
171: --
172: -- Add any mandatory argument checking here:
173: -- Example:
174: -- hr_api.mandatory_arg_error
175: -- (p_api_name => l_proc,
176: -- p_argument => 'object_version_number',
177: -- p_argument_value => p_object_version_number);
178: --

Line 200: When HR_Api.Object_Locked then

196: --
197: -- We need to trap the ORA LOCK exception
198: --
199: Exception
200: When HR_Api.Object_Locked then
201: --
202: -- The object is locked therefore we need to supply a meaningful
203: -- error message.
204: --