inv_move_order_pub.process_move_order not update mtl_material_transactions_temp
after pick release, we would like to modify the staging subinventory for some of the lines
so we use the inv_move_order_pub.process_move_order to modify the line, but we found that the data at move order line (mtl_txn_request_lines) has been modified, but NOT the line during allocation (mtl_material_transactions_temp).
select * from mtl_txn_request_lines where line_id=100000000;
select t.transfer_subinventory, t.* from mtl_material_transactions_temp t where t.move_order_line_id=100000000;
li_trohdr_rec.header_id := 10000;
li_trohdr_rec.operation := inv_globals.g_opr_update;
li_trohdr_rec.organization_id := 80;
