DBA Data[Home] [Help]

APPS.PQH_TCA_SHD dependencies on HR_API

Line 177: -- hr_api.mandatory_arg_error

173: hr_utility.set_location('Entering:'||l_proc, 5);
174: --
175: -- Add any mandatory argument checking here:
176: -- Example:
177: -- hr_api.mandatory_arg_error
178: -- (p_api_name => l_proc,
179: -- p_argument => 'object_version_number',
180: -- p_argument_value => p_object_version_number);
181: --

Line 203: When HR_Api.Object_Locked then

199: --
200: -- We need to trap the ORA LOCK exception
201: --
202: Exception
203: When HR_Api.Object_Locked then
204: --
205: -- The object is locked therefore we need to supply a meaningful
206: -- error message.
207: --