DBA Data[Home] [Help]

APPS.BEN_CRD_SHD dependencies on HR_API

Line 227: -- hr_api.mandatory_arg_error

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

Line 253: When HR_Api.Object_Locked then

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