PO 收料SQL


select  
       /* + INDEX(

      rsh rcv_shipment_headers,

      rsl rcv_shipment_lines,

      ph po_headers_all,

      pl po_lines_all,

      msi mtl_system_items_b,

      pv po_vendors

      )
       */
       rsh.receipt_num,
       
       rsh.last_update_date receipt_date,
       
       rsl.quantity_received,
       
       ph.segment1 po_number,
       
       pl.item_description,
       
       rsl.vendor_lot_num,
       
       pv.vendor_name

   from  rcv_shipment_headers rsh,
       
       rcv_shipment_lines rsl,
       
       po_headers_all ph,
       
       po_lines_all pl,
       
       mtl_system_items_b msi,
       
       po_vendors pv

  where  rsh.receipt_source_code  =   ' VENDOR '
      
    and  rsh.creation_date  >=  add_months(trunc(sysdate,  ' DD ' ),  - 12 )
      
    and  rsh.ship_to_org_id  =   127
      
    and  rsh.shipment_header_id  =  rsl.shipment_header_id
      
    and  rsl.po_header_id  =  ph.po_header_id
      
    and  ph.po_header_id  =  pl.po_header_id
      
    and  pl.item_id  =  msi.inventory_item_id
      
    and  msi.organization_id  =   127
      
    and  ph.org_id  =   125
      
    and  ph.vendor_id  =  pv.vendor_id
      
    and  pv.enabled_flag  =   ' Y '

  order   by  rsh.creation_date  desc


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

知了学飞

随意打赏,超额打赏邀请进铁杆群

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值