DBA Data[Home] [Help]

APPS.BEN_ENB_SHD dependencies on HR_API

Line 275: -- hr_api.mandatory_arg_error

271: hr_utility.set_location('Entering:'||l_proc, 5);
272: --
273: -- Add any mandatory argument checking here:
274: -- Example:
275: -- hr_api.mandatory_arg_error
276: -- (p_api_name => l_proc,
277: -- p_argument => 'object_version_number',
278: -- p_argument_value => p_object_version_number);
279: --

Line 301: When HR_Api.Object_Locked then

297: --
298: -- We need to trap the ORA LOCK exception
299: --
300: Exception
301: When HR_Api.Object_Locked then
302: --
303: -- The object is locked therefore we need to supply a meaningful
304: -- error message.
305: --