DBA Data[Home] [Help]

APPS.BEN_BNR_SHD dependencies on HR_API

Line 236: -- hr_api.mandatory_arg_error

232: hr_utility.set_location('Entering:'||l_proc, 5);
233: --
234: -- Add any mandatory argument checking here:
235: -- Example:
236: -- hr_api.mandatory_arg_error
237: -- (p_api_name => l_proc,
238: -- p_argument => 'object_version_number',
239: -- p_argument_value => p_object_version_number);
240: --

Line 262: When HR_Api.Object_Locked then

258: --
259: -- We need to trap the ORA LOCK exception
260: --
261: Exception
262: When HR_Api.Object_Locked then
263: --
264: -- The object is locked therefore we need to supply a meaningful
265: -- error message.
266: --