Search Results aso_quote_headers_all
The ASO_QUOTE_HEADERS_ALL
table is a critical entity within Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2, specifically designed to support the Advanced Sales Catalog (ASO) module. This table serves as the primary repository for storing header-level information related to sales quotes, which are fundamental to the order management and pricing processes in Oracle EBS. Below is a detailed analysis of its structure, functionality, and integration within the Oracle EBS ecosystem.
Table Overview
TheASO_QUOTE_HEADERS_ALL
table stores metadata and transactional data for sales quotes, acting as the parent record for associated line items stored in ASO_QUOTE_LINES_ALL
. It is a multi-organization enabled table, meaning it contains data across all operating units, distinguished by the ORG_ID
column. This design ensures seamless data segregation in a multi-org environment.
Key Columns and Their Significance
- QUOTE_HEADER_ID: The primary key, uniquely identifying each quote.
- QUOTE_NUMBER: A user-friendly identifier for the quote, often auto-generated.
- STATUS_CODE: Indicates the lifecycle stage of the quote (e.g., DRAFT, SUBMITTED, APPROVED, REJECTED).
- CUSTOMER_ID: References
HZ_CUST_ACCOUNTS
, linking the quote to a customer. - PRICING_CONTEXT: Stores pricing attributes like currency, price list, and modifiers.
- CREATION_DATE and LAST_UPDATE_DATE: Audit columns for tracking changes.
- ORG_ID: Associates the quote with an operating unit for multi-org compliance.
Functional Role in Oracle EBS
The table integrates with several Oracle EBS modules:- Order Management (OM): Quotes from
ASO_QUOTE_HEADERS_ALL
can be converted into orders via theASO_QUOTE_PUB
API. - Advanced Pricing: Pricing rules and modifiers are evaluated using data from this table.
- Inventory & Shipping: Quote headers may reference items and shipping details for availability checks.
Technical Considerations
- Indexes: Key indexes like
ASO_QUOTE_HEADERS_N1
(onQUOTE_NUMBER
) optimize query performance. - APIs: The
ASO_QUOTE_PUB
package provides programmatic access for CRUD operations. - Partitioning: In high-volume environments, partitioning by
CREATION_DATE
may be implemented.
Customization and Extensions
The table supports custom attributes through theASO_QUOTE_HEADERS_ALL
interface, allowing businesses to extend its schema without modifying core columns. Descriptive flexfields (DFFs) are often leveraged for industry-specific data capture.
Data Flow and Dependencies
Data flows into this table via:- User entry through the Oracle Sales Online (OSO) UI.
- Integration with CRM systems via Oracle Integration Bus.
- Batch imports using Oracle Data Conversion.
ASO_QUOTE_LINES_ALL
table for line items and OE_ORDER_HEADERS_ALL
for converted orders.
Conclusion
TheASO_QUOTE_HEADERS_ALL
table is a cornerstone of the Advanced Sales Catalog in Oracle EBS 12.1.1 and 12.2.2, enabling end-to-end quote-to-order functionality. Its design reflects Oracle's commitment to scalability, flexibility, and integration across the EBS suite. Proper understanding of this table is essential for consultants and developers working on quote management, pricing, or order orchestration implementations.
-
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_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_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_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.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_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_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.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_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_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.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_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_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 ,