DBA Data[Home] [Help]

APPS.BEN_XRF_SHD dependencies on HR_API

Line 207: -- hr_api.mandatory_arg_error

203: hr_utility.set_location('Entering:'||l_proc, 5);
204: --
205: -- Add any mandatory argument checking here:
206: -- Example:
207: -- hr_api.mandatory_arg_error
208: -- (p_api_name => l_proc,
209: -- p_argument => 'object_version_number',
210: -- p_argument_value => p_object_version_number);
211: --

Line 233: When HR_Api.Object_Locked then

229: --
230: -- We need to trap the ORA LOCK exception
231: --
232: Exception
233: When HR_Api.Object_Locked then
234: --
235: -- The object is locked therefore we need to supply a meaningful
236: -- error message.
237: --