DBA Data[Home] [Help]

APPS.PER_EQT_SHD dependencies on HR_API

Line 289: -- hr_api.mandatory_arg_error

285: hr_utility.set_location('Entering:'||l_proc, 5);
286: --
287: -- Add any mandatory argument checking here:
288: -- Example:
289: -- hr_api.mandatory_arg_error
290: -- (p_api_name => l_proc,
291: -- p_argument => 'object_version_number',
292: -- p_argument_value => p_object_version_number);
293: --

Line 315: When HR_Api.Object_Locked then

311: --
312: -- We need to trap the ORA LOCK exception
313: --
314: Exception
315: When HR_Api.Object_Locked then
316: --
317: -- The object is locked therefore we need to supply a meaningful
318: -- error message.
319: --