DBA Data[Home] [Help]

APPS.BEN_DSQ_SHD dependencies on HR_API

Line 223: -- hr_api.mandatory_arg_error

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

Line 249: When HR_Api.Object_Locked then

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