Search Results aso_quote_headers_all
Overview
The ASO_QUOTE_HEADERS_ALL table is the central repository for quotation header information within the Oracle E-Business Suite Order Capture (ASO) module. It serves as the master record for a commercial quotation, encapsulating the overarching business agreement before it is converted into a sales order. This table is fundamental to the quote-to-order business flow in releases 12.1.1 and 12.2.2. As a multi-org enabled table (indicated by the "_ALL" suffix), it stores data for all operating units, with access typically controlled by the MO_GLOBAL.ORG_SECURITY security profile. Each record in this table can have zero or more associated quote lines, which are stored in the related ASO_QUOTE_LINES_ALL table.
Key Information Stored
The table's primary key is the QUOTE_HEADER_ID, a unique system-generated identifier for the quotation. Critical columns include business identifiers like QUOTE_NUMBER and status management fields such as QUOTE_STATUS_ID, which links to the ASO_QUOTE_STATUSES_B table. It holds comprehensive party and customer information through foreign key relationships to the HZ_PARTIES and HZ_PARTY_SITES tables, including columns for CUST_PARTY_ID, SOLD_TO_PARTY_SITE_ID, INVOICE_TO_PARTY_ID, and INVOICE_TO_PARTY_SITE_ID. The table also stores transactional metadata like ORG_ID for operating unit context, CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, and currency details. Pricing, terms, and shipping information pertinent to the entire quote are also maintained at this header level.
Common Use Cases and Queries
This table is central for reporting on the quote pipeline, analyzing conversion rates, and auditing the quotation process. Common operational queries involve retrieving active quotes for a customer or sales representative, or identifying quotes pending approval. A typical reporting query joins to related tables to provide a comprehensive view:
- Joining with ASO_QUOTE_LINES_ALL to aggregate line-level details like total quoted quantity or value.
- Joining with HZ_PARTIES to retrieve customer names and details.
- Joining with ASO_QUOTE_STATUSES_B to filter quotes by their lifecycle status (e.g., 'ENTERED', 'ACCEPTED', 'EXPIRED').
For data integrity, updates or deletions should be performed through the standard Order Capture APIs (e.g., ASO_QUOTE_PUB) rather than via direct SQL DML operations.
Related Objects
ASO_QUOTE_HEADERS_ALL has extensive relationships within the ASO schema, acting as a parent to numerous transactional child tables. Key related objects include:
- ASO_QUOTE_LINES_ALL: The primary child table storing individual line items for the quote.
- ASO_PRICE_ADJUSTMENTS, ASO_TAX_DETAILS, ASO_SHIPMENTS: Tables storing header-level pricing, tax, and fulfillment details.
- ASO_QUOTE_PARTIES and ASO_SALES_CREDITS: Tables for managing involved parties and sales compensation.
- ASO_HEADER_RELATIONSHIPS: Manifies relationships between different quote headers.
- Foreign Key References: Critical foreign keys link to foundational Trading Community Architecture (TCA) tables like HZ_PARTIES and HZ_PARTY_SITES for customer data, and to ASO_QUOTE_STATUSES_B for status definitions.
-
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 ,
-
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_HEADER_RELATIONSHIPS
12.1.1
owner:ASO, object_type:TABLE, fnd_design_data:ASO.ASO_HEADER_RELATIONSHIPS, object_name:ASO_HEADER_RELATIONSHIPS, status:VALID, product: ASO - Order Capture , description: ASO_HEADER_RELATIONSHIPS links one quote to another and records the type of relationship. , implementation_dba_data: ASO.ASO_HEADER_RELATIONSHIPS ,
-
Table: ASO_HEADER_RELATIONSHIPS
12.2.2
owner:ASO, object_type:TABLE, fnd_design_data:ASO.ASO_HEADER_RELATIONSHIPS, object_name:ASO_HEADER_RELATIONSHIPS, status:VALID, product: ASO - Order Capture , description: ASO_HEADER_RELATIONSHIPS links one quote to another and records the type of relationship. , implementation_dba_data: ASO.ASO_HEADER_RELATIONSHIPS ,
-
View: ASO_QUOTE_VERSIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_QUOTE_VERSIONS_V, object_name:ASO_QUOTE_VERSIONS_V, status:VALID, product: ASO - Order Capture , description: ASO_QUOTE_VERSIONS_V is a join view of aso_quote_headers_all quote,aso_quote_statuses_tl status &fnd_user , implementation_dba_data: APPS.ASO_QUOTE_VERSIONS_V ,
-
View: ASO_QUOTE_VERSIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_QUOTE_VERSIONS_V, object_name:ASO_QUOTE_VERSIONS_V, status:VALID, product: ASO - Order Capture , description: ASO_QUOTE_VERSIONS_V is a join view of aso_quote_headers_all quote,aso_quote_statuses_tl status &fnd_user , implementation_dba_data: APPS.ASO_QUOTE_VERSIONS_V ,
-
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_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_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_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_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_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_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_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_QUOTE_STATUSES_B
12.1.1
owner:ASO, object_type:TABLE, fnd_design_data:ASO.ASO_QUOTE_STATUSES_B, object_name:ASO_QUOTE_STATUSES_B, status:VALID, product: ASO - Order Capture , description: ASO_QUOTE_STATUSES_B stores the pre-defined and user-definable statuses for a quote header or a quote line. , implementation_dba_data: ASO.ASO_QUOTE_STATUSES_B ,
-
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_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_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_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_STATUSES_B
12.2.2
owner:ASO, object_type:TABLE, fnd_design_data:ASO.ASO_QUOTE_STATUSES_B, object_name:ASO_QUOTE_STATUSES_B, status:VALID, product: ASO - Order Capture , description: ASO_QUOTE_STATUSES_B stores the pre-defined and user-definable statuses for a quote header or a quote line. , implementation_dba_data: ASO.ASO_QUOTE_STATUSES_B ,
-
View: ASO_SHIPMENTS_BALI_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_SHIPMENTS_BALI_V, object_name:ASO_SHIPMENTS_BALI_V, status:VALID, product: ASO - Order Capture , implementation_dba_data: APPS.ASO_SHIPMENTS_BALI_V ,
-
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_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 ,
-
View: ASO_SHIPMENTS_BALI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_SHIPMENTS_BALI_V, object_name:ASO_SHIPMENTS_BALI_V, status:VALID, product: ASO - Order Capture , implementation_dba_data: APPS.ASO_SHIPMENTS_BALI_V ,
-
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_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_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 ,
-
View: ASO_APPROVAL_INSTANCES_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_APPROVAL_INSTANCES_ALL_V, object_name:ASO_APPROVAL_INSTANCES_ALL_V, status:VALID, product: ASO - Order Capture , implementation_dba_data: APPS.ASO_APPROVAL_INSTANCES_ALL_V ,
-
View: ASO_APPROVAL_INSTANCES_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_APPROVAL_INSTANCES_ALL_V, object_name:ASO_APPROVAL_INSTANCES_ALL_V, status:VALID, product: ASO - Order Capture , implementation_dba_data: APPS.ASO_APPROVAL_INSTANCES_ALL_V ,
-
View: ASO_I_ORDER_HEADERS_BALI_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_I_ORDER_HEADERS_BALI_V, object_name:ASO_I_ORDER_HEADERS_BALI_V, status:VALID, product: ASO - Order Capture , implementation_dba_data: APPS.ASO_I_ORDER_HEADERS_BALI_V ,
-
View: ASO_I_ORDER_HEADERS_BALI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_I_ORDER_HEADERS_BALI_V, object_name:ASO_I_ORDER_HEADERS_BALI_V, status:VALID, product: ASO - Order Capture , implementation_dba_data: APPS.ASO_I_ORDER_HEADERS_BALI_V ,
-
View: ASO_I_QUOTE_HEADERS_BALI_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_I_QUOTE_HEADERS_BALI_V, object_name:ASO_I_QUOTE_HEADERS_BALI_V, status:VALID, product: ASO - Order Capture , implementation_dba_data: APPS.ASO_I_QUOTE_HEADERS_BALI_V ,
-
View: ASO_I_QUOTE_HEADERS_BALI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_I_QUOTE_HEADERS_BALI_V, object_name:ASO_I_QUOTE_HEADERS_BALI_V, status:VALID, product: ASO - Order Capture , implementation_dba_data: APPS.ASO_I_QUOTE_HEADERS_BALI_V ,
-
View: ASO_QUOTE_HEADERS_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_QUOTE_HEADERS_ALL_V, object_name:ASO_QUOTE_HEADERS_ALL_V, status:VALID, product: ASO - Order Capture , description: quotations , implementation_dba_data: APPS.ASO_QUOTE_HEADERS_ALL_V ,
-
View: ASO_QUOTE_HEADERS_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_QUOTE_HEADERS_ALL_V, object_name:ASO_QUOTE_HEADERS_ALL_V, status:VALID, product: ASO - Order Capture , description: quotations , implementation_dba_data: APPS.ASO_QUOTE_HEADERS_ALL_V ,
-
View: ASO_PVT_SHIPMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_PVT_SHIPMENTS_V, object_name:ASO_PVT_SHIPMENTS_V, status:VALID, product: ASO - Order Capture , implementation_dba_data: APPS.ASO_PVT_SHIPMENTS_V ,
-
View: ASO_PVT_SHIPMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_PVT_SHIPMENTS_V, object_name:ASO_PVT_SHIPMENTS_V, status:VALID, product: ASO - Order Capture , implementation_dba_data: APPS.ASO_PVT_SHIPMENTS_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 ,
-
View: ASO_QUOTE_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_QUOTE_HEADERS_V, object_name:ASO_QUOTE_HEADERS_V, status:VALID, product: ASO - Order Capture , description: quotations , implementation_dba_data: APPS.ASO_QUOTE_HEADERS_V ,
-
View: ASO_QUOTE_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_QUOTE_HEADERS_V, object_name:ASO_QUOTE_HEADERS_V, status:VALID, product: ASO - Order Capture , description: quotations , implementation_dba_data: APPS.ASO_QUOTE_HEADERS_V ,
-
View: ASO_PVT_QUOTE_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_PVT_QUOTE_HEADERS_V, object_name:ASO_PVT_QUOTE_HEADERS_V, status:VALID, product: ASO - Order Capture , implementation_dba_data: APPS.ASO_PVT_QUOTE_HEADERS_V ,
-
View: ASO_PVT_QUOTE_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_PVT_QUOTE_HEADERS_V, object_name:ASO_PVT_QUOTE_HEADERS_V, status:VALID, product: ASO - Order Capture , implementation_dba_data: APPS.ASO_PVT_QUOTE_HEADERS_V ,