DBA Data[Home] [Help]

APPS.BEN_EAT_SHD dependencies on HR_API

Line 225: -- hr_api.mandatory_arg_error

221: hr_utility.set_location('Entering:'||l_proc, 5);
222: --
223: -- Add any mandatory argument checking here:
224: -- Example:
225: -- hr_api.mandatory_arg_error
226: -- (p_api_name => l_proc,
227: -- p_argument => 'object_version_number',
228: -- p_argument_value => p_object_version_number);
229: --

Line 251: When HR_Api.Object_Locked then

247: --
248: -- We need to trap the ORA LOCK exception
249: --
250: Exception
251: When HR_Api.Object_Locked then
252: --
253: -- The object is locked therefore we need to supply a meaningful
254: -- error message.
255: --