DBA Data[Home] [Help]

APPS.PER_RSC_SHD dependencies on HR_API

Line 200: hr_api.mandatory_arg_error

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

Line 226: When HR_Api.Object_Locked then

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