Search Results order_category
Overview
The view APPS.OE_AK_ORDER_CATEGORY_V is a simple lookup view in Oracle E-Business Suite that exposes the set of order category codes used by the Order Management application. It is defined as a single-column projection over the OE_LOOKUPS view, returning only the LOOKUP_CODE values whose associated LOOKUP_TYPE is 'ORDER_CATEGORY'. In the EBS architecture, this view belongs to the APPS schema and serves as a curated, application-facing data source rather than a transactional table.
The object's role is fundamentally that of a reference data access point. Order category is one of the classification attributes applied to sales orders, allowing orders to be grouped or segmented for operational, reporting, and integration purposes. Rather than forcing consumers to hard-code the qualifying predicate against the underlying lookup framework, the view encapsulates the filter and presents a clean, ready-to-use list of valid order categories. This makes it suitable for LOV (list of values) definitions, concurrent program parameters, and reporting queries.
Underlying Base Objects
The documented metadata identifies a single referenced base object: OE_LOOKUPS, which is itself a view. No additional tables are documented for this version, but OE_LOOKUPS is the Order Management lookup view built on top of the core lookup infrastructure (principally the FND_LOOKUP_VALUES or its associated base tables). The view OE_AK_ORDER_CATEGORY_V layers a fixed predicate — lookup_type = 'ORDER_CATEGORY' — on top of that lookup source.
Because the definition resolves entirely through OE_LOOKUPS, the view inherits that object's behavior. The classic EBS pattern is that lookup values are maintained in the application's lookup maintenance UI (Application Object Library), and the OE-specific view surfaces the subset relevant to Order Management. Any change to the underlying lookup values — insertions, end-dating, or updates — is reflected automatically in this view without requiring changes to dependent reports or programs. This indirection is intentional and supports the standard EBS practice of not coding directly against lookup tables.
Note that the documented object text is a preformatted and HTML-formatted statement, both expressing the same logic: select the lookup code from the lookup source where the lookup type equals the order category constant. There is no join, aggregation, or transformation beyond that single filter.
Key Columns
The view exposes exactly one documented column: LOOKUP_CODE. This column carries the coded identifier for an order category as defined in the Order Management lookup type. The list of codes is not enumerated in the metadata, as it is data-driven and configurable per environment.
LOOKUP_CODE— the category code value; the only projected column and the effective key for consumers.
Because only the code is selected, the companion descriptive attributes typically associated with lookups — such as MEANING, DESCRIPTION, enabled flags, or date ranges — are intentionally omitted from this view. Consumers requiring display text must join back to OE_LOOKUPS or the underlying lookup framework on LOOKUP_CODE and LOOKUP_TYPE = 'ORDER_CATEGORY'.
Common Use Cases and Queries
Typical uses include populating parameter LOVs, validating user-supplied category values, and driving segmentation logic in reports. Because the view performs the filtering, a simple select yields the valid codes directly.
- List all valid order categories:
SELECT lookup_code FROM apps.oe_ak_order_category_v;
- Validate a specific input value:
SELECT lookup_code FROM apps.oe_ak_order_category_v WHERE lookup_code = :p_category;
- Join to retrieve descriptive meaning:
SELECT v.lookup_code, l.meaning
FROM apps.oe_ak_order_category_v v,
apps.oe_lookups l
WHERE v.lookup_code = l.lookup_code
AND l.lookup_type = 'ORDER_CATEGORY';
These examples reflect the documented structure, in which the view remains a thin, single-column access layer over the order category lookup definition.
-
Lookup Type: ORDER_CATEGORY
12.1.1
product: ONT - Order Management , meaning: Order Categories , description: Order Categories ,
-
Lookup Type: ORDER_CATEGORY
12.1.1
product: OE - Order Entry , meaning: Order Categories , description: Order Categories ,
-
Lookup Type: ORDER_CATEGORY
12.2.2
product: ONT - Order Management , meaning: Order Categories , description: Order Categories ,
-
Lookup Type: ORDER_CATEGORY
12.2.2
product: OE - Order Entry , meaning: Order Categories , description: Order Categories ,
-
VIEW: APPS.OE_AK_ORDER_CATEGORY_V
12.1.1
-
VIEW: APPS.OE_AK_ORDER_CATEGORY_V
12.2.2
-
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: APPS.EDW_LUCD_ORDER_CATEGORY_V
12.1.1
-
VIEW: APPS.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,
-
View: ICX_EDM_SALES_ORDER_V
12.1.1
product: ICX - Oracle iProcurement , description: Project Related Sales Order View , implementation_dba_data: Not implemented in this database ,
-
View: SO_ORDER_NUMBERS_V
12.2.2
product: OE - Order Entry , implementation_dba_data: Not implemented in this database ,
-
View: ICX_EDM_SALES_ORDER_V
12.2.2
product: ICX - Oracle iProcurement , description: Project Related Sales Order View , 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: OZF.OZF_CHARGEBACK_INT_ALL#
12.2.2
-
VIEW: APPS.SO_HEADERS_IOP_115_V
12.2.2
-
View: SO_INVOICE_NUMBERS_V
12.1.1
product: OE - Order Entry , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.OE_HEADERS_IOP_115_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_HEADERS_IOP_115_V, object_name:OE_HEADERS_IOP_115_V, status:VALID,
-
VIEW: APPS.OE_HEADERS_IOP_115_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_HEADERS_IOP_115_V, object_name:OE_HEADERS_IOP_115_V, status:VALID,
-
VIEW: APPS.SO_HEADERS_IOP_115_V
12.1.1
-
View: ASO_I_INVOICES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_I_INVOICES_V, object_name:ASO_I_INVOICES_V, status:VALID, product: ASO - Order Capture , description: View related to Invoice Information in OC , implementation_dba_data: APPS.ASO_I_INVOICES_V ,
-
VIEW: OZF.OZF_RESALE_HEADERS_ALL#
12.2.2
-
View: ASO_I_INVOICES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_I_INVOICES_V, object_name:ASO_I_INVOICES_V, status:VALID, product: ASO - Order Capture , description: View related to Invoice Information in OC , implementation_dba_data: APPS.ASO_I_INVOICES_V ,
-
VIEW: APPS.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,
-
VIEW: OE.SO_HEADERS_INTERFACE_ALL#
12.2.2
-
VIEW: APPS.ASO_I_INVOICES_V
12.1.1
-
VIEW: APPS.ASO_I_INVOICES_V
12.2.2
-
View: OE_AK_ORDER_CATEGORY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_AK_ORDER_CATEGORY_V, object_name:OE_AK_ORDER_CATEGORY_V, status:VALID, product: ONT - Order Management , implementation_dba_data: APPS.OE_AK_ORDER_CATEGORY_V ,
-
VIEW: APPS.ASO_I_INVOICES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_I_INVOICES_V, object_name:ASO_I_INVOICES_V, status:VALID,
-
View: OE_AK_ORDER_CATEGORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_AK_ORDER_CATEGORY_V, object_name:OE_AK_ORDER_CATEGORY_V, status:VALID, product: ONT - Order Management , implementation_dba_data: APPS.OE_AK_ORDER_CATEGORY_V ,
-
VIEW: APPS.ASO_I_INVOICES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_I_INVOICES_V, object_name:ASO_I_INVOICES_V, status:VALID,
-
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: OE_HEADERS_IOP_115_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_HEADERS_IOP_115_V, object_name:OE_HEADERS_IOP_115_V, status:VALID, product: ONT - Order Management , description: No longer used , implementation_dba_data: APPS.OE_HEADERS_IOP_115_V ,
-
View: OE_HEADERS_IOP_115_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_HEADERS_IOP_115_V, object_name:OE_HEADERS_IOP_115_V, status:VALID, product: ONT - Order Management , description: No longer used , implementation_dba_data: APPS.OE_HEADERS_IOP_115_V ,
-
VIEW: APPS.OZF_RESALE_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, object_name:OZF_RESALE_HEADERS_V, status:VALID,
-
VIEW: APPS.QP_ATTRIBUTE_DEFNS1_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:QP_ATTRIBUTE_DEFNS1_DFV, status:VALID,
-
VIEW: APPS.PJM_PROJECT_SO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_PROJECT_SO_V, object_name:PJM_PROJECT_SO_V, status:VALID,
-
VIEW: APPS.OZF_RESALE_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, object_name:OZF_RESALE_HEADERS_V, status:VALID,
-
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: OE.SO_HEADERS_ALL#
12.2.2
-
VIEW: APPS.OZF_CHARGEBACK_INT
12.2.2
-
VIEW: APPS.QP_ATTRIBUTE_DEFNS1_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:QP_ATTRIBUTE_DEFNS1_DFV, status:VALID,
-
VIEW: APPS.SO_HEADERS_INTERFACE
12.2.2
-
VIEW: APPS.SO_HEADERS_INTERFACE
12.1.1
-
VIEW: APPS.PJM_PROJECT_SO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_PROJECT_SO_V, object_name:PJM_PROJECT_SO_V, status:VALID,
-
VIEW: OE.SO_LINES_INTERFACE_ALL#
12.2.2
-
VIEW: APPS.OE_PC_VTMPLT_COLS_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:OE_PC_VTMPLT_COLS_DFV, status:VALID,
-
VIEW: APPS.OZF_CHARGEBACK_HEADERS
12.1.1
owner:APPS, object_type:VIEW, object_name:OZF_CHARGEBACK_HEADERS, status:VALID,
-
VIEW: APPS.OE_PC_VTMPLT_COLS_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:OE_PC_VTMPLT_COLS_DFV, status:VALID,