Search Results po_line_locations_all
Overview
PO_LINE_LOCATIONS_ALL is the transactional table in the Oracle Purchasing (PO) schema that stores document shipment schedules for purchase orders, purchase agreements, quotations, and RFQs. It resides in the PO schema and is classified as VALID in Oracle EBS 12.1.1 and 12.2.2. Each row represents a single shipment schedule tied to a purchase order line, capturing delivery, quantity, pricing, receiving, invoicing, and tax attributes for that shipment. Because a single PO line may have multiple shipments (staggered deliveries, multiple ship-to locations, or split quantities), this table functions as the operational unit against which receiving, matching, and invoicing transactions are recorded.
From a dimensional modeling perspective, the ETRM Data Vault classification for this object is hub-leaning. This is a modeling suggestion: LINE_LOCATION_ID behaves as a durable business key that anchors inbound references from numerous downstream transactional tables, making it a strong hub candidate. Its foreign keys to header, line, release, location, and routing entities position it as a central junction linking purchasing structure to logistics and financial execution.
Key Information Stored
The primary key is LINE_LOCATION_ID, enforced through PO_LINE_LOCATIONS_PK and backed by unique index PO_LINE_LOCATIONS_U1. The business-key candidate PO_LINE_LOCATIONS_UK1 is composed of PO_LINE_ID and SHIPMENT_NUM, ensuring a shipment number is unique within its parent line. The most significant columns include:
- PO_HEADER_ID / PO_LINE_ID / PO_RELEASE_ID — parent document, line, and release references.
- SHIPMENT_NUM — the shipment schedule sequence within the line.
- QUANTITY, QUANTITY_RECEIVED, QUANTITY_ACCEPTED, QUANTITY_REJECTED, QUANTITY_BILLED, QUANTITY_CANCELLED — the shipment quantity and its received, accepted, rejected, billed, and cancelled breakdowns.
- SHIP_TO_LOCATION_ID / SHIP_TO_ORGANIZATION_ID — delivery destination and receiving organization.
- NEED_BY_DATE / PROMISED_DATE — required and supplier-committed delivery dates.
- SHIP_VIA_LOOKUP_CODE, FOB_LOOKUP_CODE, FREIGHT_TERMS_LOOKUP_CODE — logistics terms.
- TAXABLE_FLAG, TAX_NAME, ESTIMATED_TAX_AMOUNT, TAX_CODE_ID, CALCULATE_TAX_FLAG — tax determination attributes.
- CLOSED_FLAG, CLOSED_CODE, CANCEL_FLAG, CLOSED_FOR_RECEIVING_DATE, CLOSED_FOR_INVOICE_DATE — lifecycle status controls.
- FROM_HEADER_ID, FROM_LINE_ID, FROM_LINE_LOCATION_ID, SOURCE_SHIPMENT_ID — document sourcing and copy lineage (self-referencing).
- ORG_ID — the operating unit for multi-org security.
Common Use Cases and Queries
Typical reporting covers open shipments by need-by date, receipt status, and invoice matching. A representative query retrieves open shipments for a buyer:
- Join PO_LINE_LOCATIONS_ALL to PO_HEADERS_ALL and PO_LINES_ALL on PO_HEADER_ID and PO_LINE_ID to obtain buyer, supplier, and item context.
- Filter on CLOSED_CODE and CANCEL_FLAG to isolate outstanding deliveries.
- Compute open quantity as QUANTITY less QUANTITY_RECEIVED less QUANTITY_CANCELLED.
- Join to RCV_SHIPMENT_LINES on PO_LINE_LOCATION_ID to trace receipt activity, or to AP_INVOICE_LINES_ALL on PO_LINE_LOCATION_ID for invoice matching.
- Use NEED_BY_DATE range filters for expediting and delivery performance reporting by SHIP_TO_ORGANIZATION_ID.
Related Objects
The following objects are most significant to PO_LINE_LOCATIONS_ALL:
- PO_HEADERS_ALL — referenced via PO_HEADER_ID and FROM_HEADER_ID.
- PO_LINES_ALL — referenced via PO_LINE_ID and FROM_LINE_ID.
- PO_RELEASES_ALL — referenced via PO_RELEASE_ID.
- HR_LOCATIONS_ALL — referenced via SHIP_TO_LOCATION_ID.
- RCV_ROUTING_HEADERS — referenced via RECEIVING_ROUTING_ID.
- PO_DISTRIBUTIONS_ALL — references this table via LINE_LOCATION_ID.
- RCV_SHIPMENT_LINES / RCV_TRANSACTIONS — reference this table via PO_LINE_LOCATION_ID.
- AP_INVOICE_LINES_ALL / AP_HOLDS_ALL — reference this table via PO_LINE_LOCATION_ID and LINE_LOCATION_ID respectively.
- PO_LINE_LOCATIONS_ALL — self-references via FROM_LINE_LOCATION_ID and SOURCE_SHIPMENT_ID.
Correct interpretation of this table is essential for procurement, receiving, and payables reporting across the EBS suite.
-
Table: PO_LINE_LOCATIONS_ALL
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_LINE_LOCATIONS_ALL, object_name:PO_LINE_LOCATIONS_ALL, status:VALID, product: PO - Purchasing , description: Document shipment schedules (for purchase orders, purchase agreements, quotations, RFQs) , implementation_dba_data: PO.PO_LINE_LOCATIONS_ALL ,
-
Table: PO_LINE_LOCATIONS_ALL
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_LINE_LOCATIONS_ALL, object_name:PO_LINE_LOCATIONS_ALL, status:VALID, product: PO - Purchasing , description: Document shipment schedules (for purchase orders, purchase agreements, quotations, RFQs) , implementation_dba_data: PO.PO_LINE_LOCATIONS_ALL ,
-
Table: PO_LINE_LOCATIONS_DRAFT_ALL
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_LINE_LOCATIONS_DRAFT_ALL, object_name:PO_LINE_LOCATIONS_DRAFT_ALL, status:VALID, product: PO - Purchasing , description: Draft table for PO_LINE_LOCATIONS_ALL , implementation_dba_data: PO.PO_LINE_LOCATIONS_DRAFT_ALL ,
-
Table: PO_LINE_LOCATIONS_ARCHIVE_ALL
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_LINE_LOCATIONS_ARCHIVE_ALL, object_name:PO_LINE_LOCATIONS_ARCHIVE_ALL, status:VALID, product: PO - Purchasing , description: Archived purchase order shipments , implementation_dba_data: PO.PO_LINE_LOCATIONS_ARCHIVE_ALL ,
-
Table: PO_LINE_LOCATIONS_ARCHIVE_ALL
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_LINE_LOCATIONS_ARCHIVE_ALL, object_name:PO_LINE_LOCATIONS_ARCHIVE_ALL, status:VALID, product: PO - Purchasing , description: Archived purchase order shipments , implementation_dba_data: PO.PO_LINE_LOCATIONS_ARCHIVE_ALL ,
-
View: POFV_QUOTATION_SHIPMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_QUOTATION_SHIPMENTS, object_name:POFV_QUOTATION_SHIPMENTS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_QUOTATION_SHIPMENTS ,
-
View: PO_PURCHASE_ORDER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_PURCHASE_ORDER_V, object_name:PO_PURCHASE_ORDER_V, status:VALID, product: PO - Purchasing , description: Purchase order , implementation_dba_data: APPS.PO_PURCHASE_ORDER_V ,
-
View: PO_SOURCE_VENDORS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_SOURCE_VENDORS_V, object_name:PO_SOURCE_VENDORS_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.PO_SOURCE_VENDORS_V ,
-
View: PO_SOURCE_VENDORS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_SOURCE_VENDORS_V, object_name:PO_SOURCE_VENDORS_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.PO_SOURCE_VENDORS_V ,
-
View: POFV_QUOTATION_SHIPMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_QUOTATION_SHIPMENTS, object_name:POFV_QUOTATION_SHIPMENTS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_QUOTATION_SHIPMENTS ,
-
View: PO_PURCHASE_ORDER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_PURCHASE_ORDER_V, object_name:PO_PURCHASE_ORDER_V, status:VALID, product: PO - Purchasing , description: Purchase order , implementation_dba_data: APPS.PO_PURCHASE_ORDER_V ,
-
View: POFV_QUOTATION_PRICE_BREAKS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_QUOTATION_PRICE_BREAKS, object_name:POFV_QUOTATION_PRICE_BREAKS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_QUOTATION_PRICE_BREAKS ,
-
Table: PO_LINES_ALL
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_LINES_ALL, object_name:PO_LINES_ALL, status:VALID, product: PO - Purchasing , description: Purchase document lines (for purchase orders, purchase agreements, quotations, RFQs) , implementation_dba_data: PO.PO_LINES_ALL ,
-
Table: PO_QUOTATION_APPROVALS_ALL
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_QUOTATION_APPROVALS_ALL, object_name:PO_QUOTATION_APPROVALS_ALL, status:VALID, product: PO - Purchasing , description: Quotation approvals , implementation_dba_data: PO.PO_QUOTATION_APPROVALS_ALL ,
-
Table: PO_QUOTATION_APPROVALS_ALL
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_QUOTATION_APPROVALS_ALL, object_name:PO_QUOTATION_APPROVALS_ALL, status:VALID, product: PO - Purchasing , description: Quotation approvals , implementation_dba_data: PO.PO_QUOTATION_APPROVALS_ALL ,
-
View: POFV_QUOTATION_PRICE_BREAKS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_QUOTATION_PRICE_BREAKS, object_name:POFV_QUOTATION_PRICE_BREAKS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_QUOTATION_PRICE_BREAKS ,
-
Table: PO_LINES_ALL
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_LINES_ALL, object_name:PO_LINES_ALL, status:VALID, product: PO - Purchasing , description: Purchase document lines (for purchase orders, purchase agreements, quotations, RFQs) , implementation_dba_data: PO.PO_LINES_ALL ,
-
View: PO_DISTINCT_RELID_LINEID_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_DISTINCT_RELID_LINEID_V, object_name:PO_DISTINCT_RELID_LINEID_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_DISTINCT_RELID_LINEID_V ,
-
View: PO_DISTINCT_RELID_LINEID_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_DISTINCT_RELID_LINEID_V, object_name:PO_DISTINCT_RELID_LINEID_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_DISTINCT_RELID_LINEID_V ,
-
Table: PO_LINE_LOCATIONS_GT
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_LINE_LOCATIONS_GT, object_name:PO_LINE_LOCATIONS_GT, status:VALID, product: PO - Purchasing , description: For Internal Use Only: This table is global temporary table based on po_line_locations_all table. It is used for internal processing of data for PO Approval Submission Checks. , implementation_dba_data: PO.PO_LINE_LOCATIONS_GT ,
-
Table: PO_ACCEPTANCES
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_ACCEPTANCES, object_name:PO_ACCEPTANCES, status:VALID, product: PO - Purchasing , description: Purchase order acceptances , implementation_dba_data: PO.PO_ACCEPTANCES ,
-
Table: PO_LINE_LOCATIONS_GT
12.2.2
product: PO - Purchasing , description: For Internal Use Only: This table is global temporary table based on po_line_locations_all table. It is used for internal processing of data for PO Approval Submission Checks. , implementation_dba_data: Not implemented in this database ,
-
Table: PO_ACCEPTANCES
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_ACCEPTANCES, object_name:PO_ACCEPTANCES, status:VALID, product: PO - Purchasing , description: Purchase order acceptances , implementation_dba_data: PO.PO_ACCEPTANCES ,
-
Table: PO_LINE_LOCATIONS_GT1
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_LINE_LOCATIONS_GT1, object_name:PO_LINE_LOCATIONS_GT1, status:VALID, product: PO - Purchasing , description: For Internal Use Only: This table is global temporary table based on po_line_locations_all table. It is used for internal processing of data for PO Approval Submission Checks. , implementation_dba_data: PO.PO_LINE_LOCATIONS_GT1 ,
-
View: POA_PURCHASE_SALES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POA_PURCHASE_SALES_V, object_name:POA_PURCHASE_SALES_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POA_PURCHASE_SALES_V ,
-
View: POFV_SCHEDULED_SHIPMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_SCHEDULED_SHIPMENTS, object_name:POFV_SCHEDULED_SHIPMENTS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_SCHEDULED_SHIPMENTS ,
-
View: POFV_SCHEDULED_SHIPMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_SCHEDULED_SHIPMENTS, object_name:POFV_SCHEDULED_SHIPMENTS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_SCHEDULED_SHIPMENTS ,
-
View: POA_PURCHASE_SALES_V
12.2.2
product: PO - Purchasing , implementation_dba_data: Not implemented in this database ,
-
Table: PO_HEADERS_ALL
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_HEADERS_ALL, object_name:PO_HEADERS_ALL, status:VALID, product: PO - Purchasing , description: Document headers (for purchase orders, purchase agreements, quotations, RFQs) , implementation_dba_data: PO.PO_HEADERS_ALL ,
-
Table: RCV_ROUTING_HEADERS
12.2.2
product: PO - Purchasing , description: Receiving routing headers , implementation_dba_data: Not implemented in this database ,
-
Table: RCV_ROUTING_HEADERS
12.1.1
product: PO - Purchasing , description: Receiving routing headers , implementation_dba_data: Not implemented in this database ,
-
Table: PO_HEADERS_ALL
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_HEADERS_ALL, object_name:PO_HEADERS_ALL, status:VALID, product: PO - Purchasing , description: Document headers (for purchase orders, purchase agreements, quotations, RFQs) , implementation_dba_data: PO.PO_HEADERS_ALL ,
-
Table: RCV_SUPPLY
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.RCV_SUPPLY, object_name:RCV_SUPPLY, status:VALID, product: PO - Purchasing , description: Summary information about items in receiving/inspection , implementation_dba_data: PO.RCV_SUPPLY ,
-
Table: RCV_ACCOUNTING_EVENTS
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.RCV_ACCOUNTING_EVENTS, object_name:RCV_ACCOUNTING_EVENTS, status:VALID, product: PO - Purchasing , description: Receiving Accounting Events , implementation_dba_data: PO.RCV_ACCOUNTING_EVENTS ,
-
View: PO_AP_RETROACTIVE_DIST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_AP_RETROACTIVE_DIST_V, object_name:PO_AP_RETROACTIVE_DIST_V, status:VALID, product: PO - Purchasing , description: PO_AP_RETROACTIVE_DIST_V view captures the distributions to be invoice adjusted.. , implementation_dba_data: APPS.PO_AP_RETROACTIVE_DIST_V ,
-
Table: RCV_SUPPLY
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.RCV_SUPPLY, object_name:RCV_SUPPLY, status:VALID, product: PO - Purchasing , description: Summary information about items in receiving/inspection , implementation_dba_data: PO.RCV_SUPPLY ,
-
Table: RCV_ACCOUNTING_EVENTS
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.RCV_ACCOUNTING_EVENTS, object_name:RCV_ACCOUNTING_EVENTS, status:VALID, product: PO - Purchasing , description: Receiving Accounting Events , implementation_dba_data: PO.RCV_ACCOUNTING_EVENTS ,
-
View: POS_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_LINES_V POS.POS_LINES_V, object_name:POS_LINES_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_LINES_V ,
-
View: PO_AP_RETROACTIVE_DIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_AP_RETROACTIVE_DIST_V, object_name:PO_AP_RETROACTIVE_DIST_V, status:VALID, product: PO - Purchasing , description: PO_AP_RETROACTIVE_DIST_V view captures the distributions to be invoice adjusted.. , implementation_dba_data: APPS.PO_AP_RETROACTIVE_DIST_V ,
-
View: PO_BY_BUYER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_BY_BUYER_V, object_name:PO_BY_BUYER_V, status:VALID, product: PO - Purchasing , description: Purchase order information by buyer , implementation_dba_data: APPS.PO_BY_BUYER_V ,
-
View: PO_BY_BUYER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_BY_BUYER_V, object_name:PO_BY_BUYER_V, status:VALID, product: PO - Purchasing , description: Purchase order information by buyer , implementation_dba_data: APPS.PO_BY_BUYER_V ,
-
View: POS_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_LINES_V, object_name:POS_LINES_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_LINES_V ,
-
Table: PO_DISTRIBUTIONS_ARCHIVE_ALL
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_DISTRIBUTIONS_ARCHIVE_ALL, object_name:PO_DISTRIBUTIONS_ARCHIVE_ALL, status:VALID, product: PO - Purchasing , description: Archived distributions , implementation_dba_data: PO.PO_DISTRIBUTIONS_ARCHIVE_ALL ,
-
Table: PO_DISTRIBUTIONS_DRAFT_ALL
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_DISTRIBUTIONS_DRAFT_ALL, object_name:PO_DISTRIBUTIONS_DRAFT_ALL, status:VALID, product: PO - Purchasing , description: Purchase order distributions draft , implementation_dba_data: PO.PO_DISTRIBUTIONS_DRAFT_ALL ,
-
Table: PO_DISTRIBUTIONS_ARCHIVE_ALL
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_DISTRIBUTIONS_ARCHIVE_ALL, object_name:PO_DISTRIBUTIONS_ARCHIVE_ALL, status:VALID, product: PO - Purchasing , description: Archived distributions , implementation_dba_data: PO.PO_DISTRIBUTIONS_ARCHIVE_ALL ,
-
View: POBV_BKT_PO_LINE_PRICE_BREAKS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_BKT_PO_LINE_PRICE_BREAKS, object_name:POBV_BKT_PO_LINE_PRICE_BREAKS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POBV_BKT_PO_LINE_PRICE_BREAKS ,
-
View: PO_ALERT_CONTRACT_VIEW2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_ALERT_CONTRACT_VIEW2, object_name:PO_ALERT_CONTRACT_VIEW2, status:VALID, product: PO - Purchasing , description: Contract purchase order total amount , implementation_dba_data: APPS.PO_ALERT_CONTRACT_VIEW2 ,
-
View: PO_ALERT_CONTRACT_VIEW2
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_ALERT_CONTRACT_VIEW2, object_name:PO_ALERT_CONTRACT_VIEW2, status:VALID, product: PO - Purchasing , description: Contract purchase order total amount , implementation_dba_data: APPS.PO_ALERT_CONTRACT_VIEW2 ,
-
View: POBV_BKT_PO_LINE_PRICE_BREAKS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_BKT_PO_LINE_PRICE_BREAKS, object_name:POBV_BKT_PO_LINE_PRICE_BREAKS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POBV_BKT_PO_LINE_PRICE_BREAKS ,
-
View: PO_ALERT_BLANKET_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_ALERT_BLANKET_VIEW, object_name:PO_ALERT_BLANKET_VIEW, status:VALID, product: PO - Purchasing , description: Blanket purchase agreements , implementation_dba_data: APPS.PO_ALERT_BLANKET_VIEW ,