Search Results app_party_type
Overview
APPS.ASO_I_ORDER_HEADERS_BALI_V is a read-only internal database view owned by the APPS schema within Oracle E-Business Suite Release 12.1.1 and 12.2.2. It exposes a consolidated, reporting-oriented projection of order header and quotation data, joining the Oracle Order Management order header base table with the Order Capture (ASO) integration structures. The view is classified as "Oracle Internal Use Only," and Oracle Corporation explicitly does not support direct customer access to Oracle Applications data through this object except when invoked from standard Oracle Applications programs. Its FND Design Data identifier is ASO.ASO_I_ORDER_HEADERS_BALI_V, and its status is VALID in the documented environment.
The view serves as a read interface for concurrent programs, order capture flows, and diagnostic queries that need to present both sales order numbers and quotation numbers together. It is not referenced by any other database object, indicating that it functions purely as a terminal reporting object and not as a component of a broader dependency chain.
Underlying Base Objects
The documented dependencies for ASO_I_ORDER_HEADERS_BALI_V are three objects:
- OE_ORDER_HEADERS_ALL (accessed via a synonym) — the Order Management order header table, supplying core order attributes such as order number, ordered date, order status, and flow status code.
- ASO_ORDER_INT (package) — the Order Capture integration package that provides the quotation name and quotation number/version logic used by the view, including the QUOTE_NUMBER_VERS column.
- HR_OPERATING_UNITS (view) — the Human Resources operating unit view, providing the OPERATING_UNIT column used to segregate data by business unit.
No database object references the view, confirming its role as an informational endpoint rather than a reusable building block elsewhere in the schema.
Key Columns
The view exposes nineteen columns across numeric, date, and VARCHAR2 datatypes. Notable columns include:
- HEADER_ID and ORDER_NUMBER — the primary identifier and user-facing number of the order header.
- QUOTE_NUMBER_VERS — the quotation number and version string derived from Order Capture, and the column most frequently searched (e.g., "quote_number_vers").
- QUOTE_NAME and QUOTE_HEADER_ID — the descriptive name and identifier of the associated quotation header.
- ORDER_TOTAL, ORDERED_DATE, and CURRENCY_CODE — commercial and date attributes of the order.
- PARTY_ID, CUST_ACCOUNT_ID, ACCOUNT_NUMBER, and SOLD_TO_CONTACT_NAME — customer and party-identification attributes.
- RESOURCE_ID and RESOURCE_NAME — the sales representative resource, with RESOURCE_NAME documented as the salesrep name used for OTHER type sales reps.
- ORDER_STATUS and FLOW_STATUS_CODE — status indicators for the order lifecycle. FLOW_STATUS_CODE is a VARCHAR2(30).
- QTE_PARTY_ID, APP_PARTY_TYPE, and OPERATING_UNIT — party type, associated quote party, and the VARCHAR2(240) operating unit name.
Common Use Cases and Queries
The primary use case is correlating sales orders with their originating quotations. A typical query filtering on the searched column would be:
SELECT ORDER_NUMBER, QUOTE_NUMBER_VERS, QUOTE_NAME, ORDER_STATUS, ORDERED_DATE FROM APPS.ASO_I_ORDER_HEADERS_BALI_V WHERE QUOTE_NUMBER_VERS = :p_quote_number_vers;- Reporting by operating unit:
SELECT OPERATING_UNIT, COUNT(*) FROM APPS.ASO_I_ORDER_HEADERS_BALI_V GROUP BY OPERATING_UNIT; - Customer and sales rep analysis:
SELECT ACCOUNT_NUMBER, SOLD_TO_CONTACT_NAME, RESOURCE_NAME, ORDER_TOTAL FROM APPS.ASO_I_ORDER_HEADERS_BALI_V WHERE FLOW_STATUS_CODE = :status; - Quotation-to-order linkage using QUOTE_HEADER_ID and HEADER_ID for traceability.
Because the object is marked Oracle Internal Use Only, customers should rely on supported Order Management and Order Capture views or APIs where possible, and reserve direct queries for diagnostic purposes under Oracle guidance.
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
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_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.ASO_PVT_CUST_ORDER_HDRS_BALI_V
12.2.2
owner:APPS, object_type:VIEW, object_name:ASO_PVT_CUST_ORDER_HDRS_BALI_V, status:VALID,
-
VIEW: APPS.ASO_PVT_CUST_ORDER_HDRS_BALI_V
12.1.1
owner:APPS, object_type:VIEW, object_name:ASO_PVT_CUST_ORDER_HDRS_BALI_V, status:VALID,
-
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.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: 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 ,
-
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. ,