Query to fetch 'Amount Changed' against change order in PO
Summary:
We have a requirement to create a Purchase Order summary report which will give details of change order against PO.
to calculate 'Amount Changed' value, we need active review changes lines against the change order.
We tried using PO_LINES_ARCHIVE_ALL table but it is giving both active and inactive lines and there is no flag to identify the active lines.
0