You are on page 1of 1

select segment1,authorization_status,closed_date,closed_code from po_headers_all

where segment1='56'
/
select po_header_id,closed_code,closed_reason,amount,retainage_rate,recoupment_rate
from po_lines_all
where po_header_id=7005
/
select
shipment_type,closed_code,shipment_num,closed_reason,match_option,amount,amount_rec
eived,amount_billed,amount_cancelled,payment_type,
amount_financed,amount_recouped,retainage_withheld_amount,retainage_withheld_amount
, retainage_released_amount
from po_line_locations_all
where po_header_id=7005
and po_line_id=8021
/

select
po_distribution_id,amount_billed,encumbered_amount,recoverable_tax,nonrecoverable_t
ax,amount_ordered,amount_delivered,amount_cancelled,distribution_type,retainage_wit
hheld_amount,retainage_released_amount
from PO_DISTRIBUTIONS_ALL
where po_header_id=7005
and po_line_id=8021

You might also like