Oracle EBS: 修正PO interface資料重轉
select * from po_headers_interface
where ...
select * from po_lines_interface
where interface_header_id = ?19248184
update po_headers_interface
set process_code = null,
processing_id = null
where interface_header_id = ?19248184
update po_lines_interface
set process_code = null,
processing_id = null
where interface_header_id = ?19248184
select * from po_interface_errors
where interface_header_id = ?19248184
沒有留言:
張貼留言
注意:只有此網誌的成員可以留言。