Search Results xtr_deal_statuses
Overview
The XTR_DEAL_STATUSES table is a core reference table within the Oracle E-Business Suite (EBS) Treasury (XTR) module. It functions as a master data repository that defines the valid statuses applicable to different types of treasury deals. Its primary role is to enforce data integrity by providing a controlled list of status codes (e.g., 'BOOKED', 'MATURED', 'CANCELLED') for each specific deal type (e.g., 'FX', 'DEPOSIT'). This table is essential for the deal lifecycle management process, enabling the system to track the progression and current state of all treasury transactions in a standardized manner.
Key Information Stored
The table's structure is defined by a composite primary key, meaning the uniqueness of a record is determined by the combination of two columns. The DEAL_TYPE column stores the code for a specific treasury transaction category, such as Foreign Exchange or Money Market deposits. The STATUS_CODE column holds the short code representing a particular state within that deal type's workflow. While the provided metadata does not list descriptive columns, reference tables like this typically include a STATUS_NAME or DESCRIPTION column to provide a human-readable explanation for each status code. The table's design ensures that statuses are explicitly defined per deal type, allowing for tailored workflows across different financial instruments.
Common Use Cases and Queries
The primary use case is to validate and constrain the status values that can be assigned to a deal in the main transaction table, XTR_DEALS. It is central to any reporting or query that involves filtering or grouping deals by their lifecycle state. A common query pattern involves joining this table to XTR_DEALS to retrieve a descriptive status name for reporting purposes. For example, to list all deals with their status descriptions, one would use a query such as: SELECT d.deal_number, d.deal_type, s.status_code FROM xtr_deals d, xtr_deal_statuses s WHERE d.deal_type = s.deal_type AND d.status_code = s.status_code;. System administrators may also query this table directly to audit or maintain the list of valid status transitions for configuration purposes.
Related Objects
The XTR_DEAL_STATUSES table maintains critical relationships with other key Treasury tables, as documented by its foreign key constraints. It has a foreign key relationship where its DEAL_TYPE column references the XTR_DEAL_TYPES table, ensuring that a status can only be defined for a valid, pre-existing deal type. Most importantly, the XTR_DEALS table holds a foreign key reference to XTR_DEAL_STATUSES. This constraint links the columns XTR_DEALS.DEAL_TYPE and XTR_DEALS.STATUS_CODE to the primary key of XTR_DEAL_STATUSES. This relationship is fundamental, as it enforces that every deal's status must be one of the valid combinations defined in this reference table, thereby maintaining rigorous data integrity across the treasury transaction system.
-
Table: XTR_DEAL_STATUSES
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_DEAL_STATUSES, object_name:XTR_DEAL_STATUSES, status:VALID, product: XTR - Treasury , description: Deal status information , implementation_dba_data: XTR.XTR_DEAL_STATUSES ,
-
Table: XTR_DEAL_STATUSES
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_DEAL_STATUSES, object_name:XTR_DEAL_STATUSES, status:VALID, product: XTR - Treasury , description: Deal status information , implementation_dba_data: XTR.XTR_DEAL_STATUSES ,
-
APPS.XTR_FPS3_P dependencies on XTR_DEAL_STATUSES
12.2.2
-
APPS.XTR_FPS3_P dependencies on XTR_DEAL_STATUSES
12.1.1
-
VIEW: XTR.XTR_DEAL_STATUSES#
12.2.2
owner:XTR, object_type:VIEW, object_name:XTR_DEAL_STATUSES#, status:VALID,
-
VIEW: APPS.XTR_DEAL_STATUSES_V
12.2.2
-
VIEW: APPS.XTR_DEAL_STATUSES_V
12.1.1
-
SYNONYM: APPS.XTR_DEAL_STATUSES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:XTR_DEAL_STATUSES, status:VALID,
-
VIEW: XTR.XTR_DEAL_STATUSES#
12.2.2
-
TRIGGER: APPS.XTR_DEAL_STATUSES+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:XTR_DEAL_STATUSES+, status:VALID,
-
SYNONYM: APPS.XTR_DEAL_STATUSES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:XTR_DEAL_STATUSES, status:VALID,
-
VIEW: APPS.XTR_TMM_SUMMARY_V
12.2.2
-
VIEW: APPS.XTR_TMM_SUMMARY_V
12.1.1
-
TRIGGER: APPS.XTR_DEAL_STATUSES+
12.2.2
-
View: XTR_TMM_SUMMARY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_TMM_SUMMARY_V, object_name:XTR_TMM_SUMMARY_V, status:VALID, product: XTR - Treasury , implementation_dba_data: APPS.XTR_TMM_SUMMARY_V ,
-
View: XTR_TMM_SUMMARY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_TMM_SUMMARY_V, object_name:XTR_TMM_SUMMARY_V, status:VALID, product: XTR - Treasury , implementation_dba_data: APPS.XTR_TMM_SUMMARY_V ,
-
TABLE: XTR.XTR_DEAL_STATUSES
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_DEAL_STATUSES, object_name:XTR_DEAL_STATUSES, status:VALID,
-
TABLE: XTR.XTR_DEAL_STATUSES
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_DEAL_STATUSES, object_name:XTR_DEAL_STATUSES, status:VALID,
-
FUNCTION: APPS.XTR_DEAL_STATUSES=
12.2.2
-
View: XTR_DEAL_STATUSES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_DEAL_STATUSES_V, object_name:XTR_DEAL_STATUSES_V, status:VALID, product: XTR - Treasury , implementation_dba_data: APPS.XTR_DEAL_STATUSES_V ,
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.XTR_MATURITIES_V
12.2.2
-
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 ,
-
VIEW: APPS.XTR_A_ALL_CONTRACTS_V
12.2.2
-
VIEW: APPS.XTR_MATURITIES_V
12.1.1
-
View: XTR_DEAL_STATUSES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_DEAL_STATUSES_V, object_name:XTR_DEAL_STATUSES_V, status:VALID, product: XTR - Treasury , implementation_dba_data: APPS.XTR_DEAL_STATUSES_V ,
-
VIEW: APPS.XTR_A_ALL_CONTRACTS_V
12.1.1
-
FUNCTION: APPS.XTR_DEAL_STATUSES=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:XTR_DEAL_STATUSES=, status:VALID,
-
VIEW: APPS.XTR_DDA_EXPOSURES_V
12.1.1
-
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_DDA_EXPOSURES_V
12.2.2
-
PACKAGE BODY: APPS.XTR_FPS3_P
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XTR_FPS3_P, status:VALID,
-
PACKAGE BODY: APPS.XTR_FPS3_P
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XTR_FPS3_P, status:VALID,
-
View: XTR_A_ALL_CONTRACTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_A_ALL_CONTRACTS_V, object_name:XTR_A_ALL_CONTRACTS_V, status:VALID, product: XTR - Treasury , implementation_dba_data: APPS.XTR_A_ALL_CONTRACTS_V ,
-
View: XTR_A_ALL_CONTRACTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_A_ALL_CONTRACTS_V, object_name:XTR_A_ALL_CONTRACTS_V, status:VALID, product: XTR - Treasury , implementation_dba_data: APPS.XTR_A_ALL_CONTRACTS_V ,
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.XTR_REVIEW_ALL_CONTRACTS_V
12.1.1
-
View: XTR_MATURITIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_MATURITIES_V, object_name:XTR_MATURITIES_V, status:VALID, product: XTR - Treasury , description: Cashflows belonging to only those date amount types relevant to the Tresaury maturity reports , implementation_dba_data: APPS.XTR_MATURITIES_V ,
-
VIEW: APPS.XTR_TMM_SUMMARY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_TMM_SUMMARY_V, object_name:XTR_TMM_SUMMARY_V, status:VALID,
-
VIEW: APPS.XTR_DEAL_STATUSES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_DEAL_STATUSES_V, object_name:XTR_DEAL_STATUSES_V, status:VALID,
-
VIEW: APPS.XTR_DEAL_STATUSES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_DEAL_STATUSES_V, object_name:XTR_DEAL_STATUSES_V, status:VALID,
-
View: XTR_MATURITIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_MATURITIES_V, object_name:XTR_MATURITIES_V, status:VALID, product: XTR - Treasury , description: Cashflows belonging to only those date amount types relevant to the Tresaury maturity reports , implementation_dba_data: APPS.XTR_MATURITIES_V ,
-
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 ,
-
VIEW: APPS.XTR_REVIEW_ALL_CONTRACTS_V
12.2.2
-
VIEW: APPS.XTR_TMM_SUMMARY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_TMM_SUMMARY_V, object_name:XTR_TMM_SUMMARY_V, status:VALID,
-
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 ,
-
View: XTR_DDA_EXPOSURES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_DDA_EXPOSURES_V, object_name:XTR_DDA_EXPOSURES_V, status:VALID, product: XTR - Treasury , implementation_dba_data: APPS.XTR_DDA_EXPOSURES_V ,
-
View: XTR_DDA_EXPOSURES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_DDA_EXPOSURES_V, object_name:XTR_DDA_EXPOSURES_V, status:VALID, product: XTR - Treasury , implementation_dba_data: APPS.XTR_DDA_EXPOSURES_V ,
-
View: XTR_REVIEW_ALL_CONTRACTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_REVIEW_ALL_CONTRACTS_V, object_name:XTR_REVIEW_ALL_CONTRACTS_V, status:VALID, product: XTR - Treasury , description: This view contains full deal information for all instruments with the exception of exposure transactions. Its main purpose is to inquire on deal information across all deal types. , implementation_dba_data: APPS.XTR_REVIEW_ALL_CONTRACTS_V ,
-
12.1.1 DBA Data
12.1.1