DBA Data[Home] [Help]

APPS.BEN_XER_SHD dependencies on HR_API

Line 292: -- hr_api.mandatory_arg_error

288: hr_utility.set_location('Entering:'||l_proc, 5);
289: --
290: -- Add any mandatory argument checking here:
291: -- Example:
292: -- hr_api.mandatory_arg_error
293: -- (p_api_name => l_proc,
294: -- p_argument => 'object_version_number',
295: -- p_argument_value => p_object_version_number);
296: --

Line 318: When HR_Api.Object_Locked then

314: --
315: -- We need to trap the ORA LOCK exception
316: --
317: Exception
318: When HR_Api.Object_Locked then
319: --
320: -- The object is locked therefore we need to supply a meaningful
321: -- error message.
322: --