DBA Data[Home] [Help]

APPS.BEN_BLI_SHD dependencies on HR_API

Line 215: -- hr_api.mandatory_arg_error

211: hr_utility.set_location('Entering:'||l_proc, 5);
212: --
213: -- Add any mandatory argument checking here:
214: -- Example:
215: -- hr_api.mandatory_arg_error
216: -- (p_api_name => l_proc,
217: -- p_argument => 'object_version_number',
218: -- p_argument_value => p_object_version_number);
219: --

Line 241: When HR_Api.Object_Locked then

237: --
238: -- We need to trap the ORA LOCK exception
239: --
240: Exception
241: When HR_Api.Object_Locked then
242: --
243: -- The object is locked therefore we need to supply a meaningful
244: -- error message.
245: --