Search Results po_line_locations_all
The PO_LINE_LOCATIONS_ALL
table in Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 is a critical entity within the Purchasing module, serving as the foundation for tracking shipment and delivery details associated with purchase order lines. This table stores information about scheduled shipments, quantities, pricing, and receiving details, ensuring accurate procurement execution. Below is a detailed analysis of its structure, key columns, relationships, and functional significance.
Table Overview
PO_LINE_LOCATIONS_ALL
is part of the PO
schema and acts as a child table to PO_LINES_ALL
. Each record represents a shipment schedule for a specific purchase order line, enabling organizations to manage multiple deliveries for a single line item. The table is multi-org enabled, as indicated by the _ALL
suffix, meaning it stores data across operating units while enforcing data security via ORG_ID
.
Key Columns and Descriptions
- LINE_LOCATION_ID: Primary key, uniquely identifying each shipment line.
- PO_LINE_ID: Foreign key linking to
PO_LINES_ALL
, associating the shipment with a specific PO line. - SHIPMENT_TYPE: Indicates whether the shipment is "Standard," "Blanket," or "Planned."
- QUANTITY: Ordered quantity for the shipment.
- QUANTITY_RECEIVED: Tracks received quantities against the shipment.
- QUANTITY_BILLED: Records invoiced quantities for matching with AP invoices.
- SHIP_TO_ORGANIZATION_ID: Identifies the inventory organization receiving the shipment.
- SHIP_TO_LOCATION_ID: Physical delivery location, tied to
HR_LOCATIONS_ALL
. - NEED_BY_DATE: Expected delivery date for the shipment.
- PROMISED_DATE: Vendor-committed delivery date.
- PRICE_OVERRIDE: Allows deviation from the unit price defined in
PO_LINES_ALL
. - TAXABLE_FLAG: Determines if the shipment is subject to tax.
- CLOSED_CODE: Status of the shipment (e.g., "OPEN," "CLOSED," "CANCELLED").
Functional Significance
The table plays a pivotal role in procurement workflows:
- Shipment Scheduling: Enables splitting a single PO line into multiple deliveries with distinct dates, quantities, or destinations.
- Receiving: Integrates with the
RCV_TRANSACTIONS
table to updateQUANTITY_RECEIVED
upon goods receipt. - Invoice Matching: Provides data for three-way matching (PO, receipt, invoice) in Accounts Payable.
- Reporting: Supports analytics on delivery performance, vendor compliance, and procurement cycle times.
Relationships with Other Tables
- PO_LINES_ALL: Parent table via
PO_LINE_ID
. - PO_HEADERS_ALL: Indirect relationship through
PO_LINES_ALL.PO_HEADER_ID
. - RCV_SHIPMENT_LINES: Ties shipment details to receiving transactions.
- AP_INVOICE_LINES: Links to invoiced quantities via
PO_DISTRIBUTIONS_ALL
.
Technical Considerations
In EBS 12.2.2, the table benefits from Online Patching (ADOP) compatibility, ensuring uninterrupted operations during patches. Indexes such as PO_LINE_LOCATIONS_N1
(PO_LINE_ID
) and PO_LINE_LOCATIONS_U1
(LINE_LOCATION_ID
) optimize query performance. Customizations often extend the table via descriptive flexfields (DFFs) to capture organization-specific attributes.
Conclusion
PO_LINE_LOCATIONS_ALL
is indispensable for granular procurement control, bridging purchase orders, logistics, and financial accountability. Its design reflects Oracle EBS's emphasis on flexibility, auditability, and integration across supply chain and financial modules. Understanding this table is essential for troubleshooting, custom reporting, and enhancing procurement automation.
-
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.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: 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: 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_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_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 ,
-
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: 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 ,
-
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.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 ,
-
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 ,
-
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.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_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: 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_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: PO_SHIPMENTS_VAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_SHIPMENTS_VAL_V, object_name:PO_SHIPMENTS_VAL_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.PO_SHIPMENTS_VAL_V ,