Search Results cash_position_exposure
Overview
APPS.XTR_EXPOSURE_TRANSACTIONS_V is a reporting and integration view in the Oracle E-Business Suite Treasury (ETRM) module. It presents a denormalized, read-optimized projection of treasury exposure transaction records, exposing the full set of deal-level exposure attributes — including counterparty, currency, amounts, payment status, and descriptive flexfields — through a single relational interface. The view is owned by the APPS schema and is available in both 12.1.1 and 12.2.2 environments.
Exposure transactions in ETRM represent the individual financial movements or commitments that contribute to an organization's net cash position and counterparty exposure. This view consolidates those records, enabling reporting tools, concurrent programs, and external systems to query exposure data without navigating the underlying normalized structures directly. Because the view includes user-facing comment fields such as INTERNAL_COMMENTS, EXTERNAL_COMMENTS, and COMMENTS, it also serves as a reference for retrieving narrative annotations attached to treasury deals.
Underlying Base Objects
The view is defined over a single documented base object: the synonym XTR_EXPOSURE_TRANSACTIONS. This synonym resolves to the ETRM exposure transaction table, which stores the transactional detail for treasury exposure activity. Because the view is a straightforward projection of columns from this one source object, it carries no joins and therefore introduces no aggregation or filtering logic of its own. The view name (_V suffix) and its column list — which mirrors the base table almost entirely, including standard WHO columns (CREATED_BY, CREATED_ON, UPDATED_BY, UPDATED_ON) and all fifteen ATTRIBUTE flexfield columns — indicate it is a passthrough or compatibility view used to expose the base table under a stable, view-based interface.
Key Columns
TRANSACTION_NUMBER,COMPANY_CODE,DEAL_TYPE,DEAL_SUBTYPE,EXPOSURE_TYPE— identify and classify the transaction.CURRENCY,VALUE_DATE,AMOUNT,AMOUNT_HCE— core monetary fields, with the HCE (home currency equivalent) amount supporting reporting in the ledger currency.INTERNAL_COMMENTS,EXTERNAL_COMMENTS,COMMENTS— narrative fields;INTERNAL_COMMENTSis intended for internal annotations not shared with counterparties.CPARTY_CODE,CPARTY_REF,CPARTY_ACCOUNT_NO— counterparty identification.PAYMENT_AMOUNT,PAYMENT_STATUS,BALANCE,DEAL_STATUS,STATUS_CODE— settlement and workflow state.PROFIT_LOSS,AVG_RATE,COVERED_BY_FX_CONTRACT— valuation and hedging indicators.ARCHIVE_DATE,ARCHIVE_BY,AUDIT_INDICATOR,DUAL_AUTHORISATION_BY,DUAL_AUTHORISATION_ON— audit, archiving, and authorization trail.ATTRIBUTE_CATEGORYandATTRIBUTE1–ATTRIBUTE15— descriptive flexfield capture.
Common Use Cases and Queries
Typical uses include exposure reporting, reconciliation of cash positions, and drilling into transactions bearing specific internal annotations.
SELECT TRANSACTION_NUMBER, COMPANY_CODE, CURRENCY,
AMOUNT, VALUE_DATE, INTERNAL_COMMENTS
FROM APPS.XTR_EXPOSURE_TRANSACTIONS_V
WHERE COMPANY_CODE = :p_company
AND VALUE_DATE BETWEEN :p_from AND :p_to;
To locate transactions with internal remarks:
SELECT TRANSACTION_NUMBER, CPARTY_CODE, INTERNAL_COMMENTS
FROM APPS.XTR_EXPOSURE_TRANSACTIONS_V
WHERE INTERNAL_COMMENTS IS NOT NULL;
For open payment exposure, filter on PAYMENT_STATUS and BALANCE. Because the view has no built-in filtering, all segmentation must be applied in the calling query.
-
VIEW: APPS.XTR_EXPOSURE_TRANSACTIONS_V
12.1.1
-
VIEW: XTR.XTR_EXPOSURE_TRANSACTIONS#
12.2.2
-
View: XTR_EXPOSURE_TRANSACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_EXPOSURE_TRANSACTIONS_V, object_name:XTR_EXPOSURE_TRANSACTIONS_V, status:VALID, product: XTR - Treasury , implementation_dba_data: APPS.XTR_EXPOSURE_TRANSACTIONS_V ,
-
VIEW: APPS.XTR_EXPOSURE_TRANSACTIONS_V
12.2.2
-
View: XTR_EXPOSURE_TRANSACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_EXPOSURE_TRANSACTIONS_V, object_name:XTR_EXPOSURE_TRANSACTIONS_V, status:VALID, product: XTR - Treasury , implementation_dba_data: APPS.XTR_EXPOSURE_TRANSACTIONS_V ,
-
VIEW: XTR.XTR_EXPOSURE_TRANSACTIONS#
12.2.2
owner:XTR, object_type:VIEW, object_name:XTR_EXPOSURE_TRANSACTIONS#, status:VALID,
-
VIEW: APPS.XTR_EXPOSURE_TRANSACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_EXPOSURE_TRANSACTIONS_V, object_name:XTR_EXPOSURE_TRANSACTIONS_V, status:VALID,
-
TABLE: XTR.XTR_EXPOSURE_TRANSACTIONS
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_EXPOSURE_TRANSACTIONS, object_name:XTR_EXPOSURE_TRANSACTIONS, status:VALID,
-
VIEW: APPS.XTR_EXPOSURE_TRANSACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_EXPOSURE_TRANSACTIONS_V, object_name:XTR_EXPOSURE_TRANSACTIONS_V, status:VALID,
-
TABLE: XTR.XTR_EXPOSURE_TRANSACTIONS
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_EXPOSURE_TRANSACTIONS, object_name:XTR_EXPOSURE_TRANSACTIONS, status:VALID,
-
APPS.XTR_EXP_TRANSFERS_PKG SQL Statements
12.2.2
-
APPS.XTR_EXP_TRANSFERS_PKG SQL Statements
12.1.1
-
APPS.XTR_EXP_TRANSFERS_PKG dependencies on DUAL
12.1.1
-
PACKAGE BODY: APPS.XTR_EXP_TRANSFERS_PKG
12.1.1
-
APPS.XTR_EXP_TRANSFERS_PKG dependencies on DUAL
12.2.2
-
PACKAGE BODY: APPS.XTR_EXP_TRANSFERS_PKG
12.2.2
-
eTRM - XTR Tables and Views
12.2.2
description: Created on 29-OCT-96 ,
-
eTRM - XTR Tables and Views
12.1.1
description: Created on 29-OCT-96 ,