Categories
- All Categories
- Oracle Analytics Learning Hub
- 19 Oracle Analytics Sharing Center
- 18 Oracle Analytics Lounge
- 230 Oracle Analytics News
- 44 Oracle Analytics Videos
- 15.9K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 86 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Fixed Assets - Columns: "Net Book Value" vs "NBV Before Impairment"

We are currently implementing Fixed Assets in Oracle Fusion ERP and would like assistance from FA SMEs as we have begun work on OTBI dashboards and reports:
The 23B Data Lineage spreadsheet for Financials indicates that Net Book Value should exist in Fixed Assets - Transactions Real Time > Impairment Details, but we do not see this column in the subject area in OTBI. Alternatively, the OTBI subject area shows a column called NBV Before Impairment that does not exist in the Data Lineage spreadsheet (see below link). Are these columns identical?
Answers
-
Hello,
Yes.
0 -
It is a while I worked on it but here are the few pointers that might help…
I am surprised you donot see this column in OTBI Metadata Dictionary.
Consult the 23C or 23D Data Lineage Update (Financials)
Oracle’s 24A/24B lineage spreadsheets confirm that “Net Book Value” was renamed to NBV Before Impairment for consistency with the FA_IMPAIRMENTS table.Also run following Query:
SELECT asset_id, impairment_id, nbv_before_impairment, nbv_after_impairment
FROM fa_impairments;Hope it helps!
0