Search Results oe_transaction_types_all
The OE_TRANSACTION_TYPES_ALL
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical repository for defining and managing order transaction types within the Order Management (OM) module. It serves as a foundational data structure that governs the behavior, validation rules, and processing logic for various sales order and return transactions. This table is part of the multi-organization architecture (Multi-Org) in Oracle EBS, enabling transaction type definitions to be shared or restricted across operating units based on business requirements.
Key Attributes and Structure
TheOE_TRANSACTION_TYPES_ALL
table contains several key columns that define transaction type properties:
- TRANSACTION_TYPE_ID: Primary key identifier for the transaction type.
- NAME: User-defined name for the transaction type (e.g., "Standard Sales Order", "Return").
- DESCRIPTION: Detailed explanation of the transaction type's purpose.
- ORG_ID: Operating unit identifier for Multi-Org segregation.
- TYPE_CLASS_CODE: Categorizes the transaction (e.g., "ORDER", "RETURN", "QUOTE").
- FLOW_CONTROL_CODE: Determines the order lifecycle workflow (e.g., "STANDARD", "BOOK_ONLY").
- CREDIT_CHECK_RULE_ID: Links to credit validation rules.
- PRICING_EVENT: Specifies when pricing calculations occur.
- SHIP_CONFIRMATION_FLAG: Controls whether shipping confirmation is required.
- INVOICING_RULE_ID: Associates revenue recognition rules.
Functional Significance
Transaction types defined in this table influence:- Order Processing Workflows: The
FLOW_CONTROL_CODE
dictates whether orders undergo full fulfillment cycles or bypass certain steps like shipping. - Pricing and Validation: Rules for price calculations, credit checks, and order entry validations are triggered based on transaction type configurations.
- Integration Points: Transaction types determine how orders interface with modules like Accounts Receivable (AR), Inventory (INV), and Shipping (WSH).
- Reporting and Analytics: Serves as a dimension for classifying order data in operational reports and BI systems.
Technical Implementation
In Oracle EBS 12.x, this table is populated via:- Seeded data during installation (e.g., "Standard Order", "Internal Order")
- Custom entries created through the Order Management Super User responsibility (Navigation: Order Management > Setup > Transactions > Transaction Types)
OE_HEADERS_ALL
(viaORDER_TYPE_ID
)OE_CREDIT_CHECK_RULES
RA_RULES
for invoicing rules
Version-Specific Considerations
Between 12.1.1 and 12.2.2:- 12.2.2 introduces enhanced validation hooks through Oracle Fusion Middleware integration
- Web services in 12.2.2 may expose transaction type attributes via SOAP APIs
- Both versions maintain backward compatibility with transaction type definitions
Customization Guidelines
When extending this table:- Always clone seeded transaction types rather than modifying them directly
- Maintain Multi-Org context through proper
ORG_ID
population - Register custom transaction types in
FND_LOOKUP_VALUES
for UI consistency - Test workflow impacts using Oracle's Order Simulation capability
-
Table: OE_TRANSACTION_TYPES_ALL
12.1.1
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_TRANSACTION_TYPES_ALL, object_name:OE_TRANSACTION_TYPES_ALL, status:VALID, product: ONT - Order Management , description: This table stores information about the order and line transaction types , implementation_dba_data: ONT.OE_TRANSACTION_TYPES_ALL ,
-
Table: OE_TRANSACTION_TYPES_ALL
12.2.2
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_TRANSACTION_TYPES_ALL, object_name:OE_TRANSACTION_TYPES_ALL, status:VALID, product: ONT - Order Management , description: This table stores information about the order and line transaction types , implementation_dba_data: ONT.OE_TRANSACTION_TYPES_ALL ,
-
APPS.CTO_WORKFLOW dependencies on OE_TRANSACTION_TYPES_ALL
12.1.1
-
APPS.OE_BLANKET_FORM_CONTROL dependencies on OE_TRANSACTION_TYPES_ALL
12.1.1
-
APPS.OE_VALIDATE_LINE dependencies on OE_TRANSACTION_TYPES_ALL
12.2.2
-
APPS.GME_BATCH_WKFL_PKG dependencies on OE_TRANSACTION_TYPES_ALL
12.2.2
-
APPS.GME_MAKE_TO_ORDER_PVT dependencies on OE_TRANSACTION_TYPES_ALL
12.2.2
-
APPS.ASO_COPY_QUOTE_PVT dependencies on OE_TRANSACTION_TYPES_ALL
12.2.2
-
APPS.QP_UTIL_PUB dependencies on OE_TRANSACTION_TYPES_ALL
12.2.2
-
APPS.OE_UPG_SO_NEW dependencies on OE_TRANSACTION_TYPES_ALL
12.2.2
-
APPS.OE_BLANKET_FORM_CONTROL dependencies on OE_TRANSACTION_TYPES_ALL
12.2.2
-
APPS.PO_CREATE_ISO dependencies on OE_TRANSACTION_TYPES_ALL
12.2.2
-
APPS.JMF_SHIKYU_ONT_PVT dependencies on OE_TRANSACTION_TYPES_ALL
12.2.2
-
APPS.OE_UPG_SO_NEW dependencies on OE_TRANSACTION_TYPES_ALL
12.1.1
-
APPS.QP_UTIL_PUB dependencies on OE_TRANSACTION_TYPES_ALL
12.1.1
-
APPS.JMF_SHIKYU_ONT_PVT dependencies on OE_TRANSACTION_TYPES_ALL
12.1.1
-
APPS.IBE_ORDER_SAVE_PVT dependencies on OE_TRANSACTION_TYPES_ALL
12.1.1
-
APPS.GME_BATCH_WKFL_PKG dependencies on OE_TRANSACTION_TYPES_ALL
12.1.1
-
APPS.JAI_OM_WSH_PKG dependencies on OE_TRANSACTION_TYPES_ALL
12.1.1
-
APPS.INV_WORKFLOW dependencies on OE_TRANSACTION_TYPES_ALL
12.1.1
-
APPS.OE_HEADER_UTIL dependencies on OE_TRANSACTION_TYPES_ALL
12.2.2
-
APPS.OZF_RESALE_COMMON_PVT dependencies on OE_TRANSACTION_TYPES_ALL
12.2.2
-
APPS.CSP_PARTS_ORDER dependencies on OE_TRANSACTION_TYPES_ALL
12.2.2
-
APPS.OE_TRANSACTION_TYPES_PKG dependencies on OE_TRANSACTION_TYPES_ALL
12.2.2
-
APPS.IBE_ORDER_SAVE_PVT dependencies on OE_TRANSACTION_TYPES_ALL
12.2.2
-
APPS.GMF_MIGRATION dependencies on OE_TRANSACTION_TYPES_ALL
12.2.2
-
APPS.GMD_OUTBOUND_APIS_PUB dependencies on OE_TRANSACTION_TYPES_ALL
12.2.2
-
APPS.OE_MARGIN_PVT dependencies on OE_TRANSACTION_TYPES_ALL
12.2.2
-
APPS.OE_TRANSACTION_TYPES_PKG dependencies on OE_TRANSACTION_TYPES_ALL
12.1.1
-
APPS.OM_SETUP_VALID_PKG dependencies on OE_TRANSACTION_TYPES_ALL
12.1.1
-
APPS.RCV_RMA_TRANSACTIONS dependencies on OE_TRANSACTION_TYPES_ALL
12.1.1
-
APPS.OE_HEADER_UTIL dependencies on OE_TRANSACTION_TYPES_ALL
12.1.1
-
APPS.OE_VALIDATE_WF dependencies on OE_TRANSACTION_TYPES_ALL
12.1.1
-
APPS.OKC_TERMS_UTIL_PVT dependencies on OE_TRANSACTION_TYPES_ALL
12.1.1
-
APPS.OE_VALIDATE_LINE dependencies on OE_TRANSACTION_TYPES_ALL
12.1.1
-
APPS.OKC_CA_UTIL_PVT dependencies on OE_TRANSACTION_TYPES_ALL
12.1.1
-
APPS.OKL_AM_CUSTOM_RMK_ASSET_PVT dependencies on OE_TRANSACTION_TYPES_ALL
12.1.1
-
APPS.CTO_CONFIG_ITEM_PK dependencies on OE_TRANSACTION_TYPES_ALL
12.2.2
-
APPS.OE_BLANKET_UTIL dependencies on OE_TRANSACTION_TYPES_ALL
12.2.2
-
APPS.OE_BULK_CACHE dependencies on OE_TRANSACTION_TYPES_ALL
12.2.2
-
APPS.JAI_OM_WSH_PKG dependencies on OE_TRANSACTION_TYPES_ALL
12.2.2
-
APPS.OE_ORDER_ADJ_PVT dependencies on OE_TRANSACTION_TYPES_ALL
12.2.2
-
APPS.RCV_RMA_TRANSACTIONS dependencies on OE_TRANSACTION_TYPES_ALL
12.2.2
-
APPS.CTO_UTILITY_PK dependencies on OE_TRANSACTION_TYPES_ALL
12.2.2
-
APPS.QOT_DEFAULT_PVT dependencies on OE_TRANSACTION_TYPES_ALL
12.2.2
-
APPS.OE_VERIFY_PAYMENT_PUB dependencies on OE_TRANSACTION_TYPES_ALL
12.2.2
-
APPS.PO_CREATE_ISO dependencies on OE_TRANSACTION_TYPES_ALL
12.1.1
-
APPS.GMI_MOVE_ORDER_LINE_UTIL dependencies on OE_TRANSACTION_TYPES_ALL
12.1.1
-
APPS.GML_BATCH_WORKFLOW_PKG dependencies on OE_TRANSACTION_TYPES_ALL
12.1.1
-
APPS.CSFW_DEBRIEF_PUB dependencies on OE_TRANSACTION_TYPES_ALL
12.1.1