DBA Data[Home] [Help]

APPS.BEN_RVC_SHD dependencies on HR_API

Line 241: -- hr_api.mandatory_arg_error

237: hr_utility.set_location('Entering:'||l_proc, 5);
238: --
239: -- Add any mandatory argument checking here:
240: -- Example:
241: -- hr_api.mandatory_arg_error
242: -- (p_api_name => l_proc,
243: -- p_argument => 'object_version_number',
244: -- p_argument_value => p_object_version_number);
245: --

Line 267: When HR_Api.Object_Locked then

263: --
264: -- We need to trap the ORA LOCK exception
265: --
266: Exception
267: When HR_Api.Object_Locked then
268: --
269: -- The object is locked therefore we need to supply a meaningful
270: -- error message.
271: --