DBA Data[Home] [Help]

APPS.PER_PSS_SHD dependencies on HR_API

Line 191: -- hr_api.mandatory_arg_error

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

Line 217: When HR_Api.Object_Locked then

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