DBA Data[Home] [Help]

APPS.PER_SHT_SHD dependencies on HR_API

Line 211: -- hr_api.mandatory_arg_error

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

Line 237: When HR_Api.Object_Locked then

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