Search Results so_order_types_115_all
Overview
The SO_ORDER_TYPES_115_ALL table is a core master data table within the Oracle E-Business Suite (EBS) Order Entry (OE) module. It serves as the central repository for defining and managing order types, which are critical transaction classifiers that govern the business rules, workflows, and processing logic for sales orders. Its role is foundational, as the order type is a mandatory attribute on a sales order header, linking every transaction to a predefined set of behaviors and validations. The table supports multi-organization access control through its "_ALL" suffix and the use of the ORG_ID column, allowing it to store definitions specific to different operating units within a single installation.
Key Information Stored
While the provided metadata does not list specific columns beyond the keys, based on its function and standard EBS table design, SO_ORDER_TYPES_115_ALL contains critical attributes for each order type definition. The primary identifier is ORDER_TYPE_ID, a unique system-generated sequence number serving as the primary key. The NAME column provides a unique, user-defined short name for the order type. Essential descriptive and control columns typically include a DESCRIPTION, an ENABLED_FLAG to control active status, and the ORG_ID for multi-org partitioning. The table also stores configuration flags that link the order type to specific transaction flows, such as invoice source rules, credit check requirements, and default values for pricing, shipping, and accounting.
Common Use Cases and Queries
This table is central to configuration, reporting, and data validation. Administrators query it to audit setup or enable new order types. A common reporting use case is joining order headers to this table to analyze order volumes by type. For troubleshooting, one might verify the order type associated with a problematic order. Sample SQL patterns include fetching all active order types for a given operating unit or resolving an order type name from a header ID.
SELECT name, description FROM oe.so_order_types_115_all WHERE org_id = :p_org_id AND enabled_flag = 'Y' ORDER BY name;SELECT oth.name, COUNT(h.header_id) FROM so_headers_all h, so_order_types_115_all oth WHERE h.order_type_id = oth.order_type_id AND h.org_id = :p_org_id GROUP BY oth.name;SELECT h.order_number, oth.name FROM so_headers_all h JOIN so_order_types_115_all oth ON h.order_type_id = oth.order_type_id WHERE h.header_id = :p_header_id;
Related Objects
The SO_ORDER_TYPES_115_ALL table has extensive relationships across the EBS ecosystem, as evidenced by its foreign keys. It is primarily referenced by transaction and setup tables that require a valid order type. Key documented relationships include:
- SO_HEADERS_ALL.ORDER_TYPE_ID: The principal relationship, linking every sales order to its defined type.
- SO_HEADERS_INTERFACE_ALL.ORDER_TYPE / ORDER_TYPE_ID: Used for order import via the Order Management interface tables.
- RA_CUSTOMERS.ORDER_TYPE_ID & RA_SITE_USES_ALL.ORDER_TYPE_ID: Allows setting a default order type at the customer or customer site level.
- ICX_WEB_STORE_OPTIONS.ORDER_TYPE_ID: Configures order type mapping for iStore (Oracle Web Store) applications.
- SO_ORDER_APPROVALS.ORDER_TYPE_ID: Ties approval rules to specific order types.
- SO_PICKING_BATCHES_ALL.ORDER_TYPE_ID & SO_PICKING_RULES.ORDER_TYPE_ID: Used in configuring warehouse picking and fulfillment rules based on order type.
-
Table: SO_ORDER_TYPES_115_ALL
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_ORDER_TYPES_115_ALL, object_name:SO_ORDER_TYPES_115_ALL, status:VALID, product: OE - Order Entry , description: Order types , implementation_dba_data: OE.SO_ORDER_TYPES_115_ALL ,
-
Table: SO_ORDER_TYPES_115_ALL
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_ORDER_TYPES_115_ALL, object_name:SO_ORDER_TYPES_115_ALL, status:VALID, product: OE - Order Entry , description: Order types , implementation_dba_data: OE.SO_ORDER_TYPES_115_ALL ,
-
APPS.OE_UPG_SO_NEW dependencies on SO_ORDER_TYPES_115_ALL
12.1.1
-
APPS.OE_UPG_SO dependencies on SO_ORDER_TYPES_115_ALL
12.1.1
-
APPS.OE_UPG_SO_NEW dependencies on SO_ORDER_TYPES_115_ALL
12.2.2
-
APPS.OE_UPG_SO dependencies on SO_ORDER_TYPES_115_ALL
12.2.2
-
SYNONYM: APPS.SO_ORDER_TYPES_115_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:SO_ORDER_TYPES_115_ALL, status:VALID,
-
SYNONYM: APPS.SO_ORDER_TYPES_115_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:SO_ORDER_TYPES_115_ALL, status:VALID,
-
Table: SO_HEADERS_INTERFACE_ALL
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_HEADERS_INTERFACE_ALL, object_name:SO_HEADERS_INTERFACE_ALL, status:VALID, product: OE - Order Entry , description: Imported order header information , implementation_dba_data: OE.SO_HEADERS_INTERFACE_ALL ,
-
Table: SO_HEADERS_INTERFACE_ALL
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_HEADERS_INTERFACE_ALL, object_name:SO_HEADERS_INTERFACE_ALL, status:VALID, product: OE - Order Entry , description: Imported order header information , implementation_dba_data: OE.SO_HEADERS_INTERFACE_ALL ,
-
VIEW: OE.SO_ORDER_TYPES_115_ALL#
12.2.2
owner:OE, object_type:VIEW, object_name:SO_ORDER_TYPES_115_ALL#, status:VALID,
-
VIEW: APPS.SO_ORDER_TYPES_115
12.1.1
-
VIEW: APPS.SO_ORDER_TYPES_115
12.2.2
-
APPS.OE_UPG_SO dependencies on MTL_SALES_ORDERS
12.1.1
-
APPS.OE_UPG_SO_NEW dependencies on MTL_SALES_ORDERS
12.1.1
-
APPS.OE_UPG_SO dependencies on MTL_SALES_ORDERS
12.2.2
-
APPS.OE_UPG_SO_NEW dependencies on MTL_SALES_ORDERS
12.2.2
-
VIEW: OE.SO_ORDER_TYPES_115_ALL#
12.2.2
-
Table: SO_PICKING_RULES
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_PICKING_RULES, object_name:SO_PICKING_RULES, status:VALID, product: OE - Order Entry , description: Frequently used picking parameters (pick release rules) , implementation_dba_data: OE.SO_PICKING_RULES ,
-
Table: SO_PICKING_RULES
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_PICKING_RULES, object_name:SO_PICKING_RULES, status:VALID, product: OE - Order Entry , description: Frequently used picking parameters (pick release rules) , implementation_dba_data: OE.SO_PICKING_RULES ,
-
Table: SO_ORDER_APPROVALS
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_ORDER_APPROVALS, object_name:SO_ORDER_APPROVALS, status:VALID, product: OE - Order Entry , description: Order-level approvals , implementation_dba_data: OE.SO_ORDER_APPROVALS ,
-
Table: ICX_WEB_STORE_OPTIONS
12.2.2
owner:ICX, object_type:TABLE, fnd_design_data:ICX.ICX_WEB_STORE_OPTIONS, object_name:ICX_WEB_STORE_OPTIONS, status:VALID, product: ICX - Oracle iProcurement , description: Default values for Web Store system configurable options per operating unit , implementation_dba_data: ICX.ICX_WEB_STORE_OPTIONS ,
-
Table: SO_ORDER_APPROVALS
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_ORDER_APPROVALS, object_name:SO_ORDER_APPROVALS, status:VALID, product: OE - Order Entry , description: Order-level approvals , implementation_dba_data: OE.SO_ORDER_APPROVALS ,
-
Table: ICX_WEB_STORE_OPTIONS
12.1.1
owner:ICX, object_type:TABLE, fnd_design_data:ICX.ICX_WEB_STORE_OPTIONS, object_name:ICX_WEB_STORE_OPTIONS, status:VALID, product: ICX - Oracle iProcurement , description: Default values for Web Store system configurable options per operating unit , implementation_dba_data: ICX.ICX_WEB_STORE_OPTIONS ,
-
Table: SO_PICKING_BATCHES_ALL
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_PICKING_BATCHES_ALL, object_name:SO_PICKING_BATCHES_ALL, status:VALID, product: OE - Order Entry , description: Released order batches , implementation_dba_data: OE.SO_PICKING_BATCHES_ALL ,
-
Table: SO_PICKING_BATCHES_ALL
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_PICKING_BATCHES_ALL, object_name:SO_PICKING_BATCHES_ALL, status:VALID, product: OE - Order Entry , description: Released order batches , implementation_dba_data: OE.SO_PICKING_BATCHES_ALL ,
-
PACKAGE BODY: APPS.OE_UPG_SO
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OE_UPG_SO, status:VALID,
-
PACKAGE BODY: APPS.OE_UPG_SO
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OE_UPG_SO, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.OE_UPG_SO_NEW
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OE_UPG_SO_NEW, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
Table: SO_HEADERS_ALL
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_HEADERS_ALL, object_name:SO_HEADERS_ALL, status:VALID, product: OE - Order Entry , description: Order header information , implementation_dba_data: OE.SO_HEADERS_ALL ,
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.OE_UPG_SO_NEW
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OE_UPG_SO_NEW, status:VALID,
-
Table: SO_HEADERS_ALL
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_HEADERS_ALL, object_name:SO_HEADERS_ALL, status:VALID, product: OE - Order Entry , description: Order header information , implementation_dba_data: OE.SO_HEADERS_ALL ,
-
Table: RA_SITE_USES_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_SITE_USES_ALL, object_name:RA_SITE_USES_ALL, status:VALID, product: AR - Receivables , description: Business purpose of a customer address , implementation_dba_data: AR.RA_SITE_USES_ALL ,
-
Table: RA_SITE_USES_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_SITE_USES_ALL, object_name:RA_SITE_USES_ALL, status:VALID, product: AR - Receivables , description: Business purpose of a customer address , implementation_dba_data: AR.RA_SITE_USES_ALL ,
-
View: SO_ORDER_TYPES_115
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.SO_ORDER_TYPES_115, object_name:SO_ORDER_TYPES_115, status:VALID, product: OE - Order Entry , implementation_dba_data: APPS.SO_ORDER_TYPES_115 ,
-
View: SO_ORDER_TYPES_115
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.SO_ORDER_TYPES_115, object_name:SO_ORDER_TYPES_115, status:VALID, product: OE - Order Entry , implementation_dba_data: APPS.SO_ORDER_TYPES_115 ,
-
Table: RA_CUSTOMERS
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_CUSTOMERS, object_name:RA_CUSTOMERS, status:VALID, product: AR - Receivables , description: Customer information , implementation_dba_data: AR.RA_CUSTOMERS ,
-
Table: RA_CUSTOMERS
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_CUSTOMERS, object_name:RA_CUSTOMERS, status:VALID, product: AR - Receivables , description: Customer information , implementation_dba_data: AR.RA_CUSTOMERS ,
-
TABLE: OE.SO_ORDER_TYPES_115_ALL
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_ORDER_TYPES_115_ALL, object_name:SO_ORDER_TYPES_115_ALL, status:VALID,
-
TABLE: OE.SO_ORDER_TYPES_115_ALL
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_ORDER_TYPES_115_ALL, object_name:SO_ORDER_TYPES_115_ALL, status:VALID,
-
VIEW: APPS.SO_ORDER_TYPES_115
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.SO_ORDER_TYPES_115, object_name:SO_ORDER_TYPES_115, status:VALID,
-
VIEW: APPS.SO_ORDER_TYPES_115
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.SO_ORDER_TYPES_115, object_name:SO_ORDER_TYPES_115, status:VALID,
-
eTRM - OE Tables and Views
12.2.2
description: Temporary table ,
-
eTRM - OE Tables and Views
12.1.1
description: Temporary table ,
-
eTRM - OE Tables and Views
12.2.2
description: Temporary table ,