DBA Data[Home] [Help]

APPS.PQP_VAI_SHD dependencies on HR_API

Line 254: hr_api.mandatory_arg_error

250: --
251: Begin
252: hr_utility.set_location('Entering:'||l_proc, 5);
253: --
254: hr_api.mandatory_arg_error
255: (p_api_name => l_proc
256: ,p_argument => 'VEH_ALLOC_EXTRA_INFO_ID'
257: ,p_argument_value => p_veh_alloc_extra_info_id
258: );

Line 260: hr_api.mandatory_arg_error

256: ,p_argument => 'VEH_ALLOC_EXTRA_INFO_ID'
257: ,p_argument_value => p_veh_alloc_extra_info_id
258: );
259: hr_utility.set_location(l_proc,6);
260: hr_api.mandatory_arg_error
261: (p_api_name => l_proc
262: ,p_argument => 'OBJECT_VERSION_NUMBER'
263: ,p_argument_value => p_object_version_number
264: );

Line 288: When HR_Api.Object_Locked then

284: --
285: -- We need to trap the ORA LOCK exception
286: --
287: Exception
288: When HR_Api.Object_Locked then
289: --
290: -- The object is locked therefore we need to supply a meaningful
291: -- error message.
292: --