ORACLE ERP导数据(BOM清单)[3]

[入库:2005年8月18日] [更新:2007年3月24日]

本文简介:选择自 fangke 的 blog

  exec cux_bom_temp.update_bill_item_num4;

  select count(*) from bom_inventory_comps_interface;
24、对于接口表中的数据进行导入
delete bom_bill_of_mtls_interface;
insert into bom_bill_of_mtls_interface(
 assembly_type,assembly_item_id,
 organization_id,
        process_flag,transaction_type)
select  distinct 1,assembly_item_id,
 1,
 1,'create'
from cux_bill_temp;

本文关键:ORACLE ERP导数据(BOM清单)
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top