DBA Data[Home] [Help]

APPS.PER_SHA_SHD dependencies on HR_API

Line 188: -- hr_api.mandatory_arg_error

184: hr_utility.set_location('Entering:'||l_proc, 5);
185: --
186: -- Add any mandatory argument checking here:
187: -- Example:
188: -- hr_api.mandatory_arg_error
189: -- (p_api_name => l_proc,
190: -- p_argument => 'object_version_number',
191: -- p_argument_value => p_object_version_number);
192: --

Line 214: When HR_Api.Object_Locked then

210: --
211: -- We need to trap the ORA LOCK exception
212: --
213: Exception
214: When HR_Api.Object_Locked then
215: --
216: -- The object is locked therefore we need to supply a meaningful
217: -- error message.
218: --