Join the OracleApps88 Telegram group @OracleApps88to get more information on Oracle EBS R12/Oracle Fusion applications.

If you are facing any issues while copying the Code/Script or any issues with Posts, Please send a mail to OracleApp88@Yahoo.com or message me at @apps88 or +91 905 957 4321 in telegram.

Wednesday, August 31, 2016

Query to Get PO Receipt Received and Shipment Quantity Details

SELECT c.po_header_id,
       a.location_id,
       a.location_code,
       c.po_line_id,
       b.receipt_num,
       c.quantity_shipped,
       c.quantity_received,
       c.shipment_line_status_code,
       c.shipment_line_status_code
  FROM hr_locations a,
       rcv_shipment_headers b,
       rcv_shipment_lines c,
       po_headers_all poh
 WHERE a.location_id = b.ship_to_location_id
   AND c.source_document_code = 'PO'
   AND a.location_code LIKE '%DEL%'
   AND c.shipment_line_status_code <> 'FULLY RECEIVED'

   AND c.quantity_shipped > c.quantity_received

1 comment:

Post a Comment

If you are facing any issues while copying the Code/Script or any issues with Posts, Please send a mail to OracleApp88@Yahoo.com or message me at @apps88 or +91 905 957 4321 in telegram.
Best Blogger TipsGet Flower Effect