DBA Data[Home] [Help]

APPS.PER_PYP_SHD dependencies on HR_API

Line 231: hr_api.mandatory_arg_error

227: --
228: Begin
229: hr_utility.set_location('Entering:'||l_proc, 5);
230: --
231: hr_api.mandatory_arg_error
232: (p_api_name => l_proc,
233: p_argument => 'object_version_number',
234: p_argument_value => p_object_version_number);
235: --

Line 236: hr_api.mandatory_arg_error

232: (p_api_name => l_proc,
233: p_argument => 'object_version_number',
234: p_argument_value => p_object_version_number);
235: --
236: hr_api.mandatory_arg_error
237: (p_api_name => l_proc,
238: p_argument => 'pay_proposal_id',
239: p_argument_value => p_pay_proposal_id);
240:

Line 262: When HR_Api.Object_Locked then

258: --
259: -- We need to trap the ORA LOCK exception
260: --
261: Exception
262: When HR_Api.Object_Locked then
263: --
264: -- The object is locked therefore we need to supply a meaningful
265: -- error message.
266: --