Search Results xtr_bis_cashflows_v
Overview
XTR_BIS_CASHFLOWS_V is an APPS-owned database view in the Oracle E-Business Suite Treasury (XTR) module. It presents the cashflows generated by Treasury deals that carry a CURRENT deal status, consolidating them into a single result set suitable for cashflow analysis and cash book reporting. The view is a union-based construct: it combines rows drawn from the existing cashflow view XTR_CASHFLOWS_V with rows derived directly from XTR_DEAL_DATE_AMOUNTS, and it further integrates intra-statement activity sourced from the bank statement tables CE_INTRA_STMT_HEADERS and CE_INTRA_STMT_LINES.
Its role is primarily analytical and reporting-oriented, exposing both net cashflow amounts and the descriptive attributes needed to summarize flows by counterparty, company, portfolio, currency, and bank account. Because it surfaces Treasury deal cashflows alongside intra-statement lines, it is relevant to reconciliation and liquidity-review processes rather than to transactional data entry.
Underlying Base Objects
The view is defined over a documented set of APPS objects. Treasury cashflow and deal data are sourced from XTR_CASHFLOWS_V, XTR_DEAL_DATE_AMOUNTS, XTR_DEAL_TYPES, XTR_DEAL_SUBTYPES, XTR_AMOUNT_TYPES, and XTR_PARTIES_V. Party and access context are provided through XTR_PARTY_INFO and the XTR_USER_ACCESS package. Banking detail is drawn from XTR_BANK_ACCOUNTS and CE_BANK_ACCOUNTS.
Intra-statement activity is contributed by CE_INTRA_STMT_HEADERS and CE_INTRA_STMT_LINES, with statement numbers and transaction types translated through the CE_LOOKUPS and FND_LOOKUPS views. Organizational and ledger context is resolved via HR_OPERATING_UNITS and GL_LEDGER_LE_V, while FND_GLOBAL supplies session-level identifiers such as the current user and responsibility. The relationship is a read-only projection: the view does not store data and joins the party, deal, and bank account objects on company code, deal type, subtype, amount type, and account number.
Key Columns
- DEAL_NUMBER / STATEMENT_NUMBER — Identifier for the Treasury deal or intra-statement source record; the first column is cast to character.
- DDA_DEAL_TYPE / DDA_DEAL_SUBTYPE — Deal classification codes used to distinguish deal families and subtypes.
- TRANSACTION_RATE — Rate applied to the cashflow amount.
- STATUS_CODE — Deal status; the view is scoped to CURRENT deals.
- CURRENCY_CODE — Currency of the cashflow amount.
- TRX_DATE / AMOUNT_DATE — Transaction or amount date governing when the cashflow falls.
- AMOUNT — Cashflow value; for certain deal subtypes the sign is inverted through a DECODE expression to reflect direction.
- BANK_CODE — Bank associated with the flow or account.
- COMPANY_CODE / COMPANY_ACCOUNT — Company and account responsible for the flow.
- SHORT_NAME — Party short name resolved from XTR_PARTIES_V.
- PRODUCT_TYPE, PORTFOLIO_CODE, CPARTY_CODE, CLIENT_CODE — Deal categorization attributes.
- DEALER, SETTLE, MULTIPLE_SETTLEMENTS — Processing and settlement indicators.
Common Use Cases and Queries
Typical usage focuses on net cashflow summaries and cash book review by company, currency, or portfolio. Analysts filter on a forward date horizon, since the union restricts cashflow rows to transactions dated on or after the current system date.
- Net cashflow by currency:
SELECT CURRENCY_CODE, SUM(AMOUNT) FROM XTR_BIS_CASHFLOWS_V GROUP BY CURRENCY_CODE; - Cash book by company:
SELECT COMPANY_CODE, SHORT_NAME, SUM(AMOUNT) FROM XTR_BIS_CASHFLOWS_V GROUP BY COMPANY_CODE, SHORT_NAME; - Intra-statement review:
SELECT STATEMENT_NUMBER, AMOUNT FROM XTR_BIS_CASHFLOWS_V WHERE DDA_DEAL_TYPE = 'INTRA';
Because the view unions multiple sources, aggregations should be validated against the underlying Treasury deal and bank statement records when reconciling results.
-
View: XTR_BIS_CASHFLOWS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_BIS_CASHFLOWS_V, object_name:XTR_BIS_CASHFLOWS_V, status:VALID, product: XTR - Treasury , description: This view shows the cashflows generated by deals with CURRENT status. You can use this view to see the net cashflow and cash book summaries. , implementation_dba_data: APPS.XTR_BIS_CASHFLOWS_V ,
-
View: XTR_BIS_CASHFLOWS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_BIS_CASHFLOWS_V, object_name:XTR_BIS_CASHFLOWS_V, status:VALID, product: XTR - Treasury , description: This view shows the cashflows generated by deals with CURRENT status. You can use this view to see the net cashflow and cash book summaries. , implementation_dba_data: APPS.XTR_BIS_CASHFLOWS_V ,
-
SYNONYM: APPS.XTR_AMOUNT_TYPES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:XTR_AMOUNT_TYPES, status:VALID,
-
SYNONYM: APPS.XTR_AMOUNT_TYPES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:XTR_AMOUNT_TYPES, status:VALID,
-
SYNONYM: APPS.CE_INTRA_STMT_LINES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CE_INTRA_STMT_LINES, status:VALID,
-
SYNONYM: APPS.CE_INTRA_STMT_HEADERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CE_INTRA_STMT_HEADERS, status:VALID,
-
SYNONYM: APPS.CE_INTRA_STMT_HEADERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CE_INTRA_STMT_HEADERS, status:VALID,
-
SYNONYM: APPS.CE_INTRA_STMT_LINES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CE_INTRA_STMT_LINES, status:VALID,
-
SYNONYM: APPS.XTR_DEAL_TYPES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:XTR_DEAL_TYPES, status:VALID,
-
SYNONYM: APPS.XTR_DEAL_SUBTYPES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:XTR_DEAL_SUBTYPES, status:VALID,
-
SYNONYM: APPS.XTR_DEAL_SUBTYPES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:XTR_DEAL_SUBTYPES, status:VALID,
-
SYNONYM: APPS.XTR_DEAL_TYPES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:XTR_DEAL_TYPES, status:VALID,
-
SYNONYM: APPS.XTR_BANK_ACCOUNTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:XTR_BANK_ACCOUNTS, status:VALID,
-
SYNONYM: APPS.XTR_DEAL_DATE_AMOUNTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:XTR_DEAL_DATE_AMOUNTS, status:VALID,
-
SYNONYM: APPS.XTR_BANK_ACCOUNTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:XTR_BANK_ACCOUNTS, status:VALID,
-
SYNONYM: APPS.XTR_DEAL_DATE_AMOUNTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:XTR_DEAL_DATE_AMOUNTS, status:VALID,
-
PACKAGE: APPS.XTR_USER_ACCESS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:XTR_USER_ACCESS, status:VALID,
-
PACKAGE: APPS.XTR_USER_ACCESS
12.2.2
owner:APPS, object_type:PACKAGE, object_name:XTR_USER_ACCESS, status:VALID,
-
SYNONYM: APPS.XTR_PARTY_INFO
12.2.2
owner:APPS, object_type:SYNONYM, object_name:XTR_PARTY_INFO, status:VALID,
-
SYNONYM: APPS.XTR_PARTY_INFO
12.1.1
owner:APPS, object_type:SYNONYM, object_name:XTR_PARTY_INFO, status:VALID,
-
VIEW: APPS.XTR_BIS_CASHFLOWS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_BIS_CASHFLOWS_V, object_name:XTR_BIS_CASHFLOWS_V, status:VALID,
-
VIEW: APPS.XTR_BIS_CASHFLOWS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_BIS_CASHFLOWS_V, object_name:XTR_BIS_CASHFLOWS_V, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.CE_LOOKUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_LOOKUPS, object_name:CE_LOOKUPS, status:VALID,
-
VIEW: APPS.CE_LOOKUPS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_LOOKUPS, object_name:CE_LOOKUPS, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
VIEW: APPS.GL_LEDGER_LE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_LEDGER_LE_V, object_name:GL_LEDGER_LE_V, status:VALID,
-
VIEW: APPS.GL_LEDGER_LE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_LEDGER_LE_V, object_name:GL_LEDGER_LE_V, status:VALID,
-
VIEW: APPS.XTR_CASHFLOWS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_CASHFLOWS_V, object_name:XTR_CASHFLOWS_V, status:VALID,
-
VIEW: APPS.XTR_CASHFLOWS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_CASHFLOWS_V, object_name:XTR_CASHFLOWS_V, status:VALID,
-
SYNONYM: APPS.CE_BANK_ACCOUNTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CE_BANK_ACCOUNTS, status:VALID,
-
SYNONYM: APPS.CE_BANK_ACCOUNTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CE_BANK_ACCOUNTS, status:VALID,
-
VIEW: APPS.XTR_PARTIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_PARTIES_V, object_name:XTR_PARTIES_V, status:VALID,
-
VIEW: APPS.XTR_PARTIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_PARTIES_V, object_name:XTR_PARTIES_V, status:VALID,
-
VIEW: APPS.HR_OPERATING_UNITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_OPERATING_UNITS, object_name:HR_OPERATING_UNITS, status:VALID,
-
VIEW: APPS.HR_OPERATING_UNITS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_OPERATING_UNITS, object_name:HR_OPERATING_UNITS, status:VALID,
-
VIEW: APPS.FND_LOOKUPS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_LOOKUPS, object_name:FND_LOOKUPS, status:VALID,
-
VIEW: APPS.FND_LOOKUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_LOOKUPS, object_name:FND_LOOKUPS, status:VALID,
-
eTRM - XTR Tables and Views
12.1.1
description: Created on 29-OCT-96 ,
-
eTRM - XTR Tables and Views
12.2.2
description: Created on 29-OCT-96 ,
-
eTRM - CE Tables and Views
12.2.2
description: This table stores the error or warning messages from ZBA deal creation process ,
-
eTRM - CE Tables and Views
12.1.1
description: This table stores the error or warning messages from ZBA deal creation process ,
-
eTRM - SQLGL Tables and Views
12.2.2
description: This table contains the tracking information that Golden Gate will use to launch Journal Import. ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - SQLGL Tables and Views
12.1.1
description: USSGL transaction codes ,
-
PACKAGE: APPS.FND_GLOBAL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_GLOBAL, status:VALID,
-
eTRM - XTR Tables and Views
12.1.1
description: Created on 29-OCT-96 ,