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 ,
-
APPS.ASO_CONC_REQ_INT dependencies on ASO_QUOTE_HEADERS_ALL
12.1.1
-
APPS.OKC_REP_UTIL_PVT dependencies on ASO_QUOTE_HEADERS_ALL
12.1.1
-
APPS.AST_UWQ_SEL_PKG dependencies on ASO_QUOTE_HEADERS_ALL
12.1.1
-
APPS.ASO_CONTRACT_TERMS_INT dependencies on ASO_QUOTE_HEADERS_ALL
12.1.1
-
APPS.AMS_ACTMETRICS_SEED_PVT dependencies on ASO_QUOTE_HEADERS_ALL
12.1.1
-
APPS.ASO_CFG_INT dependencies on ASO_QUOTE_HEADERS_ALL
12.1.1
-
APPS.ASO_CHECK_TCA_PVT dependencies on ASO_QUOTE_HEADERS_ALL
12.1.1
-
APPS.IBE_BI_STR_MIG_PVT dependencies on ASO_QUOTE_HEADERS_ALL
12.1.1
-
APPS.ASO_NOTES_INT dependencies on ASO_QUOTE_HEADERS_ALL
12.1.1
-
APPS.IBE_QUOTE_SAVESHARE_V2_PVT dependencies on ASO_QUOTE_HEADERS_ALL
12.2.2
-
APPS.IEX_UWQ_SEL_PKG dependencies on ASO_QUOTE_HEADERS_ALL
12.2.2
-
APPS.ASO_MERGE_PVT dependencies on ASO_QUOTE_HEADERS_ALL
12.2.2
-
APPS.ASO_QUOTE_HEADERS_PKG dependencies on ASO_QUOTE_HEADERS_ALL
12.2.2
-
APPS.ASO_WORKFLOW_PVT dependencies on ASO_QUOTE_HEADERS_ALL
12.2.2
-
APPS.ASO_COPY_TMPL_PUB dependencies on ASO_QUOTE_HEADERS_ALL
12.2.2
-
APPS.ASO_DEFAULTING_UTIL dependencies on ASO_QUOTE_HEADERS_ALL
12.2.2
-
APPS.ASO_PUBLISH_MISC_INT dependencies on ASO_QUOTE_HEADERS_ALL
12.2.2
-
APPS.ASO_VALIDATE_PVT dependencies on ASO_QUOTE_HEADERS_ALL
12.2.2
-
APPS.QOT_UTILITY_PVT dependencies on ASO_QUOTE_HEADERS_ALL
12.2.2
-
APPS.ASO_SALES_CREDIT_PVT dependencies on ASO_QUOTE_HEADERS_ALL
12.2.2
-
APPS.ASO_DEFAULTING_UTIL dependencies on ASO_QUOTE_HEADERS_ALL
12.1.1
-
APPS.ASO_CONFIG_OPERATIONS_PVT dependencies on ASO_QUOTE_HEADERS_ALL
12.1.1
-
APPS.ASO_QUOTE_LINES_PVT dependencies on ASO_QUOTE_HEADERS_ALL
12.1.1
-
APPS.OKC_XPRT_QUOTE_INT_PVT dependencies on ASO_QUOTE_HEADERS_ALL
12.2.2
-
APPS.IBE_QUOTE_SAVESHARE_PVT dependencies on ASO_QUOTE_HEADERS_ALL
12.2.2
-
APPS.BIM_EVENT_FACTS dependencies on ASO_QUOTE_HEADERS_ALL
12.2.2
-
APPS.HZ_PURGE_GEN dependencies on ASO_QUOTE_HEADERS_ALL
12.2.2
-
APPS.ASO_SALES_CREDIT_PVT dependencies on ASO_QUOTE_HEADERS_ALL
12.1.1
-
APPS.ASO_PA_APR_INT dependencies on ASO_QUOTE_HEADERS_ALL
12.2.2
-
APPS.ASO_CHECK_TCA_PVT dependencies on ASO_QUOTE_HEADERS_ALL
12.2.2
-
APPS.IBE_REPORTING_PVT dependencies on ASO_QUOTE_HEADERS_ALL
12.2.2
-
APPS.IBE_WORKFLOW_PVT dependencies on ASO_QUOTE_HEADERS_ALL
12.2.2
-
APPS.ASL_EXCEL_UTIL_PVT dependencies on ASO_QUOTE_HEADERS_ALL
12.1.1
-
APPS.ASO_PRICING_CORE_PVT dependencies on ASO_QUOTE_HEADERS_ALL
12.2.2
-
APPS.ASO_SHIPMENT_PVT dependencies on ASO_QUOTE_HEADERS_ALL
12.1.1
-
APPS.AMS_ACTMETRICS_SEED_PVT dependencies on ASO_QUOTE_HEADERS_ALL
12.2.2
-
APPS.IBE_MERGE_PVT dependencies on ASO_QUOTE_HEADERS_ALL
12.1.1
-
APPS.ASO_MERGE_PVT dependencies on ASO_QUOTE_HEADERS_ALL
12.1.1
-
APPS.AST_ROUTING_PUB dependencies on ASO_QUOTE_HEADERS_ALL
12.1.1
-
APPS.BIM_LEAD_FACTS_PKG dependencies on ASO_QUOTE_HEADERS_ALL
12.2.2
-
APPS.IBE_CART_NOTIFY_UTIL dependencies on ASO_QUOTE_HEADERS_ALL
12.2.2
-
APPS.ASO_CONFIG_OPERATIONS_PVT dependencies on ASO_QUOTE_HEADERS_ALL
12.2.2
-
APPS.OKC_REP_SEARCH_UTIL_PVT dependencies on ASO_QUOTE_HEADERS_ALL
12.2.2
-
APPS.ASO_MAP_QUOTE_ORDER_INT dependencies on ASO_QUOTE_HEADERS_ALL
12.2.2
-
APPS.ZX_SRVC_TYP_PKG dependencies on ASO_QUOTE_HEADERS_ALL
12.2.2
-
APPS.ASO_WORKFLOW_QUOTE_PVT dependencies on ASO_QUOTE_HEADERS_ALL
12.1.1
-
APPS.IEX_UWQ_SEL_PKG dependencies on ASO_QUOTE_HEADERS_ALL
12.1.1
-
APPS.ASO_TAX_INT dependencies on ASO_QUOTE_HEADERS_ALL
12.1.1