Search Results fa_asset_history
Overview
The FA_ASSET_HISTORY table is a core data object within the Oracle E-Business Suite Fixed Assets (OFA) module. It serves as the primary repository for tracking historical changes related to asset reclassifications and unit adjustments. When an asset's category is changed (reclassification) or the number of units is adjusted, this table records a snapshot of the asset's key descriptive and financial attributes at the point of change. Its role is critical for maintaining a complete audit trail, enabling historical reporting, and supporting period-end reconciliation processes by preserving the state of an asset before and after significant transactional events.
Key Information Stored
The table's structure is designed to capture a historical record linked to specific asset transactions. Its primary key is a composite of ASSET_ID and DATE_EFFECTIVE, ensuring a unique record for each asset at each point of historical change. Critical columns, as indicated by its foreign key relationships, include ASSET_ID (linking to FA_ADDITIONS_B), CATEGORY_ID (linking to FA_CATEGORIES_B), and the pivotal TRANSACTION_HEADER_ID_IN and TRANSACTION_HEADER_ID_OUT. These last two columns link to the FA_TRANSACTION_HEADERS table and are essential for identifying the precise transaction that caused the historical snapshot to be created (ID_IN) and the transaction that ended its validity (ID_OUT), effectively defining a period of record for that asset configuration.
Common Use Cases and Queries
This table is primarily used for audit and historical analysis. A common reporting requirement is to trace the evolution of an asset's category or cost over time. For example, to generate a history of category changes for a specific asset, one might query:
- SELECT asset_id, date_effective, category_id FROM fa_asset_history WHERE asset_id = :p_asset_id ORDER BY date_effective;
Another critical use case is reconciling depreciation calculations across fiscal periods, especially when an asset was reclassified mid-period. Analysts join FA_ASSET_HISTORY with FA_DEPRN_DETAIL and FA_TRANSACTION_HEADERS to understand which depreciation rules (from which category) applied to an asset during a specific accounting period. It is also queried during period close to validate the integrity of asset historical data.
Related Objects
FA_ASSET_HISTORY has integral relationships with several other key Fixed Assets tables. As per the provided metadata, it is directly linked via foreign keys to:
- FA_ADDITIONS_B: The master asset definition table, linked by ASSET_ID.
- FA_CATEGORIES_B: The asset category table, linked by CATEGORY_ID.
- FA_TRANSACTION_HEADERS: The transaction control table, linked twice via TRANSACTION_HEADER_ID_IN and TRANSACTION_HEADER_ID_OUT to establish the transaction boundaries for each historical record.
This table is also a fundamental source for various asset history and audit reports within the EBS application and is often referenced in custom data extracts for compliance and financial auditing.
-
Table: FA_ASSET_HISTORY
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_ASSET_HISTORY, object_name:FA_ASSET_HISTORY, status:VALID, product: OFA - Assets , description: Historical information about asset reclassifications and unit adjustments , implementation_dba_data: FA.FA_ASSET_HISTORY ,
-
Table: FA_ASSET_HISTORY
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_ASSET_HISTORY, object_name:FA_ASSET_HISTORY, status:VALID, product: OFA - Assets , description: Historical information about asset reclassifications and unit adjustments , implementation_dba_data: FA.FA_ASSET_HISTORY ,
-
APPS.FA_CUA_MASS_EXT_RET_PKG dependencies on FA_ASSET_HISTORY
12.1.1
-
APPS.IGIRX_IMP_IAC_REP dependencies on FA_ASSET_HISTORY
12.1.1
-
APPS.IGI_IGIIARRD_XMLP_PKG dependencies on FA_ASSET_HISTORY
12.1.1
-
APPS.FARX_AJ dependencies on FA_ASSET_HISTORY
12.1.1
-
APPS.FA_FAS403_XMLP_PKG dependencies on FA_ASSET_HISTORY
12.1.1
-
APPS.FA_DELETION_PUB dependencies on FA_ASSET_HISTORY
12.1.1
-
APPS.FA_FASCOSTS_XMLP_PKG dependencies on FA_ASSET_HISTORY
12.1.1
-
APPS.IGI_IGIIAOPE_XMLP_PKG dependencies on FA_ASSET_HISTORY
12.1.1
-
APPS.JL_CO_FA_ACCOUNTING_PKG dependencies on FA_ASSET_HISTORY
12.2.2
-
APPS.FA_DISTRIBUTION_PVT dependencies on FA_ASSET_HISTORY
12.2.2
-
APPS.FA_RETIRE_PKG dependencies on FA_ASSET_HISTORY
12.2.2
-
APPS.FARX_AD dependencies on FA_ASSET_HISTORY
12.2.2
-
APPS.FA_SLA_EVENTS_UPG_PKG dependencies on FA_ASSET_HISTORY
12.2.2
-
APPS.IGI_IGIIARRD_XMLP_PKG dependencies on FA_ASSET_HISTORY
12.2.2
-
APPS.FA_GAINLOSS_MIS_PKG dependencies on FA_ASSET_HISTORY
12.2.2
-
APPS.IGI_IAC_COMMON_UTILS dependencies on FA_ASSET_HISTORY
12.2.2
-
APPS.JA_JAINYEDE_XMLP_PKG dependencies on FA_ASSET_HISTORY
12.2.2
-
APPS.FA_GAINLOSS_UPD_PKG dependencies on FA_ASSET_HISTORY
12.2.2
-
APPS.FA_FASCOSTS_XMLP_PKG dependencies on FA_ASSET_HISTORY
12.2.2
-
APPS.IGI_IAC_REVAL_HIST_PKG dependencies on FA_ASSET_HISTORY
12.2.2
-
APPS.IGI_IGIIARRV_XMLP_PKG dependencies on FA_ASSET_HISTORY
12.2.2
-
APPS.FA_UTIL_PVT dependencies on FA_ASSET_HISTORY
12.2.2
-
APPS.FA_ASSET_HISTORY_PKG dependencies on FA_ASSET_HISTORY
12.1.1
-
APPS.IGI_IGIIABLD_XMLP_PKG dependencies on FA_ASSET_HISTORY
12.1.1
-
APPS.FA_SLA_EVENTS_UPG_PKG dependencies on FA_ASSET_HISTORY
12.1.1
-
APPS.FA_RETIREMENT_PVT dependencies on FA_ASSET_HISTORY
12.1.1
-
APPS.IGI_IAC_COMMON_UTILS dependencies on FA_ASSET_HISTORY
12.1.1
-
APPS.FA_RECLASS_UTIL_PVT dependencies on FA_ASSET_HISTORY
12.1.1
-
APPS.FA_UTIL_PVT dependencies on FA_ASSET_HISTORY
12.1.1
-
APPS.FA_XLA_EXTRACT_DEF_PKG dependencies on FA_ASSET_HISTORY
12.1.1
-
APPS.JL_CO_FA_ACCOUNTING_PKG dependencies on FA_ASSET_HISTORY
12.1.1
-
APPS.IGI_IGIIARRV_XMLP_PKG dependencies on FA_ASSET_HISTORY
12.1.1
-
APPS.JL_ZZ_FA_FUNCTIONS_PKG dependencies on FA_ASSET_HISTORY
12.2.2
-
APPS.IGI_IAC_TRANSFERS_PKG dependencies on FA_ASSET_HISTORY
12.2.2
-
APPS.IGI_IAC_PROJ_PKG dependencies on FA_ASSET_HISTORY
12.1.1
-
APPS.FA_FAS401_XMLP_PKG dependencies on FA_ASSET_HISTORY
12.1.1
-
APPS.IGI_IAC_REVAL_HIST_PKG dependencies on FA_ASSET_HISTORY
12.1.1
-
APPS.IGI_IAC_REVAL_UTILITIES dependencies on FA_ASSET_HISTORY
12.2.2
-
APPS.FA_DEPRN_SUMMARY_PKG dependencies on FA_ASSET_HISTORY
12.2.2
-
APPS.IGI_IGIIAOPD_XMLP_PKG dependencies on FA_ASSET_HISTORY
12.1.1
-
APPS.FA_GAINLOSS_UND_PKG dependencies on FA_ASSET_HISTORY
12.1.1
-
APPS.IGI_IAC_RETIREMENT dependencies on FA_ASSET_HISTORY
12.1.1
-
APPS.FA_MASSCP_PKG dependencies on FA_ASSET_HISTORY
12.2.2
-
APPS.FARX_BL dependencies on FA_ASSET_HISTORY
12.2.2
-
APPS.JE_JEHUFDAN_XMLP_PKG dependencies on FA_ASSET_HISTORY
12.2.2
-
APPS.FA_ASSET_SUMM_RPT_PKG dependencies on FA_ASSET_HISTORY
12.2.2
-
APPS.FARX_RR dependencies on FA_ASSET_HISTORY
12.1.1
-
APPS.FA_FASCOSTD_XMLP_PKG dependencies on FA_ASSET_HISTORY
12.2.2