DBA Data[Home] [Help]

APPS.PER_PAC_SHD dependencies on HR_API

Line 224: hr_api.mandatory_arg_error

220: --
221: Begin
222: hr_utility.set_location('Entering:'||l_proc, 5);
223: --
224: hr_api.mandatory_arg_error
225: (p_api_name => l_proc
226: ,p_argument => 'ALLOCATED_CHECKLIST_ID'
227: ,p_argument_value => p_allocated_checklist_id
228: );

Line 230: hr_api.mandatory_arg_error

226: ,p_argument => 'ALLOCATED_CHECKLIST_ID'
227: ,p_argument_value => p_allocated_checklist_id
228: );
229: hr_utility.set_location(l_proc,6);
230: hr_api.mandatory_arg_error
231: (p_api_name => l_proc
232: ,p_argument => 'OBJECT_VERSION_NUMBER'
233: ,p_argument_value => p_object_version_number
234: );

Line 258: When HR_Api.Object_Locked then

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