库存事务处理-物料搬运单-处理物料搬运单下,可以看到对应的搬运单。 然后点 查看/更新分配, 可以看到明细

 

待定事务处理,在接口表中可以删除

 

  --暂存待定事务处理

  create table secom.mtl_material_transactions_temp

  as     

  select * from mtl_material_transactions_temp tm-- where tm.transaction_temp_id=7338865

 

  --暂存待定事务处理的批次

  create table secom.MTL_TRANSACTION_LOTS_TEMP

  as      

  select * from MTL_TRANSACTION_LOTS_TEMP tmp --where tmp.transaction_temp_id=7338865

 

  commit

相关文章:

  • 2022-02-05
  • 2021-11-07
  • 2021-07-23
  • 2022-12-23
  • 2021-10-14
  • 2022-12-23
  • 2022-01-02
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-08-21
  • 2022-12-23
  • 2022-12-23
  • 2021-12-12
  • 2022-12-23
相关资源
相似解决方案