FA Asset Book Details – Oracle EBS SQL Report
Oracle E-Business Suite SQL report from the Enginatics Library powered by Blitz Report™.
Overview
FA asset books with asset depreciation summary and financial transaction values. Using parameters ‘Show Calendar’, ‘Show Alternative Ledgers’, ‘Show Accounting Rules’, ‘Show Natural Accounts’ shows the setup details of book controls.
Report Parameters
Ledger, Book, As of Period, Show Calendar, Show Alternative Ledgers, Show Accounting Rules, Show Natural Accounts, Show Asset Details, Show Depreciation Summary, Show Assignments, Show Fin Transactions, Show Source Invoices, Exclude Retired Assets, Organization
Oracle EBS Tables Used
fa_mc_book_controls, gl_ledgers, fnd_id_flex_structures_vl, fa_additions_tl, fa_asset_keywords_kfv, fa_additions_b, ap_suppliers, fa_deprn_periods, fa_books, fa_leases, fa_book_controls, fa_system_controls, fa_category_books, fa_deprn_summary, fa_calendar_types, fa_distribution_history, gl_code_combinations_kfv, per_all_people_f, fa_lookups, fa_transaction_headers, fa_trx_references, fa_calendar_periods, fa_invoice_details_v, fnd_id_flex_structures_tl, c_alt_ledgers, c_additions, c_dprn, c_dist, c_fin_trx, c_inv_src, hr_all_organization_units_vl
Report Categories
Running This SQL Without Blitz Report
Some Oracle EBS SQL reports in this library require functions from the utility package xxen_util. Install it before running the SQL directly against your Oracle EBS database.
Download & Import Options
| Resource | Link |
|---|---|
| Excel Example Output | FA Asset Book Details 19-Jan-2018 003659.xlsx |
| Blitz Report™ XML Import | FA_Asset_Book_Details.xml |
| Full SQL on Enginatics | www.enginatics.com/reports/fa-asset-book-details/ |
Case Study & Technical Analysis: FA Asset Book Details
Executive Summary
The FA Asset Book Details report is a fundamental tool for Fixed Asset Accountants and System Administrators. It provides a deep dive into the configuration and status of Asset Books within Oracle Assets. From verifying depreciation rules to reconciling financial transaction values, this report ensures that the asset register is aligned with corporate accounting policies and the General Ledger.
Business Challenge
Fixed Asset management involves complex calculations and strict regulatory compliance. Organizations often struggle with:
- Configuration Drift: Unintended changes to depreciation methods or prorate conventions that can skew financial results.
- Reconciliation Issues: Difficulty in matching the Asset Subledger balance to the General Ledger due to opaque book setups.
- Audit Complexity: Proving to auditors that the system is calculating depreciation correctly according to the defined rules (e.g., Straight Line vs. Double Declining Balance).
- Multi-Book Management: Managing Tax books alongside Corporate books requires constant validation to ensure they remain in sync where necessary.
The Solution
This report solves these challenges by providing a transparent “Operational View” of the Asset Book controls and contents.
- Configuration Audit: The “Show Accounting Rules” parameter exposes the exact depreciation method, prorate calendar, and retirement conventions assigned to the book.
- Financial Integrity: By enabling “Show Fin Transactions” and “Show Depreciation Summary,” users can trace the financial impact of assets within the book, facilitating period-end reconciliation.
- Multi-Ledger Support: The report supports reporting on Alternative Ledgers (Reporting Currencies), ensuring global compliance.
Technical Architecture (High Level)
The report queries the core Oracle Assets configuration and transaction tables.
- Primary Tables:
FA_BOOK_CONTROLS: The header table defining the book itself (Class, Associated Ledger, Current Open Period).FA_BOOKS: Contains the financial rules for each asset within the book (Cost, Depreciation Method, Life).FA_DEPRN_SUMMARY: Stores the calculated depreciation amounts per period.FA_ADDITIONS_B: The master table for asset descriptive details.FA_SYSTEM_CONTROLS&FA_CALENDAR_TYPES: Defines the enterprise-level asset system and calendar setups.
- Logical Relationships:
The report centers on the Book Control (
FA_BOOK_CONTROLS) and expands to show the rules governing that book. It then optionally joins to the asset-level data (FA_BOOKS) and financial summary (FA_DEPRN_SUMMARY) to provide a complete picture of both the rules and the results.
Parameters & Filtering
- Show Accounting Rules: A key parameter for auditors. When ‘Yes’, it displays the Depreciation Method, Prorate Convention, and Calendar details.
- Show Depreciation Summary: Toggles the display of accumulated depreciation and YTD depreciation figures.
- Show Alternative Ledgers: Essential for multi-national implementations using Reporting Currencies (MRC).
- As of Period: Allows “Time Travel” reporting to see the state of the book at a past period close.
Performance & Optimization
- Selective Detail: The report uses parameters to control the depth of the join. If “Show Asset Details” is ‘No’, the report runs extremely fast as it only queries the high-level Book Control tables.
- Indexed Access: Joins to
FA_DEPRN_SUMMARYandFA_BOOKSare driven by the indexedBOOK_TYPE_CODEandASSET_ID, ensuring efficient retrieval even for large asset registers.
FAQ
Q: How can I verify if my Tax Book is set up to copy changes from the Corporate Book? A: Run the report for the Tax Book and check the “Mass Copy” flags in the output (often part of the detailed book controls).
Q: Why do I see different costs for the same asset in different books?
A: This is normal. Run the report for both the Corporate and Tax books. The FA_BOOKS table stores cost and depreciation rules separately for each book, allowing for different valuations (e.g., GAAP vs. Tax).
Q: Can this report show me the GL accounts mapped to the book? A: Yes, if you enable “Show Natural Accounts” or look at the distribution details, you can see the account code combinations associated with the asset categories in this book.
Useful Links
- Blitz Report™ – World’s Fastest Oracle EBS Reporting Tool
- Oracle Discoverer Replacement – Import Worksheets into Blitz Report™
- Oracle EBS Reporting Toolkits by Blitz Report™
- Blitz Report™ FAQ & Community Q&A
- Supply Chain Hub by Blitz Report™
- Blitz Report™ Customer Case Studies
- Oracle EBS Reporting Blog
- Oracle EBS Reporting Resource Centre
© 2026 Enginatics