DBA Data[Home] [Help]

APPS.PER_SIP_SHD dependencies on HR_API

Line 248: hr_api.mandatory_arg_error

244: --
245: Begin
246: hr_utility.set_location('Entering:'||l_proc, 5);
247: --
248: hr_api.mandatory_arg_error
249: (p_api_name => l_proc
250: ,p_argument => 'SUCCESSOR_IN_PLAN_ID'
251: ,p_argument_value => p_successor_in_plan_id
252: );

Line 254: hr_api.mandatory_arg_error

250: ,p_argument => 'SUCCESSOR_IN_PLAN_ID'
251: ,p_argument_value => p_successor_in_plan_id
252: );
253: hr_utility.set_location(l_proc,6);
254: hr_api.mandatory_arg_error
255: (p_api_name => l_proc
256: ,p_argument => 'OBJECT_VERSION_NUMBER'
257: ,p_argument_value => p_object_version_number
258: );

Line 282: When HR_Api.Object_Locked then

278: --
279: -- We need to trap the ORA LOCK exception
280: --
281: Exception
282: When HR_Api.Object_Locked then
283: --
284: -- The object is locked therefore we need to supply a meaningful
285: -- error message.
286: --