Search Results xtr_rollover_transactions
Overview
The XTR_ROLLOVER_TRANSACTIONS table is a core data repository within the Oracle E-Business Suite Treasury (XTR) module, serving as the transactional ledger for a diverse portfolio of financial instruments. It stores detailed information for individual transactions that are part of larger treasury deals. Its primary role is to support the lifecycle management of bond, interest rate swap, negotiable instrument, and various money market deals (short-term, retail term, and wholesale term money). The table is fundamental to tracking the financial and contractual details of each transaction, enabling critical treasury operations such as cash flow forecasting, interest accruals, revaluations, and counterparty limit monitoring.
Key Information Stored
The table's structure is anchored by a composite primary key consisting of DEAL_NUMBER and TRANSACTION_NUMBER, linking each transaction to its parent deal in the XTR_DEALS table. Critical columns include identifiers for the transaction's currency (linked to XTR_MASTER_CURRENCIES) and the involved counterparty limit (via COMPANY_CODE, CPARTY_CODE, and LIMIT_CODE linked to XTR_COUNTERPARTY_LIMITS). For accounting integration, it holds account use identifiers for principal, balance outstanding, and accumulated interest (PRINCIPAL_ACCT_USE_ID, BAL_OS_ACCT_USE_ID, ACCUM_INT_ACCT_USE_ID), which reference the CE_BANK_ACCT_USES_ALL table in Cash Management. The table also maintains references to revaluation processing batches (FIRST_REVAL_BATCH_ID, LAST_REVAL_BATCH_ID linked to XTR_BATCHES) and parcel splits (PARCEL_SPLIT_NO linked to XTR_PARCEL_SPLITS).
Common Use Cases and Queries
This table is central to treasury reporting and operational inquiries. Common use cases include generating transaction listings for a specific deal, analyzing exposures by counterparty or currency, and reconciling accounting entries. A typical query might retrieve all transactions for a deal to assess cash flows:
- SELECT deal_number, transaction_number, currency FROM xtr_rollover_transactions WHERE deal_number = :p_deal_num ORDER BY transaction_number;
Another critical use case is supporting the revaluation process, where transactions are marked-to-market. Analysts may query transactions pending revaluation or review the batch history. The table is also essential for limit monitoring, as transactions are validated against counterparty credit limits stored in XTR_COUNTERPARTY_LIMITS, with any breaches logged in XTR_LIMIT_EXCESS_LOG.
Related Objects
XTR_ROLLOVER_TRANSACTIONS has extensive relationships within the Treasury schema. It is a primary child table of XTR_DEALS. Key dependent tables that store supplemental transaction data include XTR_DEAL_DATE_AMOUNTS (for date-specific amounts), XTR_REVALUATION_DETAILS, XTR_ACCRLS_AMORT (for accrual and amortization schedules), and XTR_CONFIRMATION_DETAILS. The foreign key relationships to CE_BANK_ACCT_USES_ALL and XTR_MASTER_CURRENCIES are crucial for financial and multi-currency integrity. As a referenced parent table, it is integral to the audit trail captured in XTR_LIMIT_EXCESS_LOG.
-
Table: XTR_ROLLOVER_TRANSACTIONS
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_ROLLOVER_TRANSACTIONS, object_name:XTR_ROLLOVER_TRANSACTIONS, status:VALID, product: XTR - Treasury , description: Information about transactions in bond, interest rate swap, negotiable instrument, short term money, retail term money, and wholesale term money deals , implementation_dba_data: XTR.XTR_ROLLOVER_TRANSACTIONS ,
-
Table: XTR_ROLLOVER_TRANSACTIONS
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_ROLLOVER_TRANSACTIONS, object_name:XTR_ROLLOVER_TRANSACTIONS, status:VALID, product: XTR - Treasury , description: Information about transactions in bond, interest rate swap, negotiable instrument, short term money, retail term money, and wholesale term money deals , implementation_dba_data: XTR.XTR_ROLLOVER_TRANSACTIONS ,
-
Table: XTR_BATCHES
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_BATCHES, object_name:XTR_BATCHES, status:VALID, product: XTR - Treasury , description: This table stores the fundamental information for each batch process. , implementation_dba_data: XTR.XTR_BATCHES ,
-
Table: XTR_BATCHES
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_BATCHES, object_name:XTR_BATCHES, status:VALID, product: XTR - Treasury , description: This table stores the fundamental information for each batch process. , implementation_dba_data: XTR.XTR_BATCHES ,
-
View: XTR_IRS_ELIGIBLE_DEALS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_IRS_ELIGIBLE_DEALS_V, object_name:XTR_IRS_ELIGIBLE_DEALS_V, status:VALID, product: XTR - Treasury , implementation_dba_data: APPS.XTR_IRS_ELIGIBLE_DEALS_V ,
-
View: XTR_IRS_ELIGIBLE_DEALS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_IRS_ELIGIBLE_DEALS_V, object_name:XTR_IRS_ELIGIBLE_DEALS_V, status:VALID, product: XTR - Treasury , implementation_dba_data: APPS.XTR_IRS_ELIGIBLE_DEALS_V ,
-
View: XTR_NI_ELIGIBLE_DEALS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_NI_ELIGIBLE_DEALS_V, object_name:XTR_NI_ELIGIBLE_DEALS_V, status:VALID, product: XTR - Treasury , description: Based on table three tables xtr_rollover_transactions, xtr_deals, xtr_company_parameters. , implementation_dba_data: APPS.XTR_NI_ELIGIBLE_DEALS_V ,
-
View: XTR_NI_ELIGIBLE_DEALS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_NI_ELIGIBLE_DEALS_V, object_name:XTR_NI_ELIGIBLE_DEALS_V, status:VALID, product: XTR - Treasury , description: Based on table three tables xtr_rollover_transactions, xtr_deals, xtr_company_parameters. , implementation_dba_data: APPS.XTR_NI_ELIGIBLE_DEALS_V ,
-
Table: XTR_PARCEL_SPLITS
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_PARCEL_SPLITS, object_name:XTR_PARCEL_SPLITS, status:VALID, product: XTR - Treasury , description: Parcel split detail information for discounted securities deals , implementation_dba_data: XTR.XTR_PARCEL_SPLITS ,
-
Table: XTR_ACCRLS_AMORT
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_ACCRLS_AMORT, object_name:XTR_ACCRLS_AMORT, status:VALID, product: XTR - Treasury , description: Accrual amounts for deal transactions , implementation_dba_data: XTR.XTR_ACCRLS_AMORT ,
-
Table: XTR_CONFIRMATION_DETAILS
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_CONFIRMATION_DETAILS, object_name:XTR_CONFIRMATION_DETAILS, status:VALID, product: XTR - Treasury , description: Confirmation letter details , implementation_dba_data: XTR.XTR_CONFIRMATION_DETAILS ,
-
Table: XTR_CONFIRMATION_DETAILS
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_CONFIRMATION_DETAILS, object_name:XTR_CONFIRMATION_DETAILS, status:VALID, product: XTR - Treasury , description: Confirmation letter details , implementation_dba_data: XTR.XTR_CONFIRMATION_DETAILS ,
-
Table: XTR_ACCRLS_AMORT
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_ACCRLS_AMORT, object_name:XTR_ACCRLS_AMORT, status:VALID, product: XTR - Treasury , description: Accrual amounts for deal transactions , implementation_dba_data: XTR.XTR_ACCRLS_AMORT ,
-
Table: XTR_REVALUATION_DETAILS
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_REVALUATION_DETAILS, object_name:XTR_REVALUATION_DETAILS, status:VALID, product: XTR - Treasury , description: Revaluation results of Treasury deals , implementation_dba_data: XTR.XTR_REVALUATION_DETAILS ,
-
Table: XTR_PARCEL_SPLITS
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_PARCEL_SPLITS, object_name:XTR_PARCEL_SPLITS, status:VALID, product: XTR - Treasury , description: Parcel split detail information for discounted securities deals , implementation_dba_data: XTR.XTR_PARCEL_SPLITS ,
-
Table: XTR_COUNTERPARTY_LIMITS
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_COUNTERPARTY_LIMITS, object_name:XTR_COUNTERPARTY_LIMITS, status:VALID, product: XTR - Treasury , description: Counterparty limits information including limit and utilization amounts , implementation_dba_data: XTR.XTR_COUNTERPARTY_LIMITS ,
-
Table: XTR_LIMIT_EXCESS_LOG
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_LIMIT_EXCESS_LOG, object_name:XTR_LIMIT_EXCESS_LOG, status:VALID, product: XTR - Treasury , description: Limit exceptions caused by deal transactions , implementation_dba_data: XTR.XTR_LIMIT_EXCESS_LOG ,
-
Table: XTR_REVALUATION_DETAILS
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_REVALUATION_DETAILS, object_name:XTR_REVALUATION_DETAILS, status:VALID, product: XTR - Treasury , description: Revaluation results of Treasury deals , implementation_dba_data: XTR.XTR_REVALUATION_DETAILS ,
-
Table: XTR_LIMIT_EXCESS_LOG
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_LIMIT_EXCESS_LOG, object_name:XTR_LIMIT_EXCESS_LOG, status:VALID, product: XTR - Treasury , description: Limit exceptions caused by deal transactions , implementation_dba_data: XTR.XTR_LIMIT_EXCESS_LOG ,
-
Table: XTR_COUNTERPARTY_LIMITS
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_COUNTERPARTY_LIMITS, object_name:XTR_COUNTERPARTY_LIMITS, status:VALID, product: XTR - Treasury , description: Counterparty limits information including limit and utilization amounts , implementation_dba_data: XTR.XTR_COUNTERPARTY_LIMITS ,
-
Table: XTR_MASTER_CURRENCIES
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_MASTER_CURRENCIES, object_name:XTR_MASTER_CURRENCIES, status:VALID, product: XTR - Treasury , description: Currency information including its net maximum exposure, quotation basis, and year basis , implementation_dba_data: XTR.XTR_MASTER_CURRENCIES ,
-
Table: XTR_DEAL_DATE_AMOUNTS
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_DEAL_DATE_AMOUNTS, object_name:XTR_DEAL_DATE_AMOUNTS, status:VALID, product: XTR - Treasury , description: Deal transaction information grouped by date type, amount type, and amount action , implementation_dba_data: XTR.XTR_DEAL_DATE_AMOUNTS ,
-
Table: XTR_MASTER_CURRENCIES
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_MASTER_CURRENCIES, object_name:XTR_MASTER_CURRENCIES, status:VALID, product: XTR - Treasury , description: Currency information including its net maximum exposure, quotation basis, and year basis , implementation_dba_data: XTR.XTR_MASTER_CURRENCIES ,
-
Table: XTR_DEAL_DATE_AMOUNTS
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_DEAL_DATE_AMOUNTS, object_name:XTR_DEAL_DATE_AMOUNTS, status:VALID, product: XTR - Treasury , description: Deal transaction information grouped by date type, amount type, and amount action , implementation_dba_data: XTR.XTR_DEAL_DATE_AMOUNTS ,
-
View: XTR_STOCK_CASH_DIVIDENDS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_STOCK_CASH_DIVIDENDS_V, object_name:XTR_STOCK_CASH_DIVIDENDS_V, status:VALID, product: XTR - Treasury , description: This view is used for Stock input form to view stock cash dividends information. , implementation_dba_data: APPS.XTR_STOCK_CASH_DIVIDENDS_V ,
-
View: XTR_STOCK_CASH_DIVIDENDS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_STOCK_CASH_DIVIDENDS_V, object_name:XTR_STOCK_CASH_DIVIDENDS_V, status:VALID, product: XTR - Treasury , description: This view is used for Stock input form to view stock cash dividends information. , implementation_dba_data: APPS.XTR_STOCK_CASH_DIVIDENDS_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 ,
-
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: XTR_ONC_ELIGIBLE_DEALS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_ONC_ELIGIBLE_DEALS_V, object_name:XTR_ONC_ELIGIBLE_DEALS_V, status:VALID, product: XTR - Treasury , implementation_dba_data: APPS.XTR_ONC_ELIGIBLE_DEALS_V ,
-
View: XTR_ONC_ELIGIBLE_DEALS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_ONC_ELIGIBLE_DEALS_V, object_name:XTR_ONC_ELIGIBLE_DEALS_V, status:VALID, product: XTR - Treasury , implementation_dba_data: APPS.XTR_ONC_ELIGIBLE_DEALS_V ,
-
View: XTR_TRANS_VALIDATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_TRANS_VALIDATIONS_V, object_name:XTR_TRANS_VALIDATIONS_V, status:VALID, product: XTR - Treasury , description: This view is used in the Transaction Validation form. , implementation_dba_data: APPS.XTR_TRANS_VALIDATIONS_V ,
-
View: XTR_TRANS_VALIDATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_TRANS_VALIDATIONS_V, object_name:XTR_TRANS_VALIDATIONS_V, status:VALID, product: XTR - Treasury , description: This view is used in the Transaction Validation form. , implementation_dba_data: APPS.XTR_TRANS_VALIDATIONS_V ,
-
View: XTR_ROLLOVER_TRANSACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_ROLLOVER_TRANSACTIONS_V, object_name:XTR_ROLLOVER_TRANSACTIONS_V, status:VALID, product: XTR - Treasury , implementation_dba_data: APPS.XTR_ROLLOVER_TRANSACTIONS_V ,
-
View: XTR_ROLLOVER_TRANSACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_ROLLOVER_TRANSACTIONS_V, object_name:XTR_ROLLOVER_TRANSACTIONS_V, status:VALID, product: XTR - Treasury , implementation_dba_data: APPS.XTR_ROLLOVER_TRANSACTIONS_V ,