DBA Data[Home] [Help]

APPS.PER_PDM_SHD dependencies on HR_API

Line 204: -- hr_api.mandatory_arg_error

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

Line 230: When HR_Api.Object_Locked then

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