Search Results PO_LINE_LOCATIONS_ALL
Overview
The PO_LINE_LOCATIONS_ALL table is a core transactional entity within Oracle E-Business Suite Purchasing (PO) module, applicable to versions 12.1.1 and 12.2.2. It serves as the primary repository for shipment schedule information, also known as distributions or shipments, associated with purchasing documents. As indicated by its description, it documents shipment schedules for purchase orders, purchase agreements, quotations, and requests for quotation (RFQs). Each record represents a distinct delivery schedule for a specific quantity of an item or service on a purchase order line, enabling detailed control over delivery dates, quantities, locations, and receiving instructions. Its role is critical for the procure-to-pay cycle, linking purchasing documents to receiving and accounts payable processes.
Key Information Stored
The table stores detailed attributes for each shipment schedule. Its primary key is the unique identifier LINE_LOCATION_ID. A unique key constraint on PO_LINE_ID and SHIPMENT_NUM ensures each shipment number is unique per purchase order line. Key foreign key columns define its relationships within the purchasing schema: PO_HEADER_ID and PO_LINE_ID link to the parent document header and line (PO_HEADERS_ALL and PO_LINES_ALL). SHIP_TO_LOCATION_ID references HR_LOCATIONS_ALL to specify the delivery destination. RECEIVING_ROUTING_ID links to RCV_ROUTING_HEADERS to define the inspection and receiving workflow. TAX_CODE_ID references AP_TAX_CODES_ALL for tax calculations. Additional columns track quantities (QUANTITY, QUANTITY_RECEIVED, QUANTITY_BILLED), dates (PROMISED_DATE, NEED_BY_DATE), prices (UNIT_PRICE), and flags for closed, canceled, or approved statuses, providing a complete audit trail for each scheduled delivery.
Common Use Cases and Queries
This table is central to operational reporting and process integration. Common use cases include generating delivery schedules for suppliers, reconciling received quantities against ordered quantities, and matching invoices to specific shipments. A typical query retrieves all open shipments for a purchase order to track delivery performance:
- SELECT pll.shipment_num, pll.quantity, pll.quantity_received, pll.promised_date FROM po_line_locations_all pll JOIN po_lines_all pl ON pll.po_line_id = pl.po_line_id WHERE pl.po_header_id = <header_id> AND pll.closed_code IS NULL;
Another frequent pattern involves joining with PO_HEADERS_ALL and PO_LINES_ALL to create comprehensive purchase order detail reports that break down totals by shipment. Integration points include creating receipts in the RCV_SHIPMENT_LINES table based on these schedules and providing the PO_LINE_LOCATION_ID for invoice matching in AP_INVOICE_LINES_ALL.
Related Objects
PO_LINE_LOCATIONS_ALL has extensive relationships within and beyond the Purchasing module. Its primary parent tables are PO_HEADERS_ALL and PO_LINES_ALL. It also self-references via FROM_LINE_LOCATION_ID and SOURCE_SHIPMENT_ID for document copying and blanket agreement releases. Crucially, it is referenced by key transactional tables in other modules, establishing its central role. As per the metadata, AP_INVOICE_LINES_ALL references it for invoice matching, and AP_HOLDS_ALL can place holds on specific shipments. Within receiving, tables like RCV_SHIPMENT_LINES are populated based on its schedules. The listed references to JAI_* tables indicate integrations with localized tax and regulatory solutions, such as those for India.
-
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_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_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.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 ,
-
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 ,
-
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.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.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_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 ,
-
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.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 ,
-
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 ,