You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register
Get Started with Redwood: Oracle Cloud SCM and Purchasing

Purchase Order Revision ‘Amount Changed’?

edited Jun 18, 2019 9:42PM in Purchasing 4 comments

Summary

SQL Query

Content

 

SELECT
    poh.segment1 po_num,
    poh.revision_num,
    SUM(pol.unit_price * pol.quantity) price
FROM
    po_lines_all     pol,
    po_headers_all   poh
WHERE
    pol.po_header_id = poh.po_header_id
GROUP by
    poh.segment1,
    poh.revision_num
    
How do I get the  Latest Purchase Order Revision ‘Amount Changed’?
 
And  Previous Purchase Order Revision ‘Amount Change
 

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!