DBA Data[Home] [Help]

APPS.PSP_ERD_SHD dependencies on HR_API

Line 285: hr_api.mandatory_arg_error

281: --
282: Begin
283: hr_utility.set_location('Entering:'||l_proc, 5);
284: --
285: hr_api.mandatory_arg_error
286: (p_api_name => l_proc
287: ,p_argument => 'EFFORT_REPORT_DETAIL_ID'
288: ,p_argument_value => p_effort_report_detail_id
289: );

Line 291: hr_api.mandatory_arg_error

287: ,p_argument => 'EFFORT_REPORT_DETAIL_ID'
288: ,p_argument_value => p_effort_report_detail_id
289: );
290: hr_utility.set_location(l_proc,6);
291: hr_api.mandatory_arg_error
292: (p_api_name => l_proc
293: ,p_argument => 'OBJECT_VERSION_NUMBER'
294: ,p_argument_value => p_object_version_number
295: );

Line 319: When HR_Api.Object_Locked then

315: --
316: -- We need to trap the ORA LOCK exception
317: --
318: Exception
319: When HR_Api.Object_Locked then
320: --
321: -- The object is locked therefore we need to supply a meaningful
322: -- error message.
323: --