Search Results fa_book_controls
Overview
The FA_BOOK_CONTROLS table is a core configuration table within the Oracle E-Business Suite (EBS) Fixed Assets module (OFA). It stores the master control parameters and accounting rules that govern all assets assigned to a specific depreciation book. A depreciation book is a fundamental construct in Oracle Assets, representing a distinct set of accounting records for tracking asset cost and depreciation. This table acts as the central repository for the book-level settings that determine how depreciation is calculated, how journal entries are categorized, and how the book integrates with the General Ledger. Its configuration is critical for ensuring accurate and consistent asset accounting across the enterprise.
Key Information Stored
The table's primary key is the BOOK_TYPE_CODE, uniquely identifying each depreciation book. Key columns define the book's operational and financial characteristics. These include the SET_OF_BOOKS_ID, which links the asset book to a specific General Ledger, and the DEPRN_CALENDAR, which defines the fiscal calendar for depreciation calculations. A significant portion of the table's structure is dedicated to journal entry (JE) category mappings, such as JE_DEPRECIATION_CATEGORY, JE_ADDITION_CATEGORY, and JE_RETIREMENT_CATEGORY. These columns store references to GL_JE_CATEGORIES_TL, controlling how different asset transactions are categorized in subledger accounting and ultimately posted to the General Ledger. Other columns manage processes like mass transfers (MASS_COPY_SOURCE_BOOK, MASS_REQUEST_ID) and control various accounting and depreciation rules.
Common Use Cases and Queries
This table is primarily referenced for configuration validation, troubleshooting, and integrated reporting. A common query retrieves the complete setup for a specific book to verify journal posting rules. For instance, to audit the JE category mappings for the 'CORPORATE' book, one might use:
- SELECT book_type_code, je_depreciation_category, je_addition_category, je_retirement_category FROM fa_book_controls WHERE book_type_code = 'CORPORATE';
Another frequent use case involves identifying all asset books linked to a particular General Ledger set of books for a period-end close reconciliation:
- SELECT book_type_code FROM fa_book_controls WHERE set_of_books_id = &set_of_books_id;
Technical consultants also query this table to understand dependencies before modifying or retiring a depreciation book, as its configuration impacts all transactional asset tables.
Related Objects
FA_BOOK_CONTROLS has extensive relationships with other EBS objects, as indicated by its foreign keys. It is fundamentally linked to GL_SETS_OF_BOOKS (via SET_OF_BOOKS_ID) and FA_CALENDAR_TYPES (via DEPRN_CALENDAR). Its numerous foreign keys to GL_JE_CATEGORIES_TL underscore its role as the bridge between asset transactions and General Ledger accounting. The table is also referenced by the FA_BOOKS table, which holds asset-specific book information, and by key transactional tables like FA_DEPRN_DETAIL. Key APIs, such as the asset addition and depreciation programs, rely on the rules defined in FA_BOOK_CONTROLS to process transactions correctly. The self-referencing foreign key on MASS_COPY_SOURCE_BOOK indicates its role in book copy operations.
-
Table: FA_BOOK_CONTROLS
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_BOOK_CONTROLS, object_name:FA_BOOK_CONTROLS, status:VALID, product: OFA - Assets , description: Control information that affects all assets in a depreciation book , implementation_dba_data: FA.FA_BOOK_CONTROLS ,
-
Table: FA_BOOK_CONTROLS
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_BOOK_CONTROLS, object_name:FA_BOOK_CONTROLS, status:VALID, product: OFA - Assets , description: Control information that affects all assets in a depreciation book , implementation_dba_data: FA.FA_BOOK_CONTROLS ,
-
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_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_MASS_TAX_ADJUSTMENTS
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MASS_TAX_ADJUSTMENTS, object_name:FA_MASS_TAX_ADJUSTMENTS, status:VALID, product: OFA - Assets , description: Mass depreciation adjustment request information , implementation_dba_data: FA.FA_MASS_TAX_ADJUSTMENTS ,
-
Table: FA_CALENDAR_TYPES
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_CALENDAR_TYPES, object_name:FA_CALENDAR_TYPES, status:VALID, product: OFA - Assets , description: General calendar information , implementation_dba_data: FA.FA_CALENDAR_TYPES ,
-
Table: FA_CALENDAR_TYPES
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_CALENDAR_TYPES, object_name:FA_CALENDAR_TYPES, status:VALID, product: OFA - Assets , description: General calendar information , implementation_dba_data: FA.FA_CALENDAR_TYPES ,
-
Table: FA_MASS_TAX_ADJUSTMENTS
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MASS_TAX_ADJUSTMENTS, object_name:FA_MASS_TAX_ADJUSTMENTS, status:VALID, product: OFA - Assets , description: Mass depreciation adjustment request information , implementation_dba_data: FA.FA_MASS_TAX_ADJUSTMENTS ,
-
Table: FA_MC_DEFERRED_DEPRN
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MC_DEFERRED_DEPRN, object_name:FA_MC_DEFERRED_DEPRN, status:VALID, product: OFA - Assets , description: Deferred depreciation calculated for each distribution line in the reporting currency , implementation_dba_data: FA.FA_MC_DEFERRED_DEPRN ,
-
Table: FA_MC_DEFERRED_DEPRN
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MC_DEFERRED_DEPRN, object_name:FA_MC_DEFERRED_DEPRN, status:VALID, product: OFA - Assets , description: Deferred depreciation calculated for each distribution line in the reporting currency , implementation_dba_data: FA.FA_MC_DEFERRED_DEPRN ,
-
Table: FA_DEFERRED_DEPRN
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_DEFERRED_DEPRN, object_name:FA_DEFERRED_DEPRN, status:VALID, product: OFA - Assets , description: Deferred depreciation calculated for each distribution line , implementation_dba_data: FA.FA_DEFERRED_DEPRN ,
-
Table: FA_DEFERRED_DEPRN
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_DEFERRED_DEPRN, object_name:FA_DEFERRED_DEPRN, status:VALID, product: OFA - Assets , description: Deferred depreciation calculated for each distribution line , implementation_dba_data: FA.FA_DEFERRED_DEPRN ,
-
View: FA_BOOKS_BOOK_CONTROLS_V
12.2.2
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: FA_DEPRN_WEB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_DEPRN_WEB_V, object_name:FA_DEPRN_WEB_V, status:VALID, product: OFA - Assets , description: Depreciation information for an asset in a given depreciation book , implementation_dba_data: APPS.FA_DEPRN_WEB_V ,
-
View: FA_DEPRN_WEB_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_DEPRN_WEB_V, object_name:FA_DEPRN_WEB_V, status:VALID, product: OFA - Assets , description: Depreciation information for an asset in a given depreciation book , implementation_dba_data: APPS.FA_DEPRN_WEB_V ,
-
View: FA_FINANCIAL_INQUIRY_COST_V
12.2.2
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 ,
-
Table: FA_DEPRN_OVERRIDE
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_DEPRN_OVERRIDE, object_name:FA_DEPRN_OVERRIDE, status:VALID, product: OFA - Assets , description: Table for Depreciation Override Feature. , implementation_dba_data: FA.FA_DEPRN_OVERRIDE ,
-
Table: FA_DISTRIBUTION_SETS
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_DISTRIBUTION_SETS, object_name:FA_DISTRIBUTION_SETS, status:VALID, product: OFA - Assets , description: Header information for distribution sets , implementation_dba_data: FA.FA_DISTRIBUTION_SETS ,
-
Table: FA_TRANSACTION_INTERFACE
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_TRANSACTION_INTERFACE, object_name:FA_TRANSACTION_INTERFACE, status:VALID, product: OFA - Assets , description: Interface table for uploading transactions to Assets , implementation_dba_data: FA.FA_TRANSACTION_INTERFACE ,
-
Table: FA_DISTRIBUTION_SETS
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_DISTRIBUTION_SETS, object_name:FA_DISTRIBUTION_SETS, status:VALID, product: OFA - Assets , description: Header information for distribution sets , implementation_dba_data: FA.FA_DISTRIBUTION_SETS ,
-
Table: FA_MC_DEPRN_SUMMARY
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MC_DEPRN_SUMMARY, object_name:FA_MC_DEPRN_SUMMARY, status:VALID, product: OFA - Assets , description: Depreciation information at the asset level , implementation_dba_data: FA.FA_MC_DEPRN_SUMMARY ,
-
Table: FA_ARCHIVE_HISTORY
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_ARCHIVE_HISTORY, object_name:FA_ARCHIVE_HISTORY, status:VALID, product: OFA - Assets , description: Archive, purge, and restore request information , implementation_dba_data: FA.FA_ARCHIVE_HISTORY ,
-
Table: FA_MC_DEPRN_SUMMARY
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MC_DEPRN_SUMMARY, object_name:FA_MC_DEPRN_SUMMARY, status:VALID, product: OFA - Assets , description: Depreciation information at the asset level , implementation_dba_data: FA.FA_MC_DEPRN_SUMMARY ,
-
Table: FA_ARCHIVE_HISTORY
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_ARCHIVE_HISTORY, object_name:FA_ARCHIVE_HISTORY, status:VALID, product: OFA - Assets , description: Archive, purge, and restore request information , implementation_dba_data: FA.FA_ARCHIVE_HISTORY ,
-
Table: FA_FISCAL_YEAR
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_FISCAL_YEAR, object_name:FA_FISCAL_YEAR, status:VALID, product: OFA - Assets , description: Range of dates for all fiscal years , implementation_dba_data: FA.FA_FISCAL_YEAR ,
-
Table: FA_MAINT_EVENTS
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MAINT_EVENTS, object_name:FA_MAINT_EVENTS, status:VALID, product: OFA - Assets , description: Stores scheduled events , implementation_dba_data: FA.FA_MAINT_EVENTS ,
-
Table: FA_FISCAL_YEAR
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_FISCAL_YEAR, object_name:FA_FISCAL_YEAR, status:VALID, product: OFA - Assets , description: Range of dates for all fiscal years , implementation_dba_data: FA.FA_FISCAL_YEAR ,
-
Table: FA_DEPRN_OVERRIDE
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_DEPRN_OVERRIDE, object_name:FA_DEPRN_OVERRIDE, status:VALID, product: OFA - Assets , description: Table for Depreciation Override Feature. , implementation_dba_data: FA.FA_DEPRN_OVERRIDE ,
-
Table: FA_MAINT_EVENTS
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MAINT_EVENTS, object_name:FA_MAINT_EVENTS, status:VALID, product: OFA - Assets , description: Stores scheduled events , implementation_dba_data: FA.FA_MAINT_EVENTS ,
-
Table: FA_SHORT_TAX_RESERVES
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_SHORT_TAX_RESERVES, object_name:FA_SHORT_TAX_RESERVES, status:VALID, product: OFA - Assets , description: Stores accumulated depreciation amounts for assets added in short tax years in their tax books , implementation_dba_data: FA.FA_SHORT_TAX_RESERVES ,
-
Table: FA_MASS_REVAL_REP_ITF
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MASS_REVAL_REP_ITF, object_name:FA_MASS_REVAL_REP_ITF, status:VALID, product: OFA - Assets , description: Interface table for Mass Revaluation reports , implementation_dba_data: FA.FA_MASS_REVAL_REP_ITF ,
-
Table: FA_TRANSACTION_INTERFACE
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_TRANSACTION_INTERFACE, object_name:FA_TRANSACTION_INTERFACE, status:VALID, product: OFA - Assets , description: Interface table for uploading transactions to Assets , implementation_dba_data: FA.FA_TRANSACTION_INTERFACE ,
-
Table: FA_DEPRN_SUMMARY
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_DEPRN_SUMMARY, object_name:FA_DEPRN_SUMMARY, status:VALID, product: OFA - Assets , description: Depreciation information at the asset level , implementation_dba_data: FA.FA_DEPRN_SUMMARY ,
-
Table: FA_MASS_REVAL_REP_ITF
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MASS_REVAL_REP_ITF, object_name:FA_MASS_REVAL_REP_ITF, status:VALID, product: OFA - Assets , description: Interface table for Mass Revaluation reports , implementation_dba_data: FA.FA_MASS_REVAL_REP_ITF ,
-
Table: FA_MASS_REVALUATIONS
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MASS_REVALUATIONS, object_name:FA_MASS_REVALUATIONS, status:VALID, product: OFA - Assets , description: Mass revaluation request status information , implementation_dba_data: FA.FA_MASS_REVALUATIONS ,
-
Table: FA_MASS_REVALUATIONS
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MASS_REVALUATIONS, object_name:FA_MASS_REVALUATIONS, status:VALID, product: OFA - Assets , description: Mass revaluation request status information , implementation_dba_data: FA.FA_MASS_REVALUATIONS ,
-
Table: FA_MC_BOOKS_RATES
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MC_BOOKS_RATES, object_name:FA_MC_BOOKS_RATES, status:VALID, product: OFA - Assets , description: Exchange rate information , implementation_dba_data: FA.FA_MC_BOOKS_RATES ,
-
Table: FA_MASS_TRANSFERS
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MASS_TRANSFERS, object_name:FA_MASS_TRANSFERS, status:VALID, product: OFA - Assets , description: Mass transfer request information , implementation_dba_data: FA.FA_MASS_TRANSFERS ,
-
Table: FA_MC_BOOKS_RATES
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MC_BOOKS_RATES, object_name:FA_MC_BOOKS_RATES, status:VALID, product: OFA - Assets , description: Exchange rate information , implementation_dba_data: FA.FA_MC_BOOKS_RATES ,
-
Table: FA_SHORT_TAX_RESERVES
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_SHORT_TAX_RESERVES, object_name:FA_SHORT_TAX_RESERVES, status:VALID, product: OFA - Assets , description: Stores accumulated depreciation amounts for assets added in short tax years in their tax books , implementation_dba_data: FA.FA_SHORT_TAX_RESERVES ,
-
Table: FA_BUDGET_DISTRIBUTION
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_BUDGET_DISTRIBUTION, object_name:FA_BUDGET_DISTRIBUTION, status:VALID, product: OFA - Assets , description: Capital budget information entered manually or uploaded from the FA_BUDGET_INTERFACE table , implementation_dba_data: FA.FA_BUDGET_DISTRIBUTION ,
-
Table: FA_PERIODIC_PRODUCTION
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_PERIODIC_PRODUCTION, object_name:FA_PERIODIC_PRODUCTION, status:VALID, product: OFA - Assets , description: Production information for units of production assets entered manually or uploaded from FA_PRODUCTION_INTERFACE , implementation_dba_data: FA.FA_PERIODIC_PRODUCTION ,
-
Table: FA_BUDGET_DISTRIBUTION
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_BUDGET_DISTRIBUTION, object_name:FA_BUDGET_DISTRIBUTION, status:VALID, product: OFA - Assets , description: Capital budget information entered manually or uploaded from the FA_BUDGET_INTERFACE table , implementation_dba_data: FA.FA_BUDGET_DISTRIBUTION ,
-
Table: FA_INS_POLICIES
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_INS_POLICIES, object_name:FA_INS_POLICIES, status:VALID, product: OFA - Assets , description: Contains asset insurance policy information , implementation_dba_data: FA.FA_INS_POLICIES ,
-
Table: FA_MASS_RECLASS_ITF
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MASS_RECLASS_ITF, object_name:FA_MASS_RECLASS_ITF, status:VALID, product: OFA - Assets , description: Interface table for Report eXchange reports , implementation_dba_data: FA.FA_MASS_RECLASS_ITF ,
-
Table: FA_MAINT_SCHEDULE_HDR
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MAINT_SCHEDULE_HDR, object_name:FA_MAINT_SCHEDULE_HDR, status:VALID, product: OFA - Assets , description: Stores information about maintenance scheduling requests , implementation_dba_data: FA.FA_MAINT_SCHEDULE_HDR ,
-
Table: FA_PERIODIC_PRODUCTION
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_PERIODIC_PRODUCTION, object_name:FA_PERIODIC_PRODUCTION, status:VALID, product: OFA - Assets , description: Production information for units of production assets entered manually or uploaded from FA_PRODUCTION_INTERFACE , implementation_dba_data: FA.FA_PERIODIC_PRODUCTION ,
-
Table: FA_DEPRN_SUMMARY
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_DEPRN_SUMMARY, object_name:FA_DEPRN_SUMMARY, status:VALID, product: OFA - Assets , description: Depreciation information at the asset level , implementation_dba_data: FA.FA_DEPRN_SUMMARY ,
-
Table: FA_MASS_TRANSFERS
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MASS_TRANSFERS, object_name:FA_MASS_TRANSFERS, status:VALID, product: OFA - Assets , description: Mass transfer request information , implementation_dba_data: FA.FA_MASS_TRANSFERS ,
-
Table: FA_MAINT_SCHEDULE_HDR
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MAINT_SCHEDULE_HDR, object_name:FA_MAINT_SCHEDULE_HDR, status:VALID, product: OFA - Assets , description: Stores information about maintenance scheduling requests , implementation_dba_data: FA.FA_MAINT_SCHEDULE_HDR ,