[Home] [Help]
1274: p_amount_outstanding,
1275: p_amount_ordered,
1276: p_amt_already_billed,
1277: l_matching_basis
1278: FROM po_distributions_ap_v pod,
1279: po_line_locations pll
1280: WHERE pod.line_location_id = p_po_shipment_id
1281: AND pll.line_location_id = pod.line_location_id
1282: GROUP BY pod.distribution_type,pll.matching_basis ;