You are on page 1of 3

5/23/2018 Oracle Applications: Query to Get PO Receipt Received and Shipment Quantity Details

More Next Blog»

Home AP AR GL INV PO OM HR PA FAQS SCRIPTS PL-SQL TECH OAF FUSIO

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

Best Blogger Gadgets

Posted by Raju Chinthapatla at 1:42:00 AM

Labels: PO, SCRIPTS

No comments:

Post a Comment

Enter your comment...

Comment as: Unknown (Goo Sign out

Publish Preview Notify me

Links to this post


Create a Link

Newer Post Home Older Po

Subscribe to: Post Comments (Atom)

http://oracleapps88.blogspot.com/2016/08/query-to-get-po-receipt-received-and.html 1/3
5/23/2018 Oracle Applications: Query to Get PO Receipt Received and Shipment Quantity Details

http://oracleapps88.blogspot.com/2016/08/query-to-get-po-receipt-received-and.html 2/3
5/23/2018 Oracle Applications: Query to Get PO Receipt Received and Shipment Quantity Details

Email : OracleApps88@Yahoo.Com. Picture Window theme. Theme images by konradlew. Powered by Blogger.

Get Flower Effect

http://oracleapps88.blogspot.com/2016/08/query-to-get-po-receipt-received-and.html 3/3

You might also like