DBA Data[Home] [Help]

APPS.PER_PHN_SHD dependencies on HR_API

Line 212: -- hr_api.mandatory_arg_error

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

Line 238: When HR_Api.Object_Locked then

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