DBA Data[Home] [Help]

APPS.PAY_PAP_SHD dependencies on HR_API

Line 266: hr_api.mandatory_arg_error

262: --
263: Begin
264: hr_utility.set_location('Entering:'||l_proc, 5);
265: --
266: hr_api.mandatory_arg_error
267: (p_api_name => l_proc,
268: p_argument => 'object_version_number',
269: p_argument_value => p_object_version_number);
270: --

Line 292: When HR_Api.Object_Locked then

288: --
289: -- We need to trap the ORA LOCK exception
290: --
291: Exception
292: When HR_Api.Object_Locked then
293: --
294: -- The object is locked therefore we need to supply a meaningful
295: -- error message.
296: --