DBA Data[Home] [Help]

APPS.SSP_MAT_SHD dependencies on HR_API

Line 322: -- hr_api.mandatory_arg_error

318: hr_utility.set_location('Entering:'||l_proc, 5);
319: --
320: -- Add any mandatory argument checking here:
321: -- Example:
322: -- hr_api.mandatory_arg_error
323: -- (p_api_name => l_proc,
324: -- p_argument => 'object_version_number',
325: -- p_argument_value => p_object_version_number);
326: --

Line 348: When HR_Api.Object_Locked then

344: --
345: -- We need to trap the ORA LOCK exception
346: --
347: Exception
348: When HR_Api.Object_Locked then
349: --
350: -- The object is locked therefore we need to supply a meaningful
351: -- error message.
352: --