DBA Data[Home] [Help]

APPS.PER_PAR_SHD dependencies on HR_API

Line 210: -- hr_api.mandatory_arg_error

206: hr_utility.set_location('Entering:'||l_proc, 5);
207: --
208: -- Add any mandatory argument checking here:
209: -- Example:
210: -- hr_api.mandatory_arg_error
211: -- (p_api_name => l_proc,
212: -- p_argument => 'object_version_number',
213: -- p_argument_value => p_object_version_number);
214: --

Line 236: When HR_Api.Object_Locked then

232: --
233: -- We need to trap the ORA LOCK exception
234: --
235: Exception
236: When HR_Api.Object_Locked then
237: --
238: -- The object is locked therefore we need to supply a meaningful
239: -- error message.
240: --