Search Results xtr_product_types
Overview
The XTR_PRODUCT_TYPES table is a core reference table within the Oracle E-Business Suite Treasury (XTR) module. It serves as a master repository for defining and categorizing the various financial product types available for treasury transactions. Its primary role is to establish a controlled hierarchy of deal types and their associated product subtypes, enforcing data integrity and providing a foundation for deal entry, validation, and reporting. The table acts as a key component in the configuration of the treasury system, enabling organizations to model their specific financial instrument landscape.
Key Information Stored
The table's structure is defined by its primary key, which consists of two columns: DEAL_TYPE and PRODUCT_TYPE. This composite key indicates that a single deal type (e.g., 'FX', 'MM', 'IR') can have multiple, more specific product types defined beneath it. While the exact column list is not fully detailed in the provided metadata, the naming of the primary and foreign key columns clearly identifies the core data stored. The DEAL_TYPE column holds the high-level classification of a financial transaction, while the PRODUCT_TYPE column stores the specific instrument or product variant within that classification. This table is fundamental for defining the valid product combinations used throughout the treasury application.
Common Use Cases and Queries
A primary use case is the setup and maintenance of the treasury product catalog during implementation. Administrators populate this table to reflect the organization's traded instruments. It is frequently referenced in validation logic when creating new deals in the XTR_DEALS table to ensure the entered product type is valid for the selected deal type. Common reporting and query scenarios include generating a list of all configured products or analyzing deal activity by product category. A typical query would join this table to the main deals table for reporting:
- SELECT d.deal_number, d.deal_type, d.product_type, pt.product_type_description FROM xtr_deals d, xtr_product_types pt WHERE d.deal_type = pt.deal_type AND d.product_type = pt.product_type;
Another critical use is in the enforcement of dealer limits and trading restrictions, where product type is a key dimension for control.
Related Objects
As indicated by the foreign key relationships, XTR_PRODUCT_TYPES is central to the Treasury data model. It has direct referential integrity links to several important transactional and control tables:
- XTR_DEAL_TYPES: Likely provides additional descriptive information for the DEAL_TYPE code.
- XTR_DEALS: The principal transaction table; every deal must reference a valid DEAL_TYPE and PRODUCT_TYPE combination from this table.
- XTR_DEALER_LIMITS: Used to define risk or volume limits that are specific to a dealer and a particular product type.
- XTR_TIME_RESTRICTIONS: References this table to apply trading time constraints based on the security or product type (using SECURITY_NAME as a foreign key column).
These relationships underscore the table's function as a cornerstone for transaction processing, compliance, and risk management within Oracle Treasury.
-
Table: XTR_PRODUCT_TYPES
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_PRODUCT_TYPES, object_name:XTR_PRODUCT_TYPES, status:VALID, product: XTR - Treasury , description: Product type information , implementation_dba_data: XTR.XTR_PRODUCT_TYPES ,
-
Table: XTR_PRODUCT_TYPES
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_PRODUCT_TYPES, object_name:XTR_PRODUCT_TYPES, status:VALID, product: XTR - Treasury , description: Product type information , implementation_dba_data: XTR.XTR_PRODUCT_TYPES ,
-
APPS.XTR_REVAL_PROCESS_P dependencies on XTR_PRODUCT_TYPES
12.2.2
-
APPS.XTR_FPS1_P dependencies on XTR_PRODUCT_TYPES
12.2.2
-
APPS.XTR_REVAL_PROCESS_P dependencies on XTR_PRODUCT_TYPES
12.1.1
-
APPS.XTR_FPS1_P dependencies on XTR_PRODUCT_TYPES
12.1.1
-
VIEW: APPS.XTR_PRODUCT_TYPES_V
12.1.1
-
SYNONYM: APPS.XTR_PRODUCT_TYPES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:XTR_PRODUCT_TYPES, status:VALID,
-
SYNONYM: APPS.XTR_PRODUCT_TYPES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:XTR_PRODUCT_TYPES, status:VALID,
-
VIEW: XTR.XTR_PRODUCT_TYPES#
12.2.2
owner:XTR, object_type:VIEW, object_name:XTR_PRODUCT_TYPES#, status:VALID,
-
VIEW: APPS.XTR_PRODUCT_TYPES_V
12.2.2
-
VIEW: XTR.XTR_PRODUCT_TYPES#
12.2.2
-
VIEW: APPS.XTR_DISC_ACCRLS_AMORT_V
12.1.1
-
VIEW: APPS.XTR_DISC_ACCRLS_AMORT_V
12.2.2
-
TABLE: XTR.XTR_PRODUCT_TYPES
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_PRODUCT_TYPES, object_name:XTR_PRODUCT_TYPES, status:VALID,
-
VIEW: APPS.XTR_DISC_NET_POSITIONS_V
12.2.2
-
VIEW: APPS.XTR_DISC_NET_POSITIONS_V
12.1.1
-
TABLE: XTR.XTR_PRODUCT_TYPES
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_PRODUCT_TYPES, object_name:XTR_PRODUCT_TYPES, status:VALID,
-
Table: XTR_DEALER_LIMITS
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_DEALER_LIMITS, object_name:XTR_DEALER_LIMITS, status:VALID, product: XTR - Treasury , description: Dealer limits information including limit amounts , implementation_dba_data: XTR.XTR_DEALER_LIMITS ,
-
Table: XTR_TIME_RESTRICTIONS
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_TIME_RESTRICTIONS, object_name:XTR_TIME_RESTRICTIONS, status:VALID, product: XTR - Treasury , description: Term limits information , implementation_dba_data: XTR.XTR_TIME_RESTRICTIONS ,
-
Table: XTR_TIME_RESTRICTIONS
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_TIME_RESTRICTIONS, object_name:XTR_TIME_RESTRICTIONS, status:VALID, product: XTR - Treasury , description: Term limits information , implementation_dba_data: XTR.XTR_TIME_RESTRICTIONS ,
-
VIEW: APPS.XTR_DISC_REVALUATION_DETAILS_V
12.1.1
-
View: XTR_PRODUCT_TYPES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_PRODUCT_TYPES_V, object_name:XTR_PRODUCT_TYPES_V, status:VALID, product: XTR - Treasury , implementation_dba_data: APPS.XTR_PRODUCT_TYPES_V ,
-
VIEW: APPS.XTR_DISC_REVALUATION_DETAILS_V
12.2.2
-
View: XTR_PRODUCT_TYPES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_PRODUCT_TYPES_V, object_name:XTR_PRODUCT_TYPES_V, status:VALID, product: XTR - Treasury , implementation_dba_data: APPS.XTR_PRODUCT_TYPES_V ,
-
Table: XTR_DEALER_LIMITS
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_DEALER_LIMITS, object_name:XTR_DEALER_LIMITS, status:VALID, product: XTR - Treasury , description: Dealer limits information including limit amounts , implementation_dba_data: XTR.XTR_DEALER_LIMITS ,
-
VIEW: APPS.XTR_DISC_JOURNALS_V
12.2.2
-
TRIGGER: APPS.XTR_AU_PRODUCT_TYPES_T
12.1.1
owner:APPS, object_type:TRIGGER, object_name:XTR_AU_PRODUCT_TYPES_T, status:VALID,
-
TRIGGER: APPS.XTR_AU_PRODUCT_TYPES_T
12.2.2
owner:APPS, object_type:TRIGGER, object_name:XTR_AU_PRODUCT_TYPES_T, status:VALID,
-
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 ,
-
VIEW: APPS.XTR_DISC_JOURNALS_V
12.1.1
-
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 ,
-
PACKAGE BODY: APPS.XTR_FPS1_P
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XTR_FPS1_P, status:VALID,
-
PACKAGE BODY: APPS.XTR_FPS1_P
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XTR_FPS1_P, status:VALID,
-
View: XTR_DISC_NET_POSITIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_DISC_NET_POSITIONS_V, object_name:XTR_DISC_NET_POSITIONS_V, status:VALID, product: XTR - Treasury , description: Net Position Information, where user access to company information is enforced. , implementation_dba_data: APPS.XTR_DISC_NET_POSITIONS_V ,
-
TRIGGER: APPS.XTR_AU_PRODUCT_TYPES_T
12.2.2
-
TRIGGER: APPS.XTR_AU_PRODUCT_TYPES_T
12.1.1
-
View: XTR_DISC_ACCRLS_AMORT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_DISC_ACCRLS_AMORT_V, object_name:XTR_DISC_ACCRLS_AMORT_V, status:VALID, product: XTR - Treasury , description: Accruals amounts for deals and transactions, where user access to company information is enforced. , implementation_dba_data: APPS.XTR_DISC_ACCRLS_AMORT_V ,
-
View: XTR_DISC_NET_POSITIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_DISC_NET_POSITIONS_V, object_name:XTR_DISC_NET_POSITIONS_V, status:VALID, product: XTR - Treasury , description: Net Position Information, where user access to company information is enforced. , implementation_dba_data: APPS.XTR_DISC_NET_POSITIONS_V ,
-
VIEW: APPS.QRM_DISC_ANALYSIS_V
12.1.1
-
VIEW: APPS.QRM_DISC_ANALYSIS_V
12.2.2
-
Table: XTR_DEALS
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_DEALS, object_name:XTR_DEALS, status:VALID, product: XTR - Treasury , description: Information for all financial instrument deals except exposure transactions , implementation_dba_data: XTR.XTR_DEALS ,
-
PACKAGE BODY: APPS.XTR_REVAL_PROCESS_P
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XTR_REVAL_PROCESS_P, status:VALID,
-
View: XTR_DISC_ACCRLS_AMORT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_DISC_ACCRLS_AMORT_V, object_name:XTR_DISC_ACCRLS_AMORT_V, status:VALID, product: XTR - Treasury , description: Accruals amounts for deals and transactions, where user access to company information is enforced. , implementation_dba_data: APPS.XTR_DISC_ACCRLS_AMORT_V ,
-
Table: XTR_DEALS
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_DEALS, object_name:XTR_DEALS, status:VALID, product: XTR - Treasury , description: Information for all financial instrument deals except exposure transactions , implementation_dba_data: XTR.XTR_DEALS ,
-
PACKAGE BODY: APPS.XTR_REVAL_PROCESS_P
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XTR_REVAL_PROCESS_P, status:VALID,
-
TABLE: XTR.XTR_DEAL_CONTACTS
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_DEAL_CONTACTS, object_name:XTR_DEAL_CONTACTS, status:VALID,
-
VIEW: APPS.QRM_DISC_ANALYSIS_TB_V
12.2.2
-
View: XTR_DISC_JOURNALS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_DISC_JOURNALS_V, object_name:XTR_DISC_JOURNALS_V, status:VALID, product: XTR - Treasury , description: Detailed journal entry information, where user access to company information is enforced. , implementation_dba_data: APPS.XTR_DISC_JOURNALS_V ,
-
TABLE: XTR.XTR_DEAL_CONTACTS
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_DEAL_CONTACTS, object_name:XTR_DEAL_CONTACTS, status:VALID,