zoukankan      html  css  js  c++  java
  • oe_order_pub 更改订单行数量,提示此更改的原因未提供或无效

    更改原因查询:

    select lh.line_id,
           lh.reason_code,
           lh.reason_id,
           r.reason_id,
           r.reason_code,
           r.reason_type,
           lu.lookup_type,
           lu.lookup_code
      
    from oe_order_lines_all     l,
           oe_order_headers_all   h,
           oe_order_lines_history lh,
           oe_reasons             r,
           oe_lookups             lu
     
    where lh.header_id = h.header_id
       
    and l.header_id = h.header_id
       
    and l.line_id = lh.line_id
       
    AND r.reason_id = lh.reason_id
       
    and r.reason_code = lu.lookup_code
       
    and lu.lookup_type = 'CANCEL_CODE'
       
    and lh.line_id = 3079


             

                成长

           /      |     \

        学习   总结   分享

    QQ交流群:122230156

  • 相关阅读:
    OD: Kernel Vulnerabilities
    newInstance()和new的区别
    原型模式
    工厂模式
    代理模式
    策略模式
    简单工厂模式
    C#操作符的重载
    旅行之舌尖上的中国
    模式和原则[转载]
  • 原文地址:https://www.cnblogs.com/benio/p/1929763.html
Copyright © 2011-2022 走看看