Oracle EBS-SQL (PO-18):检查工作台下达的PR在系统找不到.sql

 select * From apps.po_requisitions_interface_all
---------------------------------------------------------------- 
 select e.*

  from apps.po_requisitions_interface_all a,

          apps.po_interface_errors e

where a.transaction_id = e.interface_transaction_id 

   and a.transaction_id = 10172

posted on 2014-06-11 17:05  st.sun  阅读(400)  评论(0编辑  收藏  举报

导航