Search Results order_category
Overview
SO_HEADERS_IOP_115_V is a reporting and integration view owned by the APPS schema in Oracle E-Business Suite Releases 12.1.1 and 12.2.2. It is registered under the Order Entry (OE) product family and carries a VALID status in the ETRM object repository. The view exposes a horizontal projection of order header data drawn from SO_HEADERS_ALL, including the ORDER_CATEGORY attribute that users frequently search on when classifying and filtering sales orders. Its defining characteristic is that it is an organization-scoped (multi-org secured) view: the WHERE clause evaluates the session context held in USERENV('CLIENT_INFO') and restricts returned rows to the organization identifier recorded there. Because the IOP views were originally created to support the Oracle Order Entry/Order Management integration with Process Manufacturing and related Oracle Applications flows, SO_HEADERS_IOP_115_V functions as a runtime-facing API view consumed by internal forms, concurrent programs, and interface routines rather than as a standalone data dictionary object. For the purposes of reporting, it presents a lightweight, security-filtered subset of header-level columns suitable for joins to order lines, customers, and order types.
Underlying Base Objects
The documented referenced base object is SO_HEADERS_ALL, accessed through a synonym. The view definition selects directly from SO_HEADERS_ALL without any joins or UNION operations, so all columns are sourced from that single table. This establishes a one-to-one cardinality relationship between the view and the base table: every qualifying row in SO_HEADERS_ALL produces exactly one row in the view. The multi-org predicate is applied against ORG_ID, wrapped in an NVL expression that assigns a sentinel value of -99 when neither the ORG_ID column nor the CLIENT_INFO context resolves to a numeric organization. The CLIENT_INFO string is parsed by taking the first character and, if it is not a space, the first ten characters as the organization identifier. This is the classic multi-org access mechanism and means callers must initialize the session context (for example, through the FND_CLIENT_INFO initialization or the standard multi-org switching logic) before querying the view; otherwise the ORG_ID effectively defaults to -99 and no rows are returned.
Key Columns
- HEADER_ID — Primary key of the order header, joining to SO_LINES_ALL and other order objects.
- ORG_ID — Operating unit identifier; also the column governed by the multi-org security predicate.
- ORDER_TYPE_ID — Foreign key to the order transaction type definition.
- ORDER_NUMBER — User-visible order number.
- ORDER_CATEGORY — Categorization of the order; a frequently queried attribute for grouping orders into business classifications.
- CUSTOMER_ID — Identifier of the ordering customer party or account.
- CREATION_DATE, CREATED_BY, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — Standard WHO audit columns.
- PROGRAM_APPLICATION_ID, PROGRAM_ID, PROGRAM_UPDATE_DATE — Concurrent program audit pointer columns.
Common Use Cases and Queries
Typical uses include order-header extracts, customer order summaries, and category-based segmentation reports. A representative query that filters by ORDER_CATEGORY and returns the most recent orders is:
- SELECT HEADER_ID, ORG_ID, ORDER_NUMBER, ORDER_TYPE_ID, ORDER_CATEGORY, CUSTOMER_ID, CREATION_DATE FROM APPS.SO_HEADERS_IOP_115_V WHERE ORDER_CATEGORY = 'ORDER' AND CREATION_DATE >= TRUNC(SYSDATE) - 30;
- Joining to SO_HEADERS_ALL or OE_ORDER_HEADERS_ALL through HEADER_ID when columns not exposed by the view are required.
- Embedding the view in inbound or outbound interface programs that rely on implicit operating-unit scoping instead of explicit ORG_ID predicates.
Because the view resolves ORG_ID from the session context, any query executed outside a properly initialized multi-org environment may return no rows; reports should therefore set the operating unit context before invoking it, or fall back to SO_HEADERS_ALL with an explicit ORG_ID filter for administrative purposes.
-
Lookup Type: ORDER_CATEGORY
12.2.2
product: OE - Order Entry , meaning: Order Categories , description: Order Categories ,
-
Lookup Type: ORDER_CATEGORY
12.1.1
product: OE - Order Entry , meaning: Order Categories , description: Order Categories ,
-
View: SO_HEADERS_IOP_115_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.SO_HEADERS_IOP_115_V, object_name:SO_HEADERS_IOP_115_V, status:VALID, product: OE - Order Entry , implementation_dba_data: APPS.SO_HEADERS_IOP_115_V ,
-
View: SO_ORDER_NUMBERS_V
12.2.2
product: OE - Order Entry , implementation_dba_data: Not implemented in this database ,
-
View: SO_ORDER_NUMBERS_V
12.1.1
product: OE - Order Entry , implementation_dba_data: Not implemented in this database ,
-
View: SO_HEADERS_IOP_115_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.SO_HEADERS_IOP_115_V, object_name:SO_HEADERS_IOP_115_V, status:VALID, product: OE - Order Entry , implementation_dba_data: APPS.SO_HEADERS_IOP_115_V ,
-
View: SO_INVOICE_NUMBERS_V
12.2.2
product: OE - Order Entry , implementation_dba_data: Not implemented in this database ,
-
View: SO_INVOICE_NUMBERS_V
12.1.1
product: OE - Order Entry , implementation_dba_data: Not implemented in this database ,
-
View: SO_HEADERS_INTERFACE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.SO_HEADERS_INTERFACE, object_name:SO_HEADERS_INTERFACE, status:VALID, product: OE - Order Entry , implementation_dba_data: APPS.SO_HEADERS_INTERFACE ,
-
View: SO_HEADERS_INTERFACE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.SO_HEADERS_INTERFACE, object_name:SO_HEADERS_INTERFACE, status:VALID, product: OE - Order Entry , implementation_dba_data: APPS.SO_HEADERS_INTERFACE ,
-
View: SO_HEADERS_CANCEL_V
12.1.1
product: OE - Order Entry , implementation_dba_data: Not implemented in this database ,
-
View: SO_HEADERS_OEXORRSO_V
12.2.2
product: OE - Order Entry , implementation_dba_data: Not implemented in this database ,
-
View: SO_HEADERS_OEXORRSO_V
12.1.1
product: OE - Order Entry , implementation_dba_data: Not implemented in this database ,
-
View: SO_LINES_INTERFACE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.SO_LINES_INTERFACE, object_name:SO_LINES_INTERFACE, status:VALID, product: OE - Order Entry , implementation_dba_data: APPS.SO_LINES_INTERFACE ,
-
View: SO_HEADERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.SO_HEADERS, object_name:SO_HEADERS, status:VALID, product: OE - Order Entry , implementation_dba_data: APPS.SO_HEADERS ,
-
View: SO_HEADERS_CANCEL_V
12.2.2
product: OE - Order Entry , implementation_dba_data: Not implemented in this database ,
-
View: SO_HEADERS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.SO_HEADERS, object_name:SO_HEADERS, status:VALID, product: OE - Order Entry , implementation_dba_data: APPS.SO_HEADERS ,
-
View: SO_LINES_INTERFACE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.SO_LINES_INTERFACE, object_name:SO_LINES_INTERFACE, status:VALID, product: OE - Order Entry , implementation_dba_data: APPS.SO_LINES_INTERFACE ,
-
View: WSH_DELIVERY_LINES_SC_V
12.2.2
product: OE - Order Entry , implementation_dba_data: Not implemented in this database ,
-
View: WSH_DELIVERY_LINES_SC_V
12.1.1
product: OE - Order Entry , implementation_dba_data: Not implemented in this database ,
-
View: SO_HEADERS_RMA_V
12.1.1
product: OE - Order Entry , implementation_dba_data: Not implemented in this database ,
-
View: SO_HEADERS_RMA_V
12.2.2
product: OE - Order Entry , implementation_dba_data: Not implemented in this database ,
-
View: SO_HEADERS_V
12.1.1
product: OE - Order Entry , implementation_dba_data: Not implemented in this database ,
-
View: SO_HEADERS_V
12.2.2
product: OE - Order Entry , implementation_dba_data: Not implemented in this database ,
-
View: SO_PICKING_LINES_OEXORRSO_V
12.1.1
product: OE - Order Entry , implementation_dba_data: Not implemented in this database ,
-
View: WSHFV_PICK_LINE_DETAIL
12.2.2
product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: SO_PICKING_LINES_OEXORRSO_V
12.2.2
product: OE - Order Entry , implementation_dba_data: Not implemented in this database ,
-
View: WSHFV_PICK_LINE_DETAIL
12.1.1
product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: SO_LINES_OEXORRSO_V
12.1.1
product: OE - Order Entry , implementation_dba_data: Not implemented in this database ,
-
View: SO_LINES_OEXORRSO_V
12.2.2
product: OE - Order Entry , implementation_dba_data: Not implemented in this database ,