DBA Data[Home] [Help]

APPS.PER_PMP_SHD dependencies on HR_API

Line 249: hr_api.mandatory_arg_error

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

Line 255: hr_api.mandatory_arg_error

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

Line 283: When HR_Api.Object_Locked then

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