DBA Data[Home] [Help]

APPS.SSP_MAT_SHD dependencies on HR_API

Line 316: -- hr_api.mandatory_arg_error

312: hr_utility.set_location('Entering:'||l_proc, 5);
313: --
314: -- Add any mandatory argument checking here:
315: -- Example:
316: -- hr_api.mandatory_arg_error
317: -- (p_api_name => l_proc,
318: -- p_argument => 'object_version_number',
319: -- p_argument_value => p_object_version_number);
320: --

Line 342: When HR_Api.Object_Locked then

338: --
339: -- We need to trap the ORA LOCK exception
340: --
341: Exception
342: When HR_Api.Object_Locked then
343: --
344: -- The object is locked therefore we need to supply a meaningful
345: -- error message.
346: --