DBA Data[Home] [Help]

APPS.PQP_DET_SHD dependencies on HR_API

Line 202: -- hr_api.mandatory_arg_error

198: hr_utility.set_location('Entering:'||l_proc, 5);
199: --
200: -- Add any mandatory argument checking here:
201: -- Example:
202: -- hr_api.mandatory_arg_error
203: -- (p_api_name => l_proc,
204: -- p_argument => 'object_version_number',
205: -- p_argument_value => p_object_version_number);
206: --

Line 228: When HR_Api.Object_Locked then

224: --
225: -- We need to trap the ORA LOCK exception
226: --
227: Exception
228: When HR_Api.Object_Locked then
229: --
230: -- The object is locked therefore we need to supply a meaningful
231: -- error message.
232: --