DBA Data[Home] [Help]

APPS.BEN_PSQ_SHD dependencies on HR_API

Line 219: -- hr_api.mandatory_arg_error

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

Line 245: When HR_Api.Object_Locked then

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