DBA Data[Home] [Help]

APPS.PQH_WDT_SHD dependencies on HR_API

Line 238: -- hr_api.mandatory_arg_error

234: hr_utility.set_location('Entering:'||l_proc, 5);
235: --
236: -- Add any mandatory argument checking here:
237: -- Example:
238: -- hr_api.mandatory_arg_error
239: -- (p_api_name => l_proc,
240: -- p_argument => 'object_version_number',
241: -- p_argument_value => p_object_version_number);
242: --

Line 264: When HR_Api.Object_Locked then

260: --
261: -- We need to trap the ORA LOCK exception
262: --
263: Exception
264: When HR_Api.Object_Locked then
265: --
266: -- The object is locked therefore we need to supply a meaningful
267: -- error message.
268: --