Search Results fair_value
Overview
APPS.XTR_REVALUATION_DETAILS_V is a reporting view within the Oracle E-Business Suite Treasury (ETRM) module. It exposes revaluation detail records and consolidates them into a presentation suitable for fair value, realized and unrealized profit/loss, and period-end revaluation reporting. The view is defined as a UNION ALL of two aggregation branches, each grouping data from the underlying revaluation detail table by batch, account, and realization status. The presence of the FAIR_VALUE column — computed as SUM(FAIR_VALUE) — makes this view directly relevant to searches for "fair_value," as it surfaces the fair value amounts recorded against revaluation transactions alongside the associated realized and unrealized gain/loss figures.
Because the view applies DECODE and aggregate logic, it does not represent raw transactional rows; instead it delivers one summarized row per grouping key, which is well suited to report generation, reconciliation, and downstream integration extracts.
Underlying Base Objects
The view is defined over a single documented base object: XTR_REVALUATION_DETAILS (referenced through an APPS synonym). All columns projected by the view originate from this table, filtered and aggregated:
- The first branch restricts rows to DEAL_TYPE = 'CA' with REALIZED_FLAG IN ('Y','N') and groups by BATCH_ID, ACCOUNT_NO, and REALIZED_FLAG.
- The second branch re-projects the same source with per-deal-type DECODE logic (for example, 'ONC' contract handling and 'IG' deal number formatting) and conditional date handling.
- Constant NULL and to_number(NULL) placeholders align the column lists of both branches for the UNION ALL so that downstream consumers see a single, consistent result set.
No other base tables are documented as referenced by this view, so all reporting attributes are derived from the revaluation details table.
Key Columns
- FAIR_VALUE — SUM(FAIR_VALUE) across the grouped revaluation records; the primary fair value measure reported by the view.
- REALISED_PL / UNREALISED_PL — Summed realized and unrealized profit/loss amounts for the group.
- CURR_GAIN_LOSS_AMOUNT / SOB_FV_GAIN_LOSS_AMOUNT — Currency gain/loss and set-of-books fair value gain/loss aggregate amounts.
- REVAL_CCY, REVAL_RATE, TRANSACTION_RATE — Revaluation currency and average revaluation and transaction rates (AVG aggregates).
- FACE_VALUE — Summed notional face amount.
- BATCH_ID, ACCOUNT_NO, REALIZED_FLAG — Primary grouping keys; REALIZED_FLAG distinguishes realized from unrealized records.
- REF_NUMBER — Account number (first branch) or the decoded deal/contract reference (second branch).
- COMPLETE_FLAG — DECODE of the minimum COMPLETE_FLAG, yielding 'Y' only when all rows in the group are complete.
- PERIOD_FROM / PERIOD_TO, EFFECTIVE_DATE, TRANSACTION_PERIOD — Period and date context for the revaluation.
- Audit columns — ENTERED_BY/ON, UPDATED_BY/ON, CREATED_BY/ON via MAX aggregates.
Common Use Cases and Queries
Typical usage includes fair value reporting, realized/unrealized P&L analysis, and batch-level revaluation reconciliation. A basic query retrieving fair value by batch and account:
SELECT BATCH_ID, ACCOUNT_NO, REALIZED_FLAG, FAIR_VALUE, UNREALISED_PL, REVAL_CCY FROM APPS.XTR_REVALUATION_DETAILS_V WHERE REALIZED_FLAG = 'N';- Filter by batch:
SELECT * FROM APPS.XTR_REVALUATION_DETAILS_V WHERE BATCH_ID = :p_batch_id; - Fair value by currency:
SELECT REVAL_CCY, SUM(FAIR_VALUE) FROM APPS.XTR_REVALUATION_DETAILS_V GROUP BY REVAL_CCY;
Because heavy aggregation is already performed in the view, consumers should apply additional filters rather than re-aggregating where row-level precision is not required.
-
VIEW: APPS.XTR_REVALUATION_DETAILS_V
12.1.1
-
VIEW: APPS.XTR_REVALUATION_DETAILS_SUM_V
12.1.1
-
VIEW: FA.FA_LEASES#
12.2.2
-
View: XTR_REVALUATION_DETAILS_SUM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_REVALUATION_DETAILS_SUM_V, object_name:XTR_REVALUATION_DETAILS_SUM_V, status:VALID, product: XTR - Treasury , implementation_dba_data: APPS.XTR_REVALUATION_DETAILS_SUM_V ,
-
View: XTR_REVALUATION_DETAILS_SUM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_REVALUATION_DETAILS_SUM_V, object_name:XTR_REVALUATION_DETAILS_SUM_V, status:VALID, product: XTR - Treasury , implementation_dba_data: APPS.XTR_REVALUATION_DETAILS_SUM_V ,
-
VIEW: XTR.XTR_STOCK_ALLOC_DETAILS#
12.2.2
-
VIEW: APPS.FABV_ASSET_LEASES
12.2.2
-
View: XTR_REVALUATION_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_REVALUATION_DETAILS_V, object_name:XTR_REVALUATION_DETAILS_V, status:VALID, product: XTR - Treasury , implementation_dba_data: APPS.XTR_REVALUATION_DETAILS_V ,
-
View: XTR_REVALUATION_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_REVALUATION_DETAILS_V, object_name:XTR_REVALUATION_DETAILS_V, status:VALID, product: XTR - Treasury , implementation_dba_data: APPS.XTR_REVALUATION_DETAILS_V ,
-
VIEW: APPS.XTR_REVALUATION_DETAILS_SUM_V
12.2.2
-
VIEW: APPS.XTR_REVALUATION_DETAILS_V
12.2.2
-
View: FABV_ASSET_LEASES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FABV_ASSET_LEASES, object_name:FABV_ASSET_LEASES, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FABV_ASSET_LEASES ,
-
VIEW: XTR.XTR_REVALUATION_DETAILS#
12.2.2
-
View: FA_LEASES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_LEASES_V, object_name:FA_LEASES_V, status:VALID, product: OFA - Assets , description: Selects descriptive lease information , implementation_dba_data: APPS.FA_LEASES_V ,
-
VIEW: XTR.XTR_STOCK_ALLOC_DETAILS#
12.2.2
owner:XTR, object_type:VIEW, object_name:XTR_STOCK_ALLOC_DETAILS#, status:VALID,
-
VIEW: XTR.XTR_A_REVALUATION_DETAILS#
12.2.2
-
View: FABV_ASSET_LEASES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FABV_ASSET_LEASES, object_name:FABV_ASSET_LEASES, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FABV_ASSET_LEASES ,
-
VIEW: APPS.FABV_ASSET_LEASES
12.1.1
-
VIEW: APPS.FA_LEASES_V
12.1.1
-
VIEW: APPS.FABV_ASSET_LEASES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FABV_ASSET_LEASES, object_name:FABV_ASSET_LEASES, status:VALID,
-
VIEW: APPS.FAFV_ASSET_LEASES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FAFV_ASSET_LEASES, object_name:FAFV_ASSET_LEASES, status:VALID,
-
VIEW: APPS.FAFV_ASSET_LEASES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FAFV_ASSET_LEASES, object_name:FAFV_ASSET_LEASES, status:VALID,
-
VIEW: APPS.FA_LEASES_V
12.2.2
-
VIEW: QRM.QRM_DEAL_CALCULATIONS#
12.2.2
-
View: FA_LEASES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_LEASES_V, object_name:FA_LEASES_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_LEASES_V ,
-
VIEW: APPS.FABV_ASSET_LEASES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FABV_ASSET_LEASES, object_name:FABV_ASSET_LEASES, status:VALID,
-
VIEW: FA.FA_LEASES#
12.2.2
owner:FA, object_type:VIEW, object_name:FA_LEASES#, status:VALID,
-
Lookup Type: XTR_DEAL_OVERWRITE_TYPES
12.2.2
product: XTR - Treasury , meaning: Deal Overwrite Types , description: Deal Overwrite Types ,
-
PACKAGE: APPS.XTR_REVAL_PROCESS_P
12.1.1
-
PACKAGE: APPS.XTR_REVAL_PROCESS_P
12.2.2
-
Lookup Type: XTR_HEDGE_RISK_TYPES
12.1.1
product: XTR - Treasury , meaning: Hedge Risk Types , description: Hedge Risk Types ,
-
VIEW: APPS.XTR_ELIGIBLE_HEDGES_V
12.2.2
-
VIEW: APPS.FA_LEASES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_LEASES_V, object_name:FA_LEASES_V, status:VALID,
-
Lookup Type: XTR_DEAL_OVERWRITE_TYPES
12.1.1
product: XTR - Treasury , meaning: Deal Overwrite Types , description: Deal Overwrite Types ,
-
TABLE: FA.FA_LEASES
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_LEASES, object_name:FA_LEASES, status:VALID,
-
VIEW: APPS.FA_LEASES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_LEASES_V, object_name:FA_LEASES_V, status:VALID,
-
VIEW: APPS.XTR_REVALUATION_DETAILS_SUM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_REVALUATION_DETAILS_SUM_V, object_name:XTR_REVALUATION_DETAILS_SUM_V, status:VALID,
-
TABLE: XTR.XTR_STOCK_ALLOC_DETAILS
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_STOCK_ALLOC_DETAILS, object_name:XTR_STOCK_ALLOC_DETAILS, status:VALID,
-
View: FAFV_ASSET_LEASES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FAFV_ASSET_LEASES, object_name:FAFV_ASSET_LEASES, status:VALID, product: OFA - Assets , description: - Retrofitted , implementation_dba_data: APPS.FAFV_ASSET_LEASES ,
-
TABLE: XTR.XTR_STOCK_ALLOC_DETAILS
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_STOCK_ALLOC_DETAILS, object_name:XTR_STOCK_ALLOC_DETAILS, status:VALID,
-
VIEW: XTR.XTR_A_REVALUATION_DETAILS#
12.2.2
owner:XTR, object_type:VIEW, object_name:XTR_A_REVALUATION_DETAILS#, status:VALID,
-
VIEW: APPS.XTR_REVALUATION_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_REVALUATION_DETAILS_V, object_name:XTR_REVALUATION_DETAILS_V, status:VALID,
-
VIEW: APPS.XTR_REVALUATION_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_REVALUATION_DETAILS_V, object_name:XTR_REVALUATION_DETAILS_V, status:VALID,
-
Lookup Type: XTR_HEDGE_RISK_TYPES
12.2.2
product: XTR - Treasury , meaning: Hedge Risk Types , description: Hedge Risk Types ,
-
VIEW: APPS.XTR_REVALUATION_DETAILS_SUM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_REVALUATION_DETAILS_SUM_V, object_name:XTR_REVALUATION_DETAILS_SUM_V, status:VALID,
-
VIEW: APPS.XTR_ELIGIBLE_HEDGES_V
12.1.1
-
VIEW: XTR.XTR_REVALUATION_DETAILS#
12.2.2
owner:XTR, object_type:VIEW, object_name:XTR_REVALUATION_DETAILS#, status:VALID,
-
View: FAFV_ASSET_LEASES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FAFV_ASSET_LEASES, object_name:FAFV_ASSET_LEASES, status:VALID, product: OFA - Assets , description: - Retrofitted , implementation_dba_data: APPS.FAFV_ASSET_LEASES ,
-
Lookup Type: XTR_DEAL_PRICE_MODELS
12.1.1
product: XTR - Treasury , meaning: Deal Price Models , description: Deal Price Models ,
-
APPS.XTR_REVALUATION_DETAILS_PKG SQL Statements
12.1.1