Search Results fa_asset_history
The FA_ASSET_HISTORY table in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 is a critical repository for tracking changes to fixed asset records over time. As part of the Fixed Assets module, this table stores historical modifications to asset attributes, enabling auditability, compliance, and reporting on asset lifecycle events. Below is a detailed analysis of its structure, purpose, and functional significance.
Purpose and Functional Context
The FA_ASSET_HISTORY table captures transactional changes to asset records, such as cost adjustments, depreciation method updates, or location transfers. It acts as a log for the FA_ADDITIONS table, which stores current asset data. This historical tracking is essential for financial reporting, tax compliance, and reconciling asset values across accounting periods.Key Columns and Relationships
The table includes columns such as:- ASSET_ID: Foreign key linking to FA_ADDITIONS, identifying the asset.
- DATE_EFFECTIVE: Timestamp of the change.
- TRANSACTION_TYPE_CODE: Describes the modification (e.g., "ADDITION," "ADJUSTMENT").
- COST, DEPRECIATION_METHOD, LIFE: Historical values of key asset attributes.
- BOOK_TYPE_CODE: Associates the change with a specific depreciation book.
Data Flow and Usage
When an asset is modified, Oracle EBS:- Records the current state in FA_ASSET_HISTORY before applying changes.
- Updates FA_ADDITIONS or FA_BOOKS with new values.
- Uses the history table for reporting (e.g., audit trails, depreciation recalculations).
Technical Considerations
- Indexing: Indexes on ASSET_ID and DATE_EFFECTIVE optimize query performance for historical reports.
- Partitioning: In large deployments, partitioning by date or asset type may improve maintenance.
- Purge Policies: Historical data can grow rapidly; Oracle provides purge utilities to archive obsolete records.
Integration with Oracle EBS Modules
The table interacts with:- General Ledger (GL): Depreciation journal entries reference historical cost/life data.
- Tax Reporting: Historical records support tax basis calculations.
- AP/PO: Links asset additions to invoice data via FA_INVOICES.
Customization and Extensions
Organizations may extend the table’s utility by:- Adding custom columns via descriptive flexfields (DFFs) for tracking project codes or internal approvals.
- Developing triggers to synchronize data with external systems.
- Leveraging APIs like FA_ASSET_HISTORY_PUB for programmatic access.
Compliance and Reporting
Regulatory frameworks (e.g., IFRS, GAAP) often mandate historical asset records for:- Impairment testing (comparing historical vs. current values).
- Disclosure of asset revaluations or disposals.
- Tax audits verifying depreciation schedules.
Conclusion
The FA_ASSET_HISTORY table is a foundational component of Oracle EBS Fixed Assets, ensuring transparency and traceability for asset-related financial processes. Its design supports both operational needs (e.g., month-end close) and strategic requirements (e.g., compliance, analytics), making it indispensable for organizations managing complex asset portfolios.-
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 ,
-
View: FA_ASSET_HISTORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_ASSET_HISTORY_V, object_name:FA_ASSET_HISTORY_V, status:VALID, product: OFA - Assets , description: - Retrofitted , implementation_dba_data: APPS.FA_ASSET_HISTORY_V ,
-
View: FA_ASSET_HISTORY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_ASSET_HISTORY_V, object_name:FA_ASSET_HISTORY_V, status:VALID, product: OFA - Assets , description: - Retrofitted , implementation_dba_data: APPS.FA_ASSET_HISTORY_V ,
-
Table: FA_TRANSACTION_HEADERS
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_TRANSACTION_HEADERS, object_name:FA_TRANSACTION_HEADERS, status:VALID, product: OFA - Assets , description: Information about all transactions performed within Oracle Assets , implementation_dba_data: FA.FA_TRANSACTION_HEADERS ,
-
Table: FA_TRANSACTION_HEADERS
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_TRANSACTION_HEADERS, object_name:FA_TRANSACTION_HEADERS, status:VALID, product: OFA - Assets , description: Information about all transactions performed within Oracle Assets , implementation_dba_data: FA.FA_TRANSACTION_HEADERS ,
-
View: FA_ASSET_HIST_WEB_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_ASSET_HIST_WEB_V, object_name:FA_ASSET_HIST_WEB_V, status:VALID, product: OFA - Assets , description: Asset history information , implementation_dba_data: APPS.FA_ASSET_HIST_WEB_V ,
-
View: FA_ASSET_HIST_WEB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_ASSET_HIST_WEB_V, object_name:FA_ASSET_HIST_WEB_V, status:VALID, product: OFA - Assets , description: Asset history information , implementation_dba_data: APPS.FA_ASSET_HIST_WEB_V ,
-
View: FA_MASS_EXT_RETIREMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_MASS_EXT_RETIREMENTS_V, object_name:FA_MASS_EXT_RETIREMENTS_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_MASS_EXT_RETIREMENTS_V ,
-
View: FA_MASS_EXT_RETIREMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_MASS_EXT_RETIREMENTS_V, object_name:FA_MASS_EXT_RETIREMENTS_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_MASS_EXT_RETIREMENTS_V ,
-
Table: FA_CATEGORIES_B
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_CATEGORIES_B, object_name:FA_CATEGORIES_B, status:VALID, product: OFA - Assets , description: Default financial information for asset categories (base MLS table) , implementation_dba_data: FA.FA_CATEGORIES_B ,
-
Table: FA_CATEGORIES_B
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_CATEGORIES_B, object_name:FA_CATEGORIES_B, status:VALID, product: OFA - Assets , description: Default financial information for asset categories (base MLS table) , implementation_dba_data: FA.FA_CATEGORIES_B ,
-
View: FA_CAPITALIZE_CIP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_CAPITALIZE_CIP_V, object_name:FA_CAPITALIZE_CIP_V, status:VALID, product: OFA - Assets , description: Newly added or capitalized CIP assets , implementation_dba_data: APPS.FA_CAPITALIZE_CIP_V ,
-
View: FA_TRANSACTION_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_TRANSACTION_HEADERS_V, object_name:FA_TRANSACTION_HEADERS_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_TRANSACTION_HEADERS_V ,
-
View: FA_MASS_EXTERNAL_TRANSFERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_MASS_EXTERNAL_TRANSFERS_V, object_name:FA_MASS_EXTERNAL_TRANSFERS_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_MASS_EXTERNAL_TRANSFERS_V ,
-
View: FA_TRANSACTION_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_TRANSACTION_HEADERS_V, object_name:FA_TRANSACTION_HEADERS_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_TRANSACTION_HEADERS_V ,
-
View: FA_CAPITALIZE_CIP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_CAPITALIZE_CIP_V, object_name:FA_CAPITALIZE_CIP_V, status:VALID, product: OFA - Assets , description: Newly added or capitalized CIP assets , implementation_dba_data: APPS.FA_CAPITALIZE_CIP_V ,
-
View: FA_MASS_EXTERNAL_TRANSFERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_MASS_EXTERNAL_TRANSFERS_V, object_name:FA_MASS_EXTERNAL_TRANSFERS_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_MASS_EXTERNAL_TRANSFERS_V ,
-
View: FA_RETIREMENT_REQUESTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_RETIREMENT_REQUESTS_V, object_name:FA_RETIREMENT_REQUESTS_V, status:VALID, product: OFA - Assets , description: This view displays Mass Retirements and its effect on the performed retirement transaction , implementation_dba_data: APPS.FA_RETIREMENT_REQUESTS_V ,
-
View: FA_RETIREMENT_REQUESTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_RETIREMENT_REQUESTS_V, object_name:FA_RETIREMENT_REQUESTS_V, status:VALID, product: OFA - Assets , description: This view displays Mass Retirements and its effect on the performed retirement transaction , implementation_dba_data: APPS.FA_RETIREMENT_REQUESTS_V ,
-
View: FA_AEL_GL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_AEL_GL_V, object_name:FA_AEL_GL_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_AEL_GL_V ,
-
View: FA_AEL_GL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_AEL_GL_V, object_name:FA_AEL_GL_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_AEL_GL_V ,
-
View: FA_TRANSACTION_HISTORY_TRX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_TRANSACTION_HISTORY_TRX_V, object_name:FA_TRANSACTION_HISTORY_TRX_V, status:VALID, product: OFA - Assets , description: - Retrofitted , implementation_dba_data: APPS.FA_TRANSACTION_HISTORY_TRX_V ,
-
View: FA_TRANS_HIST_TRX_WEB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_TRANS_HIST_TRX_WEB_V, object_name:FA_TRANS_HIST_TRX_WEB_V, status:VALID, product: OFA - Assets , description: Asset transaction history for all books , implementation_dba_data: APPS.FA_TRANS_HIST_TRX_WEB_V ,
-
View: FA_TRANSACTION_HISTORY_TRX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_TRANSACTION_HISTORY_TRX_V, object_name:FA_TRANSACTION_HISTORY_TRX_V, status:VALID, product: OFA - Assets , description: - Retrofitted , implementation_dba_data: APPS.FA_TRANSACTION_HISTORY_TRX_V ,
-
View: FA_TRANS_HIST_TRX_WEB_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_TRANS_HIST_TRX_WEB_V, object_name:FA_TRANS_HIST_TRX_WEB_V, status:VALID, product: OFA - Assets , description: Asset transaction history for all books , implementation_dba_data: APPS.FA_TRANS_HIST_TRX_WEB_V ,
-
View: FA_RETIREMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_RETIREMENTS_V, object_name:FA_RETIREMENTS_V, status:VALID, product: OFA - Assets , description: Asset Retirement Information , implementation_dba_data: APPS.FA_RETIREMENTS_V ,
-
View: FA_RETIREMENTS_WEB_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_RETIREMENTS_WEB_V, object_name:FA_RETIREMENTS_WEB_V, status:VALID, product: OFA - Assets , description: Asset retirement transaction information , implementation_dba_data: APPS.FA_RETIREMENTS_WEB_V ,
-
View: FA_RETIREMENTS_WEB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_RETIREMENTS_WEB_V, object_name:FA_RETIREMENTS_WEB_V, status:VALID, product: OFA - Assets , description: Asset retirement transaction information , implementation_dba_data: APPS.FA_RETIREMENTS_WEB_V ,
-
View: FA_RETIREMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_RETIREMENTS_V, object_name:FA_RETIREMENTS_V, status:VALID, product: OFA - Assets , description: Asset Retirement Information , implementation_dba_data: APPS.FA_RETIREMENTS_V ,
-
Table: FA_ADDITIONS_B
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_ADDITIONS_B, object_name:FA_ADDITIONS_B, status:VALID, product: OFA - Assets , description: Descriptive information about assets (base MLS table) , implementation_dba_data: FA.FA_ADDITIONS_B ,
-
Table: FA_ADDITIONS_B
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_ADDITIONS_B, object_name:FA_ADDITIONS_B, status:VALID, product: OFA - Assets , description: Descriptive information about assets (base MLS table) , implementation_dba_data: FA.FA_ADDITIONS_B ,
-
View: FA_AEL_SL_MRC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_AEL_SL_MRC_V, object_name:FA_AEL_SL_MRC_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_AEL_SL_MRC_V ,
-
View: FA_AEL_SL_MRC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_AEL_SL_MRC_V, object_name:FA_AEL_SL_MRC_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_AEL_SL_MRC_V ,
-
View: FA_AEL_SL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_AEL_SL_V, object_name:FA_AEL_SL_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_AEL_SL_V ,
-
View: FA_AEL_SL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_AEL_SL_V, object_name:FA_AEL_SL_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_AEL_SL_V ,