Search Results aso_quote_lines_all
Overview
The ASO_QUOTE_LINES_ALL table is a core data repository within the Oracle E-Business Suite (EBS) Advanced Sales Order (ASO) or Order Capture module. It serves as the central transactional table for storing detailed information pertaining to individual lines of a sales quote or an order. Every line item added to a quote or order header in ASO_QUOTE_HEADERS_ALL is recorded as a distinct row in this table. Its role is fundamental to the quote-to-order lifecycle, capturing the product, quantity, pricing, and fulfillment specifics for each line, which can later be converted into an order line in the Order Management module. The '_ALL' suffix indicates it is a multi-organization table, storing data for all operating units.
Key Information Stored
Each record is uniquely identified by the QUOTE_LINE_ID, which serves as the primary key. The table's structure is designed to capture comprehensive line-level details. The QUOTE_HEADER_ID column is a critical foreign key that links the line to its parent document in ASO_QUOTE_HEADERS_ALL. Other significant columns include those for product identification (INVENTORY_ITEM_ID), pricing (UNIT_LIST_PRICE, UNIT_SELLING_PRICE), quantities (ORDERED_QUANTITY), and scheduling (SCHEDULE_SHIP_DATE). The table also holds key party and site identifiers, such as INVOICE_TO_PARTY_ID and SHIP_TO_PARTY_SITE_ID, linking to the Trading Community Architecture (TCA) via HZ_PARTIES and HZ_PARTY_SITES. Additional attributes track line status, source types, and configuration details.
Common Use Cases and Queries
This table is central to reporting and data extraction for sales operations. Common use cases include analyzing quote line performance, auditing pricing adjustments, and generating fulfillment reports. A typical query involves joining to the header table and TCA to retrieve a comprehensive line-level dataset. For example, to list all lines for a specific quote number, one might use a pattern such as:
- SELECT aql.quote_line_id, aql.ordered_item, aql.ordered_quantity, aql.unit_selling_price FROM aso_quote_lines_all aql, aso_quote_headers_all aqh WHERE aql.quote_header_id = aqh.quote_header_id AND aqh.quote_number = '<QUOTE_NUMBER>';
Another frequent scenario is tracing the lineage of price adjustments or tax calculations for a specific line by joining to child tables like ASO_PRICE_ADJUSTMENTS or ASO_TAX_DETAILS using the QUOTE_LINE_ID.
Related Objects
As indicated by the extensive foreign key relationships, ASO_QUOTE_LINES_ALL is a pivotal hub for numerous child transactional tables. Its most direct parent is ASO_QUOTE_HEADERS_ALL. Key child tables that store line-specific extensions include ASO_PRICE_ADJUSTMENTS for discounts, ASO_SHIPMENTS for scheduling, ASO_QUOTE_LINE_DETAILS for additional attributes, and ASO_TAX_DETAILS. It also has relationships to tables managing line associations (ASO_LINE_RELATIONSHIPS), parties (ASO_QUOTE_PARTIES), and payments (ASO_PAYMENTS). For integration with Order Management, the line data is typically processed through public APIs, which may internally reference this table to create order lines in OE_ORDER_LINES_ALL.
-
Table: ASO_QUOTE_LINES_ALL
12.2.2
owner:ASO, object_type:TABLE, fnd_design_data:ASO.ASO_QUOTE_LINES_ALL, object_name:ASO_QUOTE_LINES_ALL, status:VALID, product: ASO - Order Capture , description: ASO_QUOTE_LINES_ALL stores information for a typical quote or an order line , implementation_dba_data: ASO.ASO_QUOTE_LINES_ALL ,
-
Table: ASO_QUOTE_LINES_ALL
12.1.1
owner:ASO, object_type:TABLE, fnd_design_data:ASO.ASO_QUOTE_LINES_ALL, object_name:ASO_QUOTE_LINES_ALL, status:VALID, product: ASO - Order Capture , description: ASO_QUOTE_LINES_ALL stores information for a typical quote or an order line , implementation_dba_data: ASO.ASO_QUOTE_LINES_ALL ,
-
Table: ASO_LINE_RELATIONSHIPS
12.2.2
owner:ASO, object_type:TABLE, fnd_design_data:ASO.ASO_LINE_RELATIONSHIPS, object_name:ASO_LINE_RELATIONSHIPS, status:VALID, product: ASO - Order Capture , description: ASO_LINE_RELATIONSHIPS links one quote line to another and records the type of relationship. , implementation_dba_data: ASO.ASO_LINE_RELATIONSHIPS ,
-
Table: ASO_QUOTE_LINE_ATTRIBS_EXT
12.1.1
owner:ASO, object_type:TABLE, fnd_design_data:ASO.ASO_QUOTE_LINE_ATTRIBS_EXT, object_name:ASO_QUOTE_LINE_ATTRIBS_EXT, status:VALID, product: ASO - Order Capture , description: ASO_QUOTE_LINE_ATTRIBS_EXT is a attribute-value table that provides storage for line attributes not captured in ASO_QUOTE_LINES_ALL and ASO_QUOTE_LINE_DETAILS_ALL table. , implementation_dba_data: ASO.ASO_QUOTE_LINE_ATTRIBS_EXT ,
-
Table: ASO_LINE_RELATIONSHIPS
12.1.1
owner:ASO, object_type:TABLE, fnd_design_data:ASO.ASO_LINE_RELATIONSHIPS, object_name:ASO_LINE_RELATIONSHIPS, status:VALID, product: ASO - Order Capture , description: ASO_LINE_RELATIONSHIPS links one quote line to another and records the type of relationship. , implementation_dba_data: ASO.ASO_LINE_RELATIONSHIPS ,
-
Table: ASO_QUOTE_LINE_ATTRIBS_EXT
12.2.2
owner:ASO, object_type:TABLE, fnd_design_data:ASO.ASO_QUOTE_LINE_ATTRIBS_EXT, object_name:ASO_QUOTE_LINE_ATTRIBS_EXT, status:VALID, product: ASO - Order Capture , description: ASO_QUOTE_LINE_ATTRIBS_EXT is a attribute-value table that provides storage for line attributes not captured in ASO_QUOTE_LINES_ALL and ASO_QUOTE_LINE_DETAILS_ALL table. , implementation_dba_data: ASO.ASO_QUOTE_LINE_ATTRIBS_EXT ,
-
Table: ASO_QUOTE_LINE_DETAILS
12.2.2
owner:ASO, object_type:TABLE, fnd_design_data:ASO.ASO_QUOTE_LINE_DETAILS, object_name:ASO_QUOTE_LINE_DETAILS, status:VALID, product: ASO - Order Capture , description: ASO_QUOTE_LINE_DETAILS_ALL stores information specific to certain types of quote lines , implementation_dba_data: ASO.ASO_QUOTE_LINE_DETAILS ,
-
Table: ASO_SALES_CREDITS
12.2.2
owner:ASO, object_type:TABLE, fnd_design_data:ASO.ASO_SALES_CREDITS, object_name:ASO_SALES_CREDITS, status:VALID, product: ASO - Order Capture , description: This table contains information about sales credits for the salesrep. , implementation_dba_data: ASO.ASO_SALES_CREDITS ,
-
Table: ASO_QUOTE_PARTIES
12.2.2
owner:ASO, object_type:TABLE, fnd_design_data:ASO.ASO_QUOTE_PARTIES, object_name:ASO_QUOTE_PARTIES, status:VALID, product: ASO - Order Capture , description: party information related to quotes , implementation_dba_data: ASO.ASO_QUOTE_PARTIES ,
-
Table: ASO_PAYMENTS
12.2.2
owner:ASO, object_type:TABLE, fnd_design_data:ASO.ASO_PAYMENTS, object_name:ASO_PAYMENTS, status:VALID, product: ASO - Order Capture , description: ASO_PAYMENTS holds payment related information for the quote , implementation_dba_data: ASO.ASO_PAYMENTS ,
-
Table: ASO_TAX_DETAILS
12.2.2
owner:ASO, object_type:TABLE, fnd_design_data:ASO.ASO_TAX_DETAILS, object_name:ASO_TAX_DETAILS, status:VALID, product: ASO - Order Capture , description: Tables for Storing the Tax Details for Quotes , implementation_dba_data: ASO.ASO_TAX_DETAILS ,
-
Table: ASO_TAX_DETAILS
12.1.1
owner:ASO, object_type:TABLE, fnd_design_data:ASO.ASO_TAX_DETAILS, object_name:ASO_TAX_DETAILS, status:VALID, product: ASO - Order Capture , description: Tables for Storing the Tax Details for Quotes , implementation_dba_data: ASO.ASO_TAX_DETAILS ,
-
Table: ASO_PRICE_ADJUSTMENTS
12.1.1
owner:ASO, object_type:TABLE, fnd_design_data:ASO.ASO_PRICE_ADJUSTMENTS, object_name:ASO_PRICE_ADJUSTMENTS, status:VALID, product: ASO - Order Capture , description: Table to Store the Price Adjustments , implementation_dba_data: ASO.ASO_PRICE_ADJUSTMENTS ,
-
Table: ASO_SALES_CREDITS
12.1.1
owner:ASO, object_type:TABLE, fnd_design_data:ASO.ASO_SALES_CREDITS, object_name:ASO_SALES_CREDITS, status:VALID, product: ASO - Order Capture , description: This table contains information about sales credits for the salesrep. , implementation_dba_data: ASO.ASO_SALES_CREDITS ,
-
Table: ASO_PRICE_ADJUSTMENTS
12.2.2
owner:ASO, object_type:TABLE, fnd_design_data:ASO.ASO_PRICE_ADJUSTMENTS, object_name:ASO_PRICE_ADJUSTMENTS, status:VALID, product: ASO - Order Capture , description: Table to Store the Price Adjustments , implementation_dba_data: ASO.ASO_PRICE_ADJUSTMENTS ,
-
Table: ASO_PARTY_RELATIONSHIPS
12.1.1
owner:ASO, object_type:TABLE, fnd_design_data:ASO.ASO_PARTY_RELATIONSHIPS, object_name:ASO_PARTY_RELATIONSHIPS, status:VALID, product: ASO - Order Capture , description: ASO_PARTY_RELATIONSHIPS links one quote or a quote line to a party and records the type of relationship. , implementation_dba_data: ASO.ASO_PARTY_RELATIONSHIPS ,
-
Table: ASO_QUOTE_LINE_DETAILS
12.1.1
owner:ASO, object_type:TABLE, fnd_design_data:ASO.ASO_QUOTE_LINE_DETAILS, object_name:ASO_QUOTE_LINE_DETAILS, status:VALID, product: ASO - Order Capture , description: ASO_QUOTE_LINE_DETAILS_ALL stores information specific to certain types of quote lines , implementation_dba_data: ASO.ASO_QUOTE_LINE_DETAILS ,
-
Table: ASO_QUOTE_PARTIES
12.1.1
owner:ASO, object_type:TABLE, fnd_design_data:ASO.ASO_QUOTE_PARTIES, object_name:ASO_QUOTE_PARTIES, status:VALID, product: ASO - Order Capture , description: party information related to quotes , implementation_dba_data: ASO.ASO_QUOTE_PARTIES ,
-
Table: ASO_PRICE_ATTRIBUTES
12.2.2
owner:ASO, object_type:TABLE, fnd_design_data:ASO.ASO_PRICE_ATTRIBUTES, object_name:ASO_PRICE_ATTRIBUTES, status:VALID, product: ASO - Order Capture , description: This table stores information on qualifiers and pricing attributes, which the corresponding price adjustment line qualified for. , implementation_dba_data: ASO.ASO_PRICE_ATTRIBUTES ,
-
Table: ASO_PRICE_ATTRIBUTES
12.1.1
owner:ASO, object_type:TABLE, fnd_design_data:ASO.ASO_PRICE_ATTRIBUTES, object_name:ASO_PRICE_ATTRIBUTES, status:VALID, product: ASO - Order Capture , description: This table stores information on qualifiers and pricing attributes, which the corresponding price adjustment line qualified for. , implementation_dba_data: ASO.ASO_PRICE_ATTRIBUTES ,
-
Table: ASO_PARTY_RELATIONSHIPS
12.2.2
owner:ASO, object_type:TABLE, fnd_design_data:ASO.ASO_PARTY_RELATIONSHIPS, object_name:ASO_PARTY_RELATIONSHIPS, status:VALID, product: ASO - Order Capture , description: ASO_PARTY_RELATIONSHIPS links one quote or a quote line to a party and records the type of relationship. , implementation_dba_data: ASO.ASO_PARTY_RELATIONSHIPS ,
-
Table: ASO_QUOTE_RELATED_OBJECTS
12.2.2
owner:ASO, object_type:TABLE, fnd_design_data:ASO.ASO_QUOTE_RELATED_OBJECTS, object_name:ASO_QUOTE_RELATED_OBJECTS, status:VALID, product: ASO - Order Capture , description: ASO_QUOTE_RELATED_OBJECTS stores the relationship between a quote or a quote line to any entity in the schema and records the type of relationship. , implementation_dba_data: ASO.ASO_QUOTE_RELATED_OBJECTS ,
-
Table: ASO_PAYMENTS
12.1.1
owner:ASO, object_type:TABLE, fnd_design_data:ASO.ASO_PAYMENTS, object_name:ASO_PAYMENTS, status:VALID, product: ASO - Order Capture , description: ASO_PAYMENTS holds payment related information for the quote , implementation_dba_data: ASO.ASO_PAYMENTS ,
-
Table: ASO_PRICE_ADJ_RELATIONSHIPS
12.1.1
owner:ASO, object_type:TABLE, fnd_design_data:ASO.ASO_PRICE_ADJ_RELATIONSHIPS, object_name:ASO_PRICE_ADJ_RELATIONSHIPS, status:VALID, product: ASO - Order Capture , description: This table stores the relationships between Quote lines and price adjustments and also between price adjustments. One adjustment may be a result of benefit on one or more quote lines. , implementation_dba_data: ASO.ASO_PRICE_ADJ_RELATIONSHIPS ,
-
Table: ASO_PRICE_ADJ_RELATIONSHIPS
12.2.2
owner:ASO, object_type:TABLE, fnd_design_data:ASO.ASO_PRICE_ADJ_RELATIONSHIPS, object_name:ASO_PRICE_ADJ_RELATIONSHIPS, status:VALID, product: ASO - Order Capture , description: This table stores the relationships between Quote lines and price adjustments and also between price adjustments. One adjustment may be a result of benefit on one or more quote lines. , implementation_dba_data: ASO.ASO_PRICE_ADJ_RELATIONSHIPS ,
-
Table: ASO_QUOTE_RELATED_OBJECTS
12.1.1
owner:ASO, object_type:TABLE, fnd_design_data:ASO.ASO_QUOTE_RELATED_OBJECTS, object_name:ASO_QUOTE_RELATED_OBJECTS, status:VALID, product: ASO - Order Capture , description: ASO_QUOTE_RELATED_OBJECTS stores the relationship between a quote or a quote line to any entity in the schema and records the type of relationship. , implementation_dba_data: ASO.ASO_QUOTE_RELATED_OBJECTS ,
-
Table: ASO_SHIPMENTS
12.1.1
owner:ASO, object_type:TABLE, fnd_design_data:ASO.ASO_SHIPMENTS, object_name:ASO_SHIPMENTS, status:VALID, product: ASO - Order Capture , description: ASO_SHIPMENTS store shipping information for a quote at header level or line level. , implementation_dba_data: ASO.ASO_SHIPMENTS ,
-
Table: ASO_SHIPMENTS
12.2.2
owner:ASO, object_type:TABLE, fnd_design_data:ASO.ASO_SHIPMENTS, object_name:ASO_SHIPMENTS, status:VALID, product: ASO - Order Capture , description: ASO_SHIPMENTS store shipping information for a quote at header level or line level. , implementation_dba_data: ASO.ASO_SHIPMENTS ,
-
Table: ASO_QUOTE_HEADERS_ALL
12.2.2
owner:ASO, object_type:TABLE, fnd_design_data:ASO.ASO_QUOTE_HEADERS_ALL, object_name:ASO_QUOTE_HEADERS_ALL, status:VALID, product: ASO - Order Capture , description: This table holds header level Order Capture quotation data. , implementation_dba_data: ASO.ASO_QUOTE_HEADERS_ALL ,
-
Table: ASO_QUOTE_HEADERS_ALL
12.1.1
owner:ASO, object_type:TABLE, fnd_design_data:ASO.ASO_QUOTE_HEADERS_ALL, object_name:ASO_QUOTE_HEADERS_ALL, status:VALID, product: ASO - Order Capture , description: ASO_QUOTE_HEADERS holds Order Capture quotation information. it has the header data of a quote. For each quote header, there can zero or many quote lines attached to it. , implementation_dba_data: ASO.ASO_QUOTE_HEADERS_ALL ,
-
View: ASO_PVT_QUOTE_LINES_BALIVIEW_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_PVT_QUOTE_LINES_BALIVIEW_V, object_name:ASO_PVT_QUOTE_LINES_BALIVIEW_V, status:VALID, product: ASO - Order Capture , implementation_dba_data: APPS.ASO_PVT_QUOTE_LINES_BALIVIEW_V ,
-
View: ASO_QUOTE_LINES_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_QUOTE_LINES_ALL_V, object_name:ASO_QUOTE_LINES_ALL_V, status:VALID, product: ASO - Order Capture , description: quote lines , implementation_dba_data: APPS.ASO_QUOTE_LINES_ALL_V ,
-
View: ASO_PVT_QUOTE_LINES_BALIVIEW_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_PVT_QUOTE_LINES_BALIVIEW_V, object_name:ASO_PVT_QUOTE_LINES_BALIVIEW_V, status:VALID, product: ASO - Order Capture , implementation_dba_data: APPS.ASO_PVT_QUOTE_LINES_BALIVIEW_V ,
-
View: ASO_PVT_QUOTE_LINES_BALI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_PVT_QUOTE_LINES_BALI_V, object_name:ASO_PVT_QUOTE_LINES_BALI_V, status:VALID, product: ASO - Order Capture , implementation_dba_data: APPS.ASO_PVT_QUOTE_LINES_BALI_V ,
-
View: ASO_PVT_QUOTE_LINES_BALI_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_PVT_QUOTE_LINES_BALI_V, object_name:ASO_PVT_QUOTE_LINES_BALI_V, status:VALID, product: ASO - Order Capture , implementation_dba_data: APPS.ASO_PVT_QUOTE_LINES_BALI_V ,
-
View: ASO_QUOTE_LINES_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_QUOTE_LINES_ALL_V, object_name:ASO_QUOTE_LINES_ALL_V, status:VALID, product: ASO - Order Capture , description: quote lines , implementation_dba_data: APPS.ASO_QUOTE_LINES_ALL_V ,
-
View: ASO_QUOTE_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_QUOTE_LINES_V, object_name:ASO_QUOTE_LINES_V, status:VALID, product: ASO - Order Capture , description: quote lines , implementation_dba_data: APPS.ASO_QUOTE_LINES_V ,
-
View: ASO_QUOTE_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_QUOTE_LINES_V, object_name:ASO_QUOTE_LINES_V, status:VALID, product: ASO - Order Capture , description: quote lines , implementation_dba_data: APPS.ASO_QUOTE_LINES_V ,
-
View: ASO_PVT_QUOTE_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_PVT_QUOTE_LINES_V, object_name:ASO_PVT_QUOTE_LINES_V, status:VALID, product: ASO - Order Capture , implementation_dba_data: APPS.ASO_PVT_QUOTE_LINES_V ,
-
View: ASO_PVT_QUOTE_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_PVT_QUOTE_LINES_V, object_name:ASO_PVT_QUOTE_LINES_V, status:VALID, product: ASO - Order Capture , implementation_dba_data: APPS.ASO_PVT_QUOTE_LINES_V ,