DBA Data[Home] [Help]

APPS.PER_ZA_EQT_SHD dependencies on HR_API

Line 205: -- hr_api.mandatory_arg_error

201: hr_utility.set_location('Entering:'||l_proc, 5);
202: --
203: -- Add any mandatory argument checking here:
204: -- Example:
205: -- hr_api.mandatory_arg_error
206: -- (p_api_name => l_proc,
207: -- p_argument => 'object_version_number',
208: -- p_argument_value => p_object_version_number);
209: --

Line 231: When HR_Api.Object_Locked then

227: --
228: -- We need to trap the ORA LOCK exception
229: --
230: Exception
231: When HR_Api.Object_Locked then
232: --
233: -- The object is locked therefore we need to supply a meaningful
234: -- error message.
235: --