Search Results xtr_deal_types
Overview
The XTR_DEAL_TYPES table is a core reference table within the Oracle E-Business Suite Treasury (XTR) module. It serves as the master repository for all financial instrument classifications used in the treasury management system. Its primary role is to define and control the universe of permissible deal types—such as Foreign Exchange Spot, Forward Contracts, Money Market Deposits, or Interest Rate Swaps—that an organization can transact. This table is fundamental to the system's data integrity, as the DEAL_TYPE code acts as a key control point, governing deal entry workflows, validation rules, and downstream processing. It is a parent table to numerous other configuration and transactional tables, establishing a critical hierarchical relationship within the Treasury data model.
Key Information Stored
While the provided ETRM excerpt does not list specific columns, the table's primary key is documented as DEAL_TYPE. Based on standard Oracle EBS design patterns for such reference tables, it typically contains at least the following key attributes:
- DEAL_TYPE: The unique short code identifying the deal type (e.g., 'FXSPOT', 'FWD', 'MMD'). This is the primary key.
- DESCRIPTION: A full textual description of the deal type for reporting and user interfaces.
- ENABLED_FLAG: A flag (commonly 'Y' or 'N') controlling whether the deal type is available for use in new transactions.
- Additional columns may include creation and last update dates, and other control attributes that define the high-level behavior and accounting treatment for the deal category.
Common Use Cases and Queries
This table is primarily accessed for configuration, validation, and reporting. A common administrative task is querying all active deal types to verify setup or for user training materials. For example: SELECT deal_type, description FROM xtr_deal_types WHERE enabled_flag = 'Y' ORDER BY deal_type;. In a transactional context, the table is often referenced in joins to retrieve the description for a deal recorded in the XTR_DEALS table: SELECT d.deal_number, d.deal_type, dt.description FROM xtr_deals d, xtr_deal_types dt WHERE d.deal_type = dt.deal_type;. It is also critical for data validation scripts, ensuring that all DEAL_TYPE values in child tables have a corresponding parent record in XTR_DEAL_TYPES to maintain referential integrity.
Related Objects
As indicated by the extensive foreign key relationships, XTR_DEAL_TYPES is a central hub in the Treasury schema. Key dependent objects include:
- XTR_DEALS: The main transactional table, which uses DEAL_TYPE to categorize every deal.
- XTR_DEAL_SUBTYPES: Provides a further level of classification beneath each DEAL_TYPE.
- Configuration Tables: Numerous tables reference it to attach type-specific rules, including XTR_AMOUNT_TYPES, XTR_DATE_TYPES, XTR_DEAL_STATUSES, XTR_PRODUCT_TYPES, XTR_PRICE_MODELS, and XTR_TIME_RESTRICTIONS.
- Control Tables: Tables like XTR_DEALER_LIMITS and XTR_INTEREST_TOLERANCES use DEAL_TYPE to apply risk and operational controls.
This network of relationships underscores that XTR_DEAL_TYPES is not merely a list, but a foundational control point defining the structure and governance of treasury operations within Oracle EBS.
-
Table: XTR_DEAL_TYPES
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_DEAL_TYPES, object_name:XTR_DEAL_TYPES, status:VALID, product: XTR - Treasury , description: Deal type information , implementation_dba_data: XTR.XTR_DEAL_TYPES ,
-
Table: XTR_DEAL_TYPES
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_DEAL_TYPES, object_name:XTR_DEAL_TYPES, status:VALID, product: XTR - Treasury , description: Deal type information , implementation_dba_data: XTR.XTR_DEAL_TYPES ,
-
APPS.QRM_PA_AGGREGATION_P dependencies on XTR_DEAL_TYPES
12.1.1
-
APPS.XTR_EXP_TRANSFERS_PKG dependencies on XTR_DEAL_TYPES
12.1.1
-
APPS.XTR_MM_COVERS dependencies on XTR_DEAL_TYPES
12.1.1
-
APPS.XTR_XTRCCYGL_XMLP_PKG dependencies on XTR_DEAL_TYPES
12.1.1
-
APPS.XTR_XTRCCYGL_XMLP_PKG dependencies on XTR_DEAL_TYPES
12.2.2
-
APPS.XTR_XTRREVGL_XMLP_PKG dependencies on XTR_DEAL_TYPES
12.2.2
-
APPS.XTR_EXP_TRANSFERS_PKG dependencies on XTR_DEAL_TYPES
12.2.2
-
APPS.XTR_JOURNAL_PROCESS_P dependencies on XTR_DEAL_TYPES
12.1.1
-
APPS.XTR_XTRAUNCL_XMLP_PKG dependencies on XTR_DEAL_TYPES
12.2.2
-
APPS.XTR_MISC_P dependencies on XTR_DEAL_TYPES
12.2.2
-
APPS.XTR_JOURNAL_PROCESS_P dependencies on XTR_DEAL_TYPES
12.2.2
-
APPS.QRM_PA_AGGREGATION_P dependencies on XTR_DEAL_TYPES
12.2.2
-
APPS.XTR_FPS3_P dependencies on XTR_DEAL_TYPES
12.1.1
-
APPS.XTR_XTRREVGL_XMLP_PKG dependencies on XTR_DEAL_TYPES
12.1.1
-
APPS.XTR_MM_COVERS dependencies on XTR_DEAL_TYPES
12.2.2
-
APPS.XTR_XTRAUNCL_XMLP_PKG dependencies on XTR_DEAL_TYPES
12.1.1
-
APPS.XTR_MISC_P dependencies on XTR_DEAL_TYPES
12.1.1
-
APPS.XTR_FPS3_P dependencies on XTR_DEAL_TYPES
12.2.2
-
VIEW: XTR.XTR_DEAL_TYPES#
12.2.2
owner:XTR, object_type:VIEW, object_name:XTR_DEAL_TYPES#, status:VALID,
-
VIEW: APPS.XTR_TY_SUB_PRD_PORT_COMBIN_V
12.2.2
-
VIEW: APPS.XTR_CANCELLED_TRANSACTIONS_V
12.1.1
-
VIEW: APPS.XTR_TAX_BROKERAGE_DETAILS_V
12.1.1
-
VIEW: APPS.XTR_TY_SUB_PRD_PORT_COMBIN_V
12.1.1
-
VIEW: APPS.XTR_LINKED_TRANSACTIONS_V
12.2.2
-
VIEW: APPS.XTR_LINKED_TRANSACTIONS_V
12.1.1
-
VIEW: APPS.XTR_CANCELLED_TRANSACTIONS_V
12.2.2
-
VIEW: APPS.XTR_TAX_BROKERAGE_DETAILS_V
12.2.2
-
View: XTR_VALIDATE_TRANSACTIONS_V
12.1.1
product: XTR - Treasury , implementation_dba_data: Not implemented in this database ,
-
TRIGGER: APPS.XTR_DEAL_TYPES+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:XTR_DEAL_TYPES+, status:VALID,
-
View: XTR_LINKED_TRANSACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_LINKED_TRANSACTIONS_V, object_name:XTR_LINKED_TRANSACTIONS_V, status:VALID, product: XTR - Treasury , implementation_dba_data: APPS.XTR_LINKED_TRANSACTIONS_V ,
-
VIEW: APPS.XTR_JOURNAL_COMBINATIONS_V
12.2.2
-
View: XTR_TAX_BROKERAGE_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_TAX_BROKERAGE_DETAILS_V, object_name:XTR_TAX_BROKERAGE_DETAILS_V, status:VALID, product: XTR - Treasury , description: Witholding tax and brokerage fee settlement amount due information , implementation_dba_data: APPS.XTR_TAX_BROKERAGE_DETAILS_V ,
-
VIEW: APPS.XTR_DEAL_TYPES_V
12.2.2
-
View: XTR_VALIDATE_TRANSACTIONS_V
12.2.2
product: XTR - Treasury , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.XTR_CASH_TRANSACTIONS_V
12.1.1
-
VIEW: APPS.XTR_DEAL_TYPES_V
12.1.1
-
View: XTR_LINKED_TRANSACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_LINKED_TRANSACTIONS_V, object_name:XTR_LINKED_TRANSACTIONS_V, status:VALID, product: XTR - Treasury , implementation_dba_data: APPS.XTR_LINKED_TRANSACTIONS_V ,
-
VIEW: XTR.XTR_DEAL_TYPES#
12.2.2
-
View: XTR_TAX_BROKERAGE_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_TAX_BROKERAGE_DETAILS_V, object_name:XTR_TAX_BROKERAGE_DETAILS_V, status:VALID, product: XTR - Treasury , description: Witholding tax and brokerage fee settlement amount due information , implementation_dba_data: APPS.XTR_TAX_BROKERAGE_DETAILS_V ,
-
VIEW: APPS.XTR_TY_SUB_PRD_COMBIN_V
12.1.1
-
TRIGGER: APPS.XTR_DEAL_TYPES+
12.2.2
-
VIEW: APPS.XTR_JOURNAL_COMBINATIONS_V
12.1.1
-
VIEW: APPS.XTR_TY_SUB_PRD_COMBIN_V
12.2.2
-
View: XTR_CANCELLED_TRANSACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_CANCELLED_TRANSACTIONS_V, object_name:XTR_CANCELLED_TRANSACTIONS_V, status:VALID, product: XTR - Treasury , implementation_dba_data: APPS.XTR_CANCELLED_TRANSACTIONS_V ,
-
View: XTR_TY_SUB_PRD_PORT_COMBIN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_TY_SUB_PRD_PORT_COMBIN_V, object_name:XTR_TY_SUB_PRD_PORT_COMBIN_V, status:VALID, product: XTR - Treasury , description: All authorized deal type, deal subtype, product type, and portfolio combinations , implementation_dba_data: APPS.XTR_TY_SUB_PRD_PORT_COMBIN_V ,
-
View: XTR_TY_SUB_PRD_PORT_COMBIN_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_TY_SUB_PRD_PORT_COMBIN_V, object_name:XTR_TY_SUB_PRD_PORT_COMBIN_V, status:VALID, product: XTR - Treasury , description: All authorized deal type, deal subtype, product type, and portfolio combinations , implementation_dba_data: APPS.XTR_TY_SUB_PRD_PORT_COMBIN_V ,
-
VIEW: APPS.XTR_CASH_TRANSACTIONS_V
12.2.2
-
SYNONYM: APPS.XTR_DEAL_TYPES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:XTR_DEAL_TYPES, status:VALID,