Search Results fa_books
Overview
The FA_BOOKS table is a core transactional entity within the Oracle E-Business Suite Fixed Assets (OFA) module for versions 12.1.1 and 12.2.2. It stores the definitive financial and accounting information for each asset, as recorded in a specific asset book. An asset book defines the depreciation and accounting rules for a set of assets, and a single physical asset can have multiple records in FA_BOOKS, each representing its financial history in a different book (e.g., Corporate, Tax). This table is the primary repository for an asset's cost, accumulated depreciation, current depreciation expense, and key depreciation rules such as method, life, and convention. It serves as the central point for calculating and reporting asset balances and depreciation.
Key Information Stored
The table's primary key is TRANSACTION_HEADER_ID_IN, linking it to the FA_TRANSACTION_HEADERS table to track the transaction that created the book record. Critical financial columns include COST, DEPRN_RESERVE, and DEPRN_AMOUNT. Depreciation rule columns such as DEPRN_METHOD_CODE, LIFE_IN_MONTHS, and PRORATE_CONVENTION_CODE are foreign keys to their respective reference tables. The table also tracks the asset's status and timeline within the book through columns like DATE_EFFECTIVE, DATE_INEFFECTIVE, PERIOD_COUNTER_FULLY_RESERVED, and PERIOD_COUNTER_CAPITALIZED. Other significant foreign key relationships include ASSET_ID (to FA_ADDITIONS_B), BOOK_TYPE_CODE (to FA_BOOK_CONTROLS), and RETIREMENT_ID (to FA_RETIREMENTS).
Common Use Cases and Queries
This table is essential for asset valuation reports, ledger reconciliation, and audit inquiries. A fundamental query retrieves the current net book value for assets in a specific book, joining to FA_ADDITIONS_B for descriptive information. Developers often query FA_BOOKS to determine the active depreciation rules for an asset or to trace its cost history. For period-end closing, processes reference PERIOD_COUNTER_* columns to identify assets that were fully reserved, retired, or capitalized in a given period. A typical reporting query pattern is:
- SELECT fb.asset_id, fa.asset_number, fb.cost, fb.deprn_reserve, fb.cost - fb.deprn_reserve net_book_value
- FROM fa_books fb, fa_additions_b fa
- WHERE fb.asset_id = fa.asset_id AND fb.book_type_code = 'CORPORATE' AND fb.date_ineffective IS NULL;
Related Objects
FA_BOOKS has extensive relationships within the Fixed Assets schema. It is a parent table to several key history and transaction tables, including FA_DEPRN_DETAIL, FA_DISTRIBUTION_HISTORY, and FA_TRANSFER_DETAILS. As indicated by the foreign keys, it references numerous control and reference tables: FA_BOOK_CONTROLS, FA_METHODS, FA_CONVENTION_TYPES, FA_DEPRN_PERIODS, and FA_TRANSACTION_HEADERS (for both the creating and retiring transactions). The FA_ADDITIONS_B table provides the master asset definition, while FA_RETIREMENTS and FA_CAPITAL_BUDGET link to specific transactional events. This network of relationships underscores FA_BOOKS' role as the central financial hub for asset accounting.
-
Table: FA_BOOKS
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_BOOKS, object_name:FA_BOOKS, status:VALID, product: OFA - Assets , description: Financial information of each asset , implementation_dba_data: FA.FA_BOOKS ,
-
Table: FA_BOOKS
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_BOOKS, object_name:FA_BOOKS, status:VALID, product: OFA - Assets , description: Financial information of each asset , implementation_dba_data: FA.FA_BOOKS ,
-
APPS.FA_UNPLANNED_PVT dependencies on FA_BOOKS
12.1.1
-
APPS.FA_RET_TYPES dependencies on FA_BOOKS
12.1.1
-
APPS.FA_MASS_RET_PKG dependencies on FA_BOOKS
12.1.1
-
APPS.OKL_ACTIVATE_ASSET_PVT dependencies on FA_BOOKS
12.1.1
-
APPS.FA_POLISH_PVT dependencies on FA_BOOKS
12.2.2
-
APPS.FA_UTIL_PVT dependencies on FA_BOOKS
12.2.2
-
APPS.FA_CUA_DERIVE_ASSET_ATTR_PKG dependencies on FA_BOOKS
12.2.2
-
APPS.FA_DEP_SUMM_TAX_REG_PKG dependencies on FA_BOOKS
12.1.1
-
APPS.FA_ADDITION_PVT dependencies on FA_BOOKS
12.2.2
-
APPS.IGI_IMP_IAC_IMPORT_PKG dependencies on FA_BOOKS
12.1.1
-
APPS.JG_RX_FAREG dependencies on FA_BOOKS
12.2.2
-
APPS.OKL_ACCOUNTING_UTIL dependencies on FA_BOOKS
12.2.2
-
APPS.JL_ZZ_FA_CALC_ADJUSTMENT_PKG dependencies on FA_BOOKS
12.2.2
-
APPS.CSI_FA_INSTANCE_GRP dependencies on FA_BOOKS
12.2.2
-
APPS.IGI_IAC_REVAL_INIT_STRUCT dependencies on FA_BOOKS
12.2.2
-
APPS.FA_RETIREMENT_PVT dependencies on FA_BOOKS
12.2.2
-
APPS.FA_MASS_REINS_PKG dependencies on FA_BOOKS
12.2.2
-
APPS.FA_FAS443_XMLP_PKG dependencies on FA_BOOKS
12.2.2
-
APPS.OKL_ACTIVATE_ASSET_PVT dependencies on FA_BOOKS
12.1.1
-
APPS.IGI_IMP_IAC_EXCEP_INER_PKG dependencies on FA_BOOKS
12.2.2
-
APPS.FA_TAX_UPLOAD_PKG dependencies on FA_BOOKS
12.2.2
-
APPS.JL_ZZ_FA_FUNCTIONS_PKG dependencies on FA_BOOKS
12.2.2
-
APPS.FA_RECLASS_PVT dependencies on FA_BOOKS
12.2.2
-
APPS.IGI_IMP_IAC_WEBADI_PKG dependencies on FA_BOOKS
12.2.2
-
APPS.FA_AFE_TRANSACTIONS_PKG dependencies on FA_BOOKS
12.2.2
-
APPS.OKL_AM_CNTRCT_LN_TRMNT_PVT dependencies on FA_BOOKS
12.1.1
-
APPS.FA_POLISH_PVT dependencies on FA_BOOKS
12.1.1
-
APPS.JA_AU_FA_BAL_CHG dependencies on FA_BOOKS
12.2.2
-
APPS.FARX_INV_MISS_PKG dependencies on FA_BOOKS
12.2.2
-
APPS.FA_SORP_UPG_PKG dependencies on FA_BOOKS
12.2.2
-
APPS.FA_FASCOSTS_XMLP_PKG dependencies on FA_BOOKS
12.2.2
-
APPS.IGI_IGIIARSV_XMLP_PKG dependencies on FA_BOOKS
12.2.2
-
APPS.FA_CUA_HR_RETIREMENTS_PKG dependencies on FA_BOOKS
12.2.2
-
APPS.JA_CN_PS_FA_MI_EXP_PKG dependencies on FA_BOOKS
12.2.2
-
APPS.CSE_IPV_FA_PKG dependencies on FA_BOOKS
12.2.2
-
APPS.JGRX_FAREG dependencies on FA_BOOKS
12.2.2
-
APPS.FA_MC_UPG1_PKG dependencies on FA_BOOKS
12.2.2
-
APPS.OKL_AM_AMORTIZE_PVT dependencies on FA_BOOKS
12.2.2
-
APPS.FARX_C_MT dependencies on FA_BOOKS
12.1.1
-
APPS.FA_CDE_PKG dependencies on FA_BOOKS
12.1.1
-
APPS.FA_SUPER_GROUP_CHANGE_PKG dependencies on FA_BOOKS
12.2.2
-
APPS.FA_REC_PVT_PKG2 dependencies on FA_BOOKS
12.2.2
-
APPS.IGI_IAC_RXI_I_WRAP_ASSET_BAL dependencies on FA_BOOKS
12.2.2
-
APPS.CSE_ASSET_MOVE_PKG dependencies on FA_BOOKS
12.2.2
-
APPS.FA_ADDITION_PVT dependencies on FA_BOOKS
12.1.1
-
APPS.FA_SUPER_GROUP_CHANGE_PKG dependencies on FA_BOOKS
12.1.1
-
APPS.CSE_IPV_FA_PKG dependencies on FA_BOOKS
12.1.1
-
APPS.OKL_SLA_ACC_SOURCES_PVT dependencies on FA_BOOKS
12.1.1