DBA Data[Home] [Help]

APPS.PQH_PLG_SHD dependencies on HR_API

Line 222: -- hr_api.mandatory_arg_error

218: hr_utility.set_location('Entering:'||l_proc, 5);
219: --
220: -- Add any mandatory argument checking here:
221: -- Example:
222: -- hr_api.mandatory_arg_error
223: -- (p_api_name => l_proc,
224: -- p_argument => 'object_version_number',
225: -- p_argument_value => p_object_version_number);
226: --

Line 248: When HR_Api.Object_Locked then

244: --
245: -- We need to trap the ORA LOCK exception
246: --
247: Exception
248: When HR_Api.Object_Locked then
249: --
250: -- The object is locked therefore we need to supply a meaningful
251: -- error message.
252: --