DBA Data[Home] [Help]

APPS.BEN_EGL_SHD dependencies on HR_API

Line 278: hr_api.mandatory_arg_error

274: --
275:
276: -- Add any mandatory argument checking here:
277: -- Example:
278: hr_api.mandatory_arg_error
279: (p_api_name => l_proc,
280: p_argument => 'object_version_number',
281: p_argument_value => p_object_version_number);
282: --

Line 307: When HR_Api.Object_Locked then

303: --
304: -- We need to trap the ORA LOCK exception
305: --
306: Exception
307: When HR_Api.Object_Locked then
308: --
309: -- The object is locked therefore we need to supply a meaningful
310: -- error message.
311: --