Search Results quote_total
Overview
APPS.ASO_I_QUOTE_HEADERS_BALI_V is an Oracle E-Business Suite internal view owned by the APPS schema. It exposes a denormalized, reporting-oriented projection of Oracle Advanced Pricing / Oracle Quoting quote header information, joining quote header records to operating unit data and resolving party, account, customer, currency, and resource attributes into a single queryable structure. The view carries an Oracle Internal Use Only designation, and Oracle does not support direct access to this object except through standard Oracle Applications programs. Despite that restriction, the view is widely recognized as an integration and reporting interface used by internal Oracle application flows, particularly list-of-values, worklist, and work-action processing within the Quoting and Trade Management (AST) stack. Notably, the view is referenced by APPS.AST_UWQ_OLIST_WORK_ACTION, confirming its role as a supporting source for Oracle Workflow and Universal Work Queue processing. It exposes the quote_total metric as the column QUOTE_TOTAL, which is the attribute most commonly sought by users searching for quote totals in EBS 12.1.1 and 12.2.2.
Underlying Base Objects
Per the documented metadata, ASO_I_QUOTE_HEADERS_BALI_V is defined over exactly two referenced objects:
- ASO_QUOTE_HEADERS_ALL (exposed through an APPS synonym) — the core transactional table holding quote header records, including quote name, number, version, status, currency, expiration date, and header identifiers.
- HR_OPERATING_UNITS (a view) — used to resolve the operating unit name associated with each quote header, enabling multi-org reporting through the OPERATING_UNIT column of type VARCHAR2(240).
The view is itself referenced by APPS.AST_UWQ_OLIST_WORK_ACTION. The view type is documented as Internal, and its FND Design Data identifier is ASO.ASO_I_QUOTE_HEADERS_BALI_V.
Key Columns
- QUOTE_TOTAL (NUMBER) — the monetary total of the quote header, the primary metric sought by users searching for "quote_total."
- QUOTE_NAME (VARCHAR2 240), QUOTE_NUMBER (NUMBER), and QUOTE_NUMBER_VERSION (VARCHAR2 81) — identify and version the quote.
- QUOTE_STATUS and QUOTE_STATUS_ID — the status description and its internal identifier.
- QUOTE_HEADER_ID, CUST_ACCOUNT_ID, PARTY_ID, and QTE_PARTY_ID — key identifiers linking to quote headers, customer accounts, and parties.
- ACCOUNT_NUMBER, SOLD_TO_CONTACT_NAME, and APP_PARTY_TYPE — customer-facing descriptive attributes.
- CURRENCY_CODE (VARCHAR2 15), OPERATING_UNIT (VARCHAR2 240), and QUOTE_EXPIRATION_DATE.
- CREATION_DATE — the standard WHO column recording row creation.
- RESOURCE_ID and RESOURCE_NAME — the identifier and name of the resource (user) associated with the quote.
Common Use Cases and Queries
Typical scenarios include reporting quote totals by operating unit, currency, or status; driving worklists and work actions; and supporting LOV queries for quote selection.
Retrieve the highest-value quotes:
SELECT QUOTE_NUMBER, QUOTE_NAME, QUOTE_STATUS, QUOTE_TOTAL, CURRENCY_CODE, OPERATING_UNIT FROM APPS.ASO_I_QUOTE_HEADERS_BALI_V ORDER BY QUOTE_TOTAL DESC;
Aggregate totals by operating unit:
SELECT OPERATING_UNIT, CURRENCY_CODE, SUM(QUOTE_TOTAL) TOTAL_VALUE FROM APPS.ASO_I_QUOTE_HEADERS_BALI_V WHERE QUOTE_STATUS = 'ACTIVE' GROUP BY OPERATING_UNIT, CURRENCY_CODE;
Locate a quote by number or account:
SELECT QUOTE_HEADER_ID, QUOTE_NUMBER, ACCOUNT_NUMBER, SOLD_TO_CONTACT_NAME, QUOTE_TOTAL FROM APPS.ASO_I_QUOTE_HEADERS_BALI_V WHERE QUOTE_NUMBER = :quote_number;
Because the object is documented as Internal and unsupported for direct access, queries should be limited to diagnostic or reporting purposes and governed accordingly.
-
VIEW: APPS.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,
-
VIEW: APPS.ASO_PVT_CUST_QUOTE_HDRS_BALI_V
12.2.2
owner:APPS, object_type:VIEW, object_name:ASO_PVT_CUST_QUOTE_HDRS_BALI_V, status:VALID,
-
VIEW: APPS.AST_QUOTES_MV
12.2.2
owner:APPS, object_type:VIEW, object_name:AST_QUOTES_MV, status:VALID,
-
VIEW: APPS.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,
-
VIEW: APPS.AST_LM_QUOTES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_LM_QUOTES_V, object_name:AST_LM_QUOTES_V, status:VALID,
-
Lookup Type: AST_QUOTE_ADV_LOOKUP
12.1.1
product: AST - TeleSales , meaning: TeleSales Quote Search Advanced Items ,
-
Lookup Type: AST_QUOTE_ADV_LOOKUP
12.2.2
product: AST - TeleSales , meaning: TeleSales Quote Search Advanced Items ,
-
VIEW: APPS.AST_QUOTES_MV
12.2.2
-
VIEW: APPS.ASO_PVT_CUST_QUOTE_HDRS_BALI_V
12.1.1
owner:APPS, object_type:VIEW, object_name:ASO_PVT_CUST_QUOTE_HDRS_BALI_V, status:VALID,
-
VIEW: APPS.AST_LM_QUOTES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_LM_QUOTES_V, object_name:AST_LM_QUOTES_V, status:VALID,
-
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: AST_LM_QUOTES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_LM_QUOTES_V, object_name:AST_LM_QUOTES_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_LM_QUOTES_V ,
-
View: AST_LM_QUOTES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_LM_QUOTES_V, object_name:AST_LM_QUOTES_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_LM_QUOTES_V ,
-
APPS.OKL_AM_QUOTES_WF SQL Statements
12.1.1
-
APPS.OKL_AM_QUOTES_WF SQL Statements
12.2.2
-
APPS.OKL_AM_QUOTES_WF dependencies on OKL_ACCOUNTING_UTIL
12.2.2
-
APPS.OKL_AM_QUOTES_WF dependencies on OKL_ACCOUNTING_UTIL
12.1.1
-
APPS.OKL_AM_QUOTES_WF dependencies on OKL_AM_UTIL_PVT
12.2.2
-
APPS.OKL_AM_QUOTES_WF dependencies on OKL_AM_UTIL_PVT
12.1.1
-
APPS.IBE_WORKFLOW_PVT SQL Statements
12.1.1
-
APPS.IBE_WORKFLOW_PVT SQL Statements
12.2.2
-
APPS.IBE_WORKFLOW_PVT dependencies on ASO_QUOTE_LINES_ALL
12.1.1
-
APPS.IBE_WORKFLOW_PVT dependencies on ASO_QUOTE_LINES_ALL
12.2.2
-
APPS.IBE_WORKFLOW_PVT dependencies on ASO_QUOTE_HEADERS_ALL
12.2.2
-
PACKAGE BODY: APPS.OKL_AM_QUOTES_WF
12.1.1
-
PACKAGE BODY: APPS.OKL_AM_QUOTES_WF
12.2.2
-
APPS.IBE_WORKFLOW_PVT dependencies on ASO_QUOTE_HEADERS_ALL
12.1.1
-
PACKAGE BODY: APPS.IBE_WORKFLOW_PVT
12.2.2
-
PACKAGE BODY: APPS.IBE_WORKFLOW_PVT
12.1.1
-
eTRM - ASO Tables and Views
12.2.2
description: This tables is used to log messages during the migration in Order Capture. ,
-
eTRM - ASO Tables and Views
12.1.1
description: This tables is used to log messages during the migration in Order Capture. ,
-
eTRM - AST Tables and Views
12.1.1
description: All available web searches ,
-
eTRM - AST Tables and Views
12.2.2
description: All available web searches ,