Search Results order_total_numeric
Overview
APPS.OE_AS_ORDER_HEADERS_V is a reporting and integration view in Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 that exposes a consolidated, denormalized snapshot of sales order header information from the Order Management module. The view is published under the APPS schema and is intended to present order header data alongside its associated descriptive attributes—operating unit, order type, order source, flow status, sales channel, sold-to customer and contact details, and assigned sales representative—in a single flattened result set. Rather than joining the underlying normalized tables at report runtime, consumers can query this view to obtain a business-friendly representation of orders suitable for concurrent programs, custom reports, BI Publisher data templates, and outbound integration extracts.
The view is particularly relevant for users searching on the identifier "sold_arl." That alias refers to the AR_LOOKUPS alias in the view definition, which resolves the contact title (for example, Mr., Ms., Dr.) of the sold-to contact through the lookup type 'CONTACT_TITLE'. The concatenated SOLD_TO_CONTACT column incorporates this value.
Underlying Base Objects
The view is defined over a set of documented base objects that span Order Management, Receivables, and Trading Community Architecture (TCA). The documented referenced objects are:
- OE_ORDER_HEADERS_ALL — the primary order header table supplying header_id, org_id, order_number, flow_status_code, order_type_id, order_source_id, transactional_curr_code, sold_to_org_id, sold_to_contact_id, salesrep_id, and sales_channel_code.
- OE_ORDER_SOURCES, OE_TRANSACTION_TYPES_TL, and OE_LOOKUPS — lookup and reference tables that resolve source, order type, flow status, and sales channel meanings.
- HZ_CUST_ACCOUNTS, HZ_CUST_ACCOUNT_ROLES, HZ_PARTIES, and HZ_RELATIONSHIPS — TCA tables that resolve the sold-to account number, party ID, contact roles, and contact person name.
- AR_LOOKUPS — the alias "sold_arl," resolved on lookup_type 'CONTACT_TITLE' and lookup_code matching the party's person_pre_name_adjunct.
- RA_SALESREPS_ALL and JTF_RS_RESOURCE_EXTNS_VL — resolve the sales representative resource name.
- HR_OPERATING_UNITS — supplies the operating unit name (ORG_NAME).
- OE_OE_TOTALS_SUMMARY — a package referenced in the select list via the function prt_order_total(header_id), used to derive ORDER_TOTAL_NUMERIC.
Outer joins (+) are applied to most reference and customer tables, ensuring that an order header is returned even when source, customer, contact, salesrep, or operating unit data is absent.
Key Columns
- HEADER_ID, ORG_ID, ORG_NAME — unique header identifier and operating unit context.
- ORDER_NUMBER, FLOW_STATUS_CODE, FLOW_STATUS — the order number and its workflow/flow status code and meaning.
- ORDER_TYPE, ORDER_SOURCE — descriptive order type and source names.
- SOLD_TO_CONTACT and SOLD_TO_CONTACT_ID — contact identifier and the concatenated last name, first name, and contact title derived through the sold_arl alias.
- ACCOUNT_NUMBER, PARTY_ID — sold-to customer account details.
- SALESREP_NAME, SALESREP_ID, SALES_CHANNEL, SALES_CHANNEL_CODE — sales ownership and channel information.
- ORDER_TOTAL (NULL) and ORDER_TOTAL_NUMERIC — the numeric order total computed by the OE_OE_TOTALS_SUMMARY package function.
Common Use Cases and Queries
The view is typically used to surface order header details with meaningful descriptions for reporting, dashboards, or interface extracts.
- Listing open orders with customer, contact, and salesrep:
SELECT order_number, flow_status, sold_to_contact, account_number, salesrep_name FROM apps.oe_as_order_headers_v WHERE org_id = :p_org_id; - Filtering by contact title (the sold_arl attribute):
SELECT order_number, sold_to_contact FROM apps.oe_as_order_headers_v WHERE sold_to_contact LIKE '%Mr%'; - Extracting order totals for reconciliation:
SELECT order_number, order_total_numeric FROM apps.oe_as_order_headers_v WHERE flow_status_code = 'BOOKED'; - Joining to OE_ORDER_LINES_ALL by HEADER_ID for line-level reporting.
Consumers should be aware that ORDER_TOTAL_NUMERIC invokes a PL/SQL package function per row, which can affect performance on large result sets, and that the view joins OE_ORDER_HEADERS_ALL without a status filter, so all orders are returned unless constrained.
-
VIEW: APPS.OE_AS_ORDER_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_AS_ORDER_HEADERS_V, object_name:OE_AS_ORDER_HEADERS_V, status:VALID,
-
VIEW: APPS.AST_ORDER_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_ORDER_HEADERS_V, object_name:AST_ORDER_HEADERS_V, status:VALID,
-
VIEW: APPS.OE_AS_ORDER_HEADERS_V
12.1.1
-
VIEW: APPS.OE_AS_ORDER_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_AS_ORDER_HEADERS_V, object_name:OE_AS_ORDER_HEADERS_V, status:VALID,
-
View: OE_AS_ORDER_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_AS_ORDER_HEADERS_V, object_name:OE_AS_ORDER_HEADERS_V, status:VALID, product: ONT - Order Management , description: View to provide details of all existing orders in the Order Management. , implementation_dba_data: APPS.OE_AS_ORDER_HEADERS_V ,
-
VIEW: APPS.AST_ORDER_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_ORDER_HEADERS_V, object_name:AST_ORDER_HEADERS_V, status:VALID,
-
View: OE_AS_ORDER_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_AS_ORDER_HEADERS_V, object_name:OE_AS_ORDER_HEADERS_V, status:VALID, product: ONT - Order Management , description: View to provide details of all existing orders in the Order Management. , implementation_dba_data: APPS.OE_AS_ORDER_HEADERS_V ,
-
VIEW: APPS.AST_ORDER_HEADERS_V
12.2.2
-
VIEW: APPS.OE_AS_ORDER_HEADERS_V
12.2.2
-
VIEW: APPS.AST_ORDER_HEADERS_V
12.1.1
-
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 ,
-
eTRM - ONT Tables and Views
12.2.2
description: OM WorkFlow Activity Skip Log. ,
-
eTRM - ONT Tables and Views
12.1.1
description: OM WorkFlow Activity Skip Log. ,