DBA Data[Home] [Help]

APPS.BEN_DPNT_EGD_SHD dependencies on HR_API

Line 272: hr_api.mandatory_arg_error

268: --
269:
270: -- Add any mandatory argument checking here:
271: -- Example:
272: hr_api.mandatory_arg_error
273: (p_api_name => l_proc,
274: p_argument => 'object_version_number',
275: p_argument_value => p_object_version_number);
276: --

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: --