DBA Data[Home] [Help]

APPS.BEN_PFF_SHD dependencies on HR_API

Line 240: -- hr_api.mandatory_arg_error

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

Line 266: When HR_Api.Object_Locked then

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