DBA Data[Home] [Help]

APPS.PQP_PVD_SHD dependencies on HR_API

Line 262: hr_api.mandatory_arg_error

258: --
259: Begin
260: hr_utility.set_location('Entering:'||l_proc, 5);
261: --
262: hr_api.mandatory_arg_error
263: (p_api_name => l_proc
264: ,p_argument => 'VEHICLE_DETAILS_ID'
265: ,p_argument_value => p_vehicle_details_id
266: );

Line 290: When HR_Api.Object_Locked then

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