DBA Data[Home] [Help]

APPS.PQH_WPR_SHD dependencies on HR_API

Line 192: -- hr_api.mandatory_arg_error

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

Line 218: When HR_Api.Object_Locked then

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