通过接口表查看错误信息(发现是价目表没有建立)
select * from
PO_REQUISITIONS_INTERFACE_ALL t,po_interface_errors b
where
t.org_id=169
and t.transaction_id=b.interface_transaction_id
PO_REQUISITIONS_INTERFACE_ALL t,po_interface_errors b
where
t.org_id=169
and t.transaction_id=b.interface_transaction_id