DBA Data[Home] [Help]

APPS.PER_JP_VALIDATIONS dependencies on PQP_VEHICLE_ALLOCATIONS_F

Line 320: from pqp_vehicle_allocations_f pva,

316: l_found BOOLEAN := FALSE;
317: l_dummy VARCHAR2(1);
318: CURSOR cur_vehicle_exists IS
319: select 'X'
320: from pqp_vehicle_allocations_f pva,
321: pqp_vehicle_repository_f pvr
322: where pva.business_group_id=p_business_group_id
323: and pva.assignment_id=p_assignment_id
324: and pva.vehicle_allocation_id=p_vehicle_allocation_id