Search Results aso_i_order_headers_v
Overview
ASO_I_ORDER_HEADERS_V is a denormalized reporting and integration view owned by the APPS schema in Oracle E-Business Suite, delivered as part of the ASO – Order Capture (iStore / Oracle iStore Order Capture) product family. The view exposes order header information in a single flattened result set that combines core order attributes from the order management tables with customer, address, payment term, and order type context. It is provided as a read interface so that calling programs — particularly the Order Capture and order import/inbound processing paths — do not need to join across the many OE and HZ tables directly. The object is documented in ETRM for both 12.1.1 and 12.2.2 with a status of VALID.
Underlying Base Objects
The view is defined primarily over OE_ORDER_HEADERS_ALL (presented through the OE_ORDER_HEADERS synonym), joined to several lookup and reference views. The documented referenced objects in ETRM 12.2.2 are: OE_ORDER_HEADERS, OE_TRANSACTION_TYPES_VL, RA_TERMS_VL, OE_SHIP_TO_ORGS_V, OE_INVOICE_TO_ORGS_V, HZ_CUST_ACCOUNTS, HZ_CUST_ACCOUNT_ROLES, and HZ_PARTIES. The joins are driven by foreign key relationships: ORDER_TYPE_ID joins to OE_TRANSACTION_TYPES_VL.TRANSACTION_TYPE_ID and is restricted to TRANSACTION_TYPE_CODE = 'ORDER'; PAYMENT_TERM_ID joins to RA_TERMS_VL; SOLD_TO_ORG_ID links to HZ_CUST_ACCOUNTS, HZ_PARTIES, and HZ_CUST_ACCOUNT_ROLES; and SHIP_TO_ORG_ID and INVOICE_TO_ORG_ID resolve through OE_SHIP_TO_ORGS_V and OE_INVOICE_TO_ORGS_V respectively.
Key Columns
- HEADER_ID, ORG_ID, ORDER_NUMBER – primary identifiers for the order header and operating unit.
- ORDER_TYPE_ID, ORDER_TYPE_NAME – order transaction type identifier and descriptive name.
- SOLD_TO_ORG_ID, PARTY_NAME, ACCOUNT_NUMBER – selling-party customer context from HZ_CUST_ACCOUNTS and HZ_PARTIES.
- ORDERED_DATE, REQUEST_DATE – order placement and requested dates.
- BOOKED_FLAG, OPEN_FLAG, CANCELLED_FLAG – order lifecycle status indicators.
- PAYMENT_TERM_ID, PAYMENT_TERM, PAYMENT_TYPE_CODE, PAYMENT_AMOUNT – commercial and payment terms.
- TRANSACTIONAL_CURR_CODE, CONVERSION_RATE, CONVERSION_TYPE_CODE – currency and conversion details (e.g., for ASO currency),
- INVOICE_TO_* / SHIP_TO_* address columns – flattened address components (ADDRESS_LINE_1..3, TOWN_OR_CITY, STATE, POSTAL_CODE, COUNTRY) from the invoice-to and ship-to address views.
- SHIPPING_METHOD_CODE, FREIGHT_CARRIER_CODE, SHIPMENT_PRIORITY_CODE, FOB_POINT_CODE, FREIGHT_TERMS_CODE – fulfillment attributes.
- CREDIT_CARD_CODE, CREDIT_CARD_NUMBER, CREDIT_CARD_EXPIRATION_DATE – payment card fields exposed for Order Capture processing.
Common Use Cases and Queries
The view is typically queried by order capture or order import interfaces that need a single row per order header with customer name and shipping/invoicing addresses already resolved. A representative query is:
SELECT order_number, order_type_name, party_name,
ordered_date, transactional_curr_code,
payment_term, shipping_method_code
FROM apps.aso_i_order_headers_v
WHERE org_id = :p_org_id
AND booked_flag = 'Y';
Order Capture developers also use it to validate captured header data, to look up the sold-to customer’s account number, or to retrieve address lines for display. Because the definition constrains ORDER_TYPE_CODE to 'ORDER', the view only returns standard order transaction types. Any query must be schema-qualified as APPS and should be executed with the correct operating unit (ORG_ID) filter to respect multi-org security. Performance depends on the underlying OE_ORDER_HEADERS_ALL and HZ joins; standard indexing on HEADER_ID, ORDER_NUMBER, and ORG_ID should be leveraged.
-
View: ASO_I_ORDER_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_I_ORDER_HEADERS_V, object_name:ASO_I_ORDER_HEADERS_V, status:VALID, product: ASO - Order Capture , description: view provides order related information , implementation_dba_data: APPS.ASO_I_ORDER_HEADERS_V ,
-
View: ASO_I_ORDER_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_I_ORDER_HEADERS_V, object_name:ASO_I_ORDER_HEADERS_V, status:VALID, product: ASO - Order Capture , description: view provides order related information , implementation_dba_data: APPS.ASO_I_ORDER_HEADERS_V ,
-
VIEW: APPS.ASO_RETURNS_V
12.1.1
-
VIEW: APPS.ASO_RETURNS_V
12.2.2
-
View: BIM_FCTV_NEW_CUST_ACCTS
12.2.2
product: BIM - Marketing Intelligence(Obsolete) , description: Used by the concurrent programs to load the summary tables. , implementation_dba_data: Not implemented in this database ,
-
View: BIM_FCTV_NEW_CUST_ACCTS
12.1.1
product: BIM - Marketing Intelligence , description: Used by the concurrent programs to load the summary tables. , implementation_dba_data: Not implemented in this database ,
-
View: CS_LINE_INST_DETAILS_V
12.2.2
product: CS - Service , description: This view stores information regarding installation details of product captured during order or quote entry. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.BIM_FCTV_SALES_CYCLE
12.1.1
-
VIEW: APPS.BIM_FCTV_SALES_CYCLE
12.2.2
-
VIEW: APPS.BIM_FCTV_OPPR_CYCLE
12.2.2
-
VIEW: APPS.BIM_FCTV_OPPR_CYCLE
12.1.1
-
View: ASO_RETURNS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_RETURNS_V, object_name:ASO_RETURNS_V, status:VALID, product: ASO - Order Capture , description: view lists all the return orders in Order Management , implementation_dba_data: APPS.ASO_RETURNS_V ,
-
View: CS_LINE_INST_DETAILS_V
12.1.1
product: CS - Service , description: This view stores information regarding installation details of product captured during order or quote entry. , implementation_dba_data: Not implemented in this database ,
-
View: BIM_FCTV_REV_COGS
12.2.2
product: BIM - Marketing Intelligence(Obsolete) , description: Used by the concurrent programs to load the summary tables. , implementation_dba_data: Not implemented in this database ,
-
View: ASO_RETURNS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_RETURNS_V, object_name:ASO_RETURNS_V, status:VALID, product: ASO - Order Capture , description: view lists all the return orders in Order Management , implementation_dba_data: APPS.ASO_RETURNS_V ,
-
View: BIM_FCTV_SALES_CYCLE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BIM.BIM_FCTV_SALES_CYCLE, object_name:BIM_FCTV_SALES_CYCLE, status:VALID, product: BIM - Marketing Intelligence(Obsolete) , description: Used by the concurrent programs to load the summary tables. , implementation_dba_data: APPS.BIM_FCTV_SALES_CYCLE ,
-
View: BIM_FCTV_SALES_CYCLE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIM.BIM_FCTV_SALES_CYCLE, object_name:BIM_FCTV_SALES_CYCLE, status:VALID, product: BIM - Marketing Intelligence , description: Used by the concurrent programs to load the summary tables. , implementation_dba_data: APPS.BIM_FCTV_SALES_CYCLE ,
-
View: BIM_FCTV_REV_COGS
12.1.1
product: BIM - Marketing Intelligence , description: Used by the concurrent programs to load the summary tables. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.ASO_RETURNS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_RETURNS_V, object_name:ASO_RETURNS_V, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
VIEW: APPS.ASO_RETURNS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_RETURNS_V, object_name:ASO_RETURNS_V, status:VALID,
-
VIEW: APPS.BIM_FCTV_OPPR_CYCLE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BIM.BIM_FCTV_OPPR_CYCLE, object_name:BIM_FCTV_OPPR_CYCLE, status:VALID,
-
VIEW: APPS.BIM_FCTV_SALES_CYCLE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BIM.BIM_FCTV_SALES_CYCLE, object_name:BIM_FCTV_SALES_CYCLE, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
VIEW: APPS.BIM_FCTV_OPPR_CYCLE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIM.BIM_FCTV_OPPR_CYCLE, object_name:BIM_FCTV_OPPR_CYCLE, status:VALID,
-
View: BIM_FCTV_OPPR_CYCLE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIM.BIM_FCTV_OPPR_CYCLE, object_name:BIM_FCTV_OPPR_CYCLE, status:VALID, product: BIM - Marketing Intelligence , description: Used by the concurrent programs to load the summary tables. , implementation_dba_data: APPS.BIM_FCTV_OPPR_CYCLE ,
-
View: BIM_FCTV_ORDER_LINES
12.2.2
product: BIM - Marketing Intelligence(Obsolete) , description: Used by the concurrent programs to load the summary tables. , implementation_dba_data: Not implemented in this database ,
-
12.1.1 DBA Data
12.1.1
-
View: BIM_FCTV_OPPR_CYCLE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BIM.BIM_FCTV_OPPR_CYCLE, object_name:BIM_FCTV_OPPR_CYCLE, status:VALID, product: BIM - Marketing Intelligence(Obsolete) , description: Used by the concurrent programs to load the summary tables. , implementation_dba_data: APPS.BIM_FCTV_OPPR_CYCLE ,
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.BIM_FCTV_SALES_CYCLE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIM.BIM_FCTV_SALES_CYCLE, object_name:BIM_FCTV_SALES_CYCLE, status:VALID,
-
View: BIM_FCTV_ORDERS
12.1.1
product: BIM - Marketing Intelligence , description: Used by the concurrent programs to load the summary tables. , implementation_dba_data: Not implemented in this database ,
-
View: BIM_FCTV_ORDERS
12.2.2
product: BIM - Marketing Intelligence(Obsolete) , description: Used by the concurrent programs to load the summary tables. , implementation_dba_data: Not implemented in this database ,
-
View: BIM_FCTV_ORDER_LINES
12.1.1
product: BIM - Marketing Intelligence , description: Used by the concurrent programs to load the summary tables. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.RA_TERMS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_TERMS_VL, object_name:RA_TERMS_VL, status:VALID,
-
VIEW: APPS.RA_TERMS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_TERMS_VL, object_name:RA_TERMS_VL, status:VALID,
-
VIEW: APPS.OE_TRANSACTION_TYPES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_TRANSACTION_TYPES_VL, object_name:OE_TRANSACTION_TYPES_VL, status:VALID,
-
VIEW: APPS.OE_INVOICE_TO_ORGS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_INVOICE_TO_ORGS_V, object_name:OE_INVOICE_TO_ORGS_V, status:VALID,
-
SYNONYM: APPS.OE_ORDER_HEADERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OE_ORDER_HEADERS, status:VALID,
-
VIEW: APPS.OE_TRANSACTION_TYPES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_TRANSACTION_TYPES_VL, object_name:OE_TRANSACTION_TYPES_VL, status:VALID,
-
SYNONYM: APPS.OE_ORDER_HEADERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OE_ORDER_HEADERS, status:VALID,
-
VIEW: APPS.OE_INVOICE_TO_ORGS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_INVOICE_TO_ORGS_V, object_name:OE_INVOICE_TO_ORGS_V, status:VALID,
-
SYNONYM: APPS.HZ_CUST_ACCOUNT_ROLES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_CUST_ACCOUNT_ROLES, status:VALID,
-
SYNONYM: APPS.HZ_CUST_ACCOUNT_ROLES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_CUST_ACCOUNT_ROLES, status:VALID,
-
VIEW: APPS.ASO_I_ORDER_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_I_ORDER_HEADERS_V, object_name:ASO_I_ORDER_HEADERS_V, status:VALID,
-
VIEW: APPS.ASO_I_ORDER_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_I_ORDER_HEADERS_V, object_name:ASO_I_ORDER_HEADERS_V, status:VALID,
-
VIEW: APPS.OE_SHIP_TO_ORGS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_SHIP_TO_ORGS_V, object_name:OE_SHIP_TO_ORGS_V, status:VALID,
-
VIEW: APPS.OE_SHIP_TO_ORGS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_SHIP_TO_ORGS_V, object_name:OE_SHIP_TO_ORGS_V, status:VALID,
-
eTRM - ASO Tables and Views
12.2.2
description: This tables is used to log messages during the migration in Order Capture. ,
-
eTRM - BIM Tables and Views
12.2.2
description: Target segment level table . ,