PO_DISTRIBUTIONS_ALL is the table used by Oracle to store the distribution information of Purchase Order Line and by distribution I mean GL account information i.e. which GL accounts will be hit by the system., PO_DISTRIBUTIONS_ALL contains accounting distribution information for a purchase order shipment line. You need one row for each distribution line you attach to a purchase order shipment. There are four types of documents using distributions in Oracle Purchasing:, PO_LINES_ALL Purchase document lines (for purchase orders, purchase agreements, quotations, RFQs), PO_DISTRIBUTIONS_ALL: po_distributions_all stores distribution details for PO line locations or PO Shipments (account codes, project details, charge account). PO_ASL_ATTRIBUTES: Contains Approved Supplier List attributes. PO_ACTION_HISTORY: Tracks purchase order actions (approval, changes, cancellations). 3. PO Buyer Table in Oracle Apps R12., FROM ap.ap_invoice_distributions_all x WHERE x.invoice_distribution_id = b.invoice_distribution_id) "INVOICE APPROVED?", a.amount_paid, h.check_id, i.check_number, h.invoice_payment_id, TO_CHAR (TRUNC (i.check_date)) "PAYMENT DATE" FROM ap.ap_invoices_all a, ap.ap_invoice_distributions_all b, po.po_distributions_all c, po.po_headers_all d, ap , PO_DISTRIBUTIONS_ALL: This table contains the information related to accounting distribution of a purchase order shipment line. You need one row for each distribution line you attach to a purchase order shipment. There are four types of documents using distributions in Oracle Purchasing: Standard Purchase Orders; Planned Purchase Orders.