🔹 Join the OracleApps88 Telegram Group - Stay up to date with the latest on Oracle EBS R12 and Oracle Cloud/Fusion Applications. 📌 Telegram Group : https://t.me/OracleApps88

💡 Facing issues copying code/scripts or viewing posts? We're here to help!
📬 Contact on Telegram : https://t.me/apps88
📱 Telegram/WhatsApp: +91 905 957 4321
📧 Email Support: OracleApp88@Yahoo.com

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