DBA Data[Home] [Help]

APPS.PER_CKL_SHD dependencies on HR_API

Line 221: hr_api.mandatory_arg_error

217: --
218: Begin
219: hr_utility.set_location('Entering:'||l_proc, 5);
220: --
221: hr_api.mandatory_arg_error
222: (p_api_name => l_proc
223: ,p_argument => 'CHECKLIST_ID'
224: ,p_argument_value => p_checklist_id
225: );

Line 227: hr_api.mandatory_arg_error

223: ,p_argument => 'CHECKLIST_ID'
224: ,p_argument_value => p_checklist_id
225: );
226: hr_utility.set_location(l_proc,6);
227: hr_api.mandatory_arg_error
228: (p_api_name => l_proc
229: ,p_argument => 'OBJECT_VERSION_NUMBER'
230: ,p_argument_value => p_object_version_number
231: );

Line 255: When HR_Api.Object_Locked then

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