--- Supplier Validation Interco SELECT --POH.SEGMENT1 PO_NUMBER, --POH.ORG_ID, --POH.CREATION_DATE PO_CREATION_DT, POV.segment1 SupplierNumber, pvs.org_id, POV.vendor_id, POV.VENDOR_NAME SUPPLIER_NAME, pov.enabled_flag, pov.vendor_type_lookup_code, pov.one_time_flag, pov.hold_unmatched_invoices_flag, PVS.VENDOR_SITE_CODE SUPPLIER_SITE, pvs.vendor_site_id, pvs.last_update_date, (select description from apps.fnd_user where user_id = pvs.last_updated_by) update_who, pvs.creation_date, (select description from apps.fnd_user where user_id = pvs.created_by) create_who, pvs.ship_to_location_id, pvs.bill_to_location_id, pvs.accts_pay_code_combination_id, ...