DBA Data[Home] [Help]

APPS.BEN_XWC_SHD dependencies on HR_API

Line 206: -- hr_api.mandatory_arg_error

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

Line 232: When HR_Api.Object_Locked then

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