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.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 ,
-
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_DEPRN_PERIODS
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_DEPRN_PERIODS, object_name:FA_DEPRN_PERIODS, status:VALID, product: OFA - Assets , description: Information about each depreciation period , implementation_dba_data: FA.FA_DEPRN_PERIODS ,
-
Table: FA_DEPRN_PERIODS
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_DEPRN_PERIODS, object_name:FA_DEPRN_PERIODS, status:VALID, product: OFA - Assets , description: Information about each depreciation period , implementation_dba_data: FA.FA_DEPRN_PERIODS ,
-
Table: FA_TRANSFER_DETAILS
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_TRANSFER_DETAILS, object_name:FA_TRANSFER_DETAILS, status:VALID, product: OFA - Assets , description: Information that defines the historic relationship between active FA_BOOKS and FA_DISTRIBUTION_HISTORY rows , implementation_dba_data: FA.FA_TRANSFER_DETAILS ,
-
Table: FA_TRANSFER_DETAILS
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_TRANSFER_DETAILS, object_name:FA_TRANSFER_DETAILS, status:VALID, product: OFA - Assets , description: Information that defines the historic relationship between active FA_BOOKS and FA_DISTRIBUTION_HISTORY rows , implementation_dba_data: FA.FA_TRANSFER_DETAILS ,
-
View: FA_FIN_INQRY_COST_WEB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_FIN_INQRY_COST_WEB_V, object_name:FA_FIN_INQRY_COST_WEB_V, status:VALID, product: OFA - Assets , description: Cost history information , implementation_dba_data: APPS.FA_FIN_INQRY_COST_WEB_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_FIN_INQRY_COST_WEB_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_FIN_INQRY_COST_WEB_V, object_name:FA_FIN_INQRY_COST_WEB_V, status:VALID, product: OFA - Assets , description: Cost history information , implementation_dba_data: APPS.FA_FIN_INQRY_COST_WEB_V ,
-
Table: FA_ITC_RATES
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_ITC_RATES, object_name:FA_ITC_RATES, status:VALID, product: OFA - Assets , description: Investment tax credit (ITC) rate information , implementation_dba_data: FA.FA_ITC_RATES ,
-
Table: FA_ITC_RATES
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_ITC_RATES, object_name:FA_ITC_RATES, status:VALID, product: OFA - Assets , description: Investment tax credit (ITC) rate information , implementation_dba_data: FA.FA_ITC_RATES ,
-
Table: FA_SUPER_GROUPS
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_SUPER_GROUPS, object_name:FA_SUPER_GROUPS, status:VALID, product: OFA - Assets , description: Contains super group definitions - flexfield and general descriptive information. , implementation_dba_data: FA.FA_SUPER_GROUPS ,
-
Table: FA_SUPER_GROUPS
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_SUPER_GROUPS, object_name:FA_SUPER_GROUPS, status:VALID, product: OFA - Assets , description: Contains super group definitions - flexfield and general descriptive information. , implementation_dba_data: FA.FA_SUPER_GROUPS ,
-
Table: FA_CAPITAL_BUDGET
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_CAPITAL_BUDGET, object_name:FA_CAPITAL_BUDGET, status:VALID, product: OFA - Assets , description: Budget assets used to run depreciation projections and reports , implementation_dba_data: FA.FA_CAPITAL_BUDGET ,
-
Table: FA_CEILING_TYPES
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_CEILING_TYPES, object_name:FA_CEILING_TYPES, status:VALID, product: OFA - Assets , description: General ceiling information , implementation_dba_data: FA.FA_CEILING_TYPES ,
-
Table: FA_BONUS_RULES
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_BONUS_RULES, object_name:FA_BONUS_RULES, status:VALID, product: OFA - Assets , description: Bonus rule information used by the Depreciation program , implementation_dba_data: FA.FA_BONUS_RULES ,
-
Table: FA_BONUS_RULES
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_BONUS_RULES, object_name:FA_BONUS_RULES, status:VALID, product: OFA - Assets , description: Bonus rule information used by the Depreciation program , implementation_dba_data: FA.FA_BONUS_RULES ,
-
View: FA_EXTENDED_DEPRN_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_EXTENDED_DEPRN_V, object_name:FA_EXTENDED_DEPRN_V, status:VALID, product: OFA - Assets , description: FA_EXTENDED_DEPRN_V view is used for extended depreciation. , implementation_dba_data: APPS.FA_EXTENDED_DEPRN_V ,
-
View: FA_TRANSACTION_HISTORY_BOOKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_TRANSACTION_HISTORY_BOOKS_V, object_name:FA_TRANSACTION_HISTORY_BOOKS_V, status:VALID, product: OFA - Assets , description: - Retrofitted , implementation_dba_data: APPS.FA_TRANSACTION_HISTORY_BOOKS_V ,
-
View: FA_TRANS_HIST_BOOKS_WEB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_TRANS_HIST_BOOKS_WEB_V, object_name:FA_TRANS_HIST_BOOKS_WEB_V, status:VALID, product: OFA - Assets , description: Asset transaction history in a given book , implementation_dba_data: APPS.FA_TRANS_HIST_BOOKS_WEB_V ,
-
Table: FA_CEILING_TYPES
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_CEILING_TYPES, object_name:FA_CEILING_TYPES, status:VALID, product: OFA - Assets , description: General ceiling information , implementation_dba_data: FA.FA_CEILING_TYPES ,
-
Table: FA_CAPITAL_BUDGET
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_CAPITAL_BUDGET, object_name:FA_CAPITAL_BUDGET, status:VALID, product: OFA - Assets , description: Budget assets used to run depreciation projections and reports , implementation_dba_data: FA.FA_CAPITAL_BUDGET ,
-
View: FA_TRANS_HIST_BOOKS_WEB_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_TRANS_HIST_BOOKS_WEB_V, object_name:FA_TRANS_HIST_BOOKS_WEB_V, status:VALID, product: OFA - Assets , description: Asset transaction history in a given book , implementation_dba_data: APPS.FA_TRANS_HIST_BOOKS_WEB_V ,
-
Table: FA_RETIREMENTS
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_RETIREMENTS, object_name:FA_RETIREMENTS, status:VALID, product: OFA - Assets , description: Information about asset retirements and reinstatements , implementation_dba_data: FA.FA_RETIREMENTS ,
-
Table: FA_RETIREMENTS
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_RETIREMENTS, object_name:FA_RETIREMENTS, status:VALID, product: OFA - Assets , description: Information about asset retirements and reinstatements , implementation_dba_data: FA.FA_RETIREMENTS ,
-
Table: FA_CONVENTION_TYPES
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_CONVENTION_TYPES, object_name:FA_CONVENTION_TYPES, status:VALID, product: OFA - Assets , description: Names and descriptions for prorate conventions , implementation_dba_data: FA.FA_CONVENTION_TYPES ,
-
View: FA_SXL_BOOKS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_SXL_BOOKS_V, object_name:FA_SXL_BOOKS_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_SXL_BOOKS_V ,
-
View: FA_SXL_BOOKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_SXL_BOOKS_V, object_name:FA_SXL_BOOKS_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_SXL_BOOKS_V ,
-
Table: FA_CONVENTION_TYPES
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_CONVENTION_TYPES, object_name:FA_CONVENTION_TYPES, status:VALID, product: OFA - Assets , description: Names and descriptions for prorate conventions , implementation_dba_data: FA.FA_CONVENTION_TYPES ,
-
View: FA_ADDITIONS_ASSET_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_ADDITIONS_ASSET_V, object_name:FA_ADDITIONS_ASSET_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_ADDITIONS_ASSET_V ,
-
View: FA_ADDITIONS_ASSET_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_ADDITIONS_ASSET_V, object_name:FA_ADDITIONS_ASSET_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_ADDITIONS_ASSET_V ,
-
View: FA_BOOKS_BOOK_CONTROLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_BOOKS_BOOK_CONTROLS_V, object_name:FA_BOOKS_BOOK_CONTROLS_V, status:VALID, product: OFA - Assets , description: - Retrofitted , implementation_dba_data: APPS.FA_BOOKS_BOOK_CONTROLS_V ,
-
View: FABV_ASSETS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FABV_ASSETS, object_name:FABV_ASSETS, status:VALID, product: OFA - Assets , description: - Retrofitted , implementation_dba_data: APPS.FABV_ASSETS ,
-
View: FA_ASSET_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_ASSET_V, object_name:FA_ASSET_V, status:VALID, product: OFA - Assets , description: Asset identification and financial information , implementation_dba_data: APPS.FA_ASSET_V ,
-
View: FA_ASSET_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_ASSET_V, object_name:FA_ASSET_V, status:VALID, product: OFA - Assets , description: Asset identification and financial information , implementation_dba_data: APPS.FA_ASSET_V ,
-
Table: FA_METHODS
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_METHODS, object_name:FA_METHODS, status:VALID, product: OFA - Assets , description: Depreciation method information , implementation_dba_data: FA.FA_METHODS ,
-
View: FABV_ASSETS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FABV_ASSETS, object_name:FABV_ASSETS, status:VALID, product: OFA - Assets , description: - Retrofitted , implementation_dba_data: APPS.FABV_ASSETS ,
-
Table: FA_METHODS
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_METHODS, object_name:FA_METHODS, status:VALID, product: OFA - Assets , description: Depreciation method information , implementation_dba_data: FA.FA_METHODS ,
-
View: FABV_ASSET_BKS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FABV_ASSET_BKS, object_name:FABV_ASSET_BKS, status:VALID, product: OFA - Assets , description: - Retrofitted , implementation_dba_data: APPS.FABV_ASSET_BKS ,
-
View: FAFV_DEPRECIATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FAFV_DEPRECIATIONS, object_name:FAFV_DEPRECIATIONS, status:VALID, product: OFA - Assets , description: - Retrofitted , implementation_dba_data: APPS.FAFV_DEPRECIATIONS ,
-
View: FABV_ASSET_BKS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FABV_ASSET_BKS, object_name:FABV_ASSET_BKS, status:VALID, product: OFA - Assets , description: - Retrofitted , implementation_dba_data: APPS.FABV_ASSET_BKS ,
-
View: FAFV_DEPRECIATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FAFV_DEPRECIATIONS, object_name:FAFV_DEPRECIATIONS, status:VALID, product: OFA - Assets , description: - Retrofitted , implementation_dba_data: APPS.FAFV_DEPRECIATIONS ,
-
View: FA_FINANCIAL_INQUIRY_COST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_FINANCIAL_INQUIRY_COST_V, object_name:FA_FINANCIAL_INQUIRY_COST_V, status:VALID, product: OFA - Assets , description: Financial Cost History , implementation_dba_data: APPS.FA_FINANCIAL_INQUIRY_COST_V ,
-
View: FAFV_ASSETS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FAFV_ASSETS, object_name:FAFV_ASSETS, status:VALID, product: OFA - Assets , description: - Retrofitted , implementation_dba_data: APPS.FAFV_ASSETS ,
-
Table: FA_DISTRIBUTION_HISTORY
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_DISTRIBUTION_HISTORY, object_name:FA_DISTRIBUTION_HISTORY, status:VALID, product: OFA - Assets , description: Employee, location, and Accounting Flexfield values assigned to each asset , implementation_dba_data: FA.FA_DISTRIBUTION_HISTORY ,
-
Table: FA_DISTRIBUTION_HISTORY
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_DISTRIBUTION_HISTORY, object_name:FA_DISTRIBUTION_HISTORY, status:VALID, product: OFA - Assets , description: Employee, location, and Accounting Flexfield values assigned to each asset , implementation_dba_data: FA.FA_DISTRIBUTION_HISTORY ,
-
View: FAFV_ASSETS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FAFV_ASSETS, object_name:FAFV_ASSETS, status:VALID, product: OFA - Assets , description: - Retrofitted , implementation_dba_data: APPS.FAFV_ASSETS ,
-
View: FA_LIFES_V
12.1.1
product: OFA - Assets , implementation_dba_data: Not implemented in this database ,
-
View: FA_LIFES_V
12.2.2
product: OFA - Assets , implementation_dba_data: Not implemented in this database ,