Search Results fa_category_books
Overview
The FA_CATEGORY_BOOKS table is a core configuration table within the Oracle E-Business Suite Fixed Assets module (OFA). It stores the default financial information, primarily natural account assignments, that link an asset category to a specific depreciation book. This table acts as a critical bridge, ensuring that when an asset is assigned to a category and a book, the system has predefined, consistent accounting rules for posting transactions. Its role is fundamental to the automated generation of accurate accounting entries for asset additions, depreciation, revaluations, retirements, and transfers. The configuration held in this table is established during the setup of asset categories and books and is a prerequisite for asset capitalization.
Key Information Stored
The table's structure is defined by a composite primary key on CATEGORY_ID and BOOK_TYPE_CODE, enforcing a unique financial setup per category-book combination. The most significant data it holds are the Code Combination IDs (CCIDs) that point to specific General Ledger accounts. Key columns include ASSET_COST_ACCOUNT_CCID, DEPRN_EXPENSE_ACCOUNT_CCID, and RESERVE_ACCOUNT_CCID, which define the core accounts for asset cost, depreciation expense, and accumulated depreciation, respectively. Other critical CCID columns govern accounting for bonus depreciation (BONUS_EXPENSE_ACCOUNT_CCID), revaluations (REVAL_RESERVE_ACCOUNT_CCID), retirements (ASSET_CLEARING_ACCOUNT_CCID), and Work in Process (WIP_COST_ACCOUNT_CCID). This centralized storage of default accounts ensures accounting integrity and simplifies mass maintenance.
Common Use Cases and Queries
A primary use case is validating or reporting on the accounting setup for asset categories. Implementation consultants and functional analysts frequently query this table to audit account mappings. A common SQL pattern retrieves the complete account setup for a specific category and book, often joining to FA_CATEGORIES_B and FA_BOOK_CONTROLS for descriptive names. Another critical use is during asset addition processes, where the system references FA_CATEGORY_BOOKS to default the accounts onto the FA_BOOKS_OF_ASSETS record. Troubleshooting accounting errors often involves verifying that the CCIDs in this table correspond to valid, active GL_CODE_COMBINATIONS.
- Sample Query: SELECT fcb.*, fc.segment1, fc.description FROM fa_category_books fcb, fa_categories_b fc WHERE fcb.category_id = fc.category_id AND fcb.book_type_code = 'CORPORATE';
- Reporting Use Case: Generating a cross-reference report of all depreciation expense accounts by asset category for a given ledger (book).
Related Objects
FA_CATEGORY_BOOKS has extensive dependencies, as shown in the provided metadata. It is a child table to FA_CATEGORIES_B via CATEGORY_ID and to FA_BOOK_CONTROLS via BOOK_TYPE_CODE. Crucially, it references GL_CODE_COMBINATIONS through over a dozen foreign key relationships for its various account CCID columns. This table is directly referenced by the transaction engine when creating asset records; the FA_ADDITIONS_B and FA_BOOKS_OF_ASSETS tables inherit their default account values from it. Key APIs, such as the asset addition and mass addition programs, rely on the data in this table to populate asset financial information correctly. It is also central to the setup forms in the Fixed Assets application interface.
-
Table: FA_CATEGORY_BOOKS
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_CATEGORY_BOOKS, object_name:FA_CATEGORY_BOOKS, status:VALID, product: OFA - Assets , description: Default financial information for an asset category and depreciation book combination , implementation_dba_data: FA.FA_CATEGORY_BOOKS ,
-
Table: FA_CATEGORY_BOOKS
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_CATEGORY_BOOKS, object_name:FA_CATEGORY_BOOKS, status:VALID, product: OFA - Assets , description: Default financial information for an asset category and depreciation book combination , implementation_dba_data: FA.FA_CATEGORY_BOOKS ,
-
APPS.FA_MC_UPG3_PKG dependencies on FA_CATEGORY_BOOKS
12.1.1
-
APPS.IGI_IAC_DEPRN_PKG dependencies on FA_CATEGORY_BOOKS
12.1.1
-
APPS.FA_IMPAIRMENT_PREV_PVT dependencies on FA_CATEGORY_BOOKS
12.2.2
-
APPS.FA_FAS400_XMLP_PKG dependencies on FA_CATEGORY_BOOKS
12.2.2
-
APPS.FA_FAS401_XMLP_PKG dependencies on FA_CATEGORY_BOOKS
12.2.2
-
APPS.IGI_IGIIARRD_XMLP_PKG dependencies on FA_CATEGORY_BOOKS
12.2.2
-
APPS.IGI_IGIIAOPE_XMLP_PKG dependencies on FA_CATEGORY_BOOKS
12.2.2
-
APPS.IGI_IGIIARRV_XMLP_PKG dependencies on FA_CATEGORY_BOOKS
12.2.2
-
APPS.IGI_IAC_COMMON_UTILS dependencies on FA_CATEGORY_BOOKS
12.2.2
-
APPS.FA_FAS480_XMLP_PKG dependencies on FA_CATEGORY_BOOKS
12.2.2
-
APPS.JE_JEHUFDAN_XMLP_PKG dependencies on FA_CATEGORY_BOOKS
12.2.2
-
APPS.FA_REC_PVT_PKG1 dependencies on FA_CATEGORY_BOOKS
12.2.2
-
APPS.FARX_AD dependencies on FA_CATEGORY_BOOKS
12.2.2
-
APPS.FA_FASCOSTS_XMLP_PKG dependencies on FA_CATEGORY_BOOKS
12.2.2
-
APPS.FA_REVALUATION_PVT dependencies on FA_CATEGORY_BOOKS
12.2.2
-
APPS.JL_ZZ_FA_DEPRN_ADJ_PKG dependencies on FA_CATEGORY_BOOKS
12.2.2
-
APPS.FA_INS_ADJ_PVT dependencies on FA_CATEGORY_BOOKS
12.2.2
-
APPS.FARX_TF dependencies on FA_CATEGORY_BOOKS
12.2.2
-
APPS.FA_CUA_HIERARCHY_PKG dependencies on FA_CATEGORY_BOOKS
12.2.2
-
APPS.FA_TRANSFER_XIT_PKG dependencies on FA_CATEGORY_BOOKS
12.2.2
-
APPS.FA_FAS480_XMLP_PKG dependencies on FA_CATEGORY_BOOKS
12.1.1
-
APPS.FARX_AD dependencies on FA_CATEGORY_BOOKS
12.1.1
-
APPS.FA_MASS_RET_PUB dependencies on FA_CATEGORY_BOOKS
12.1.1
-
APPS.IPA_CLIENT_EXTENSION_PKG dependencies on FA_CATEGORY_BOOKS
12.1.1
-
APPS.IGI_IAC_REVAL_UTILITIES dependencies on FA_CATEGORY_BOOKS
12.1.1
-
APPS.JL_ZZ_FA_REVAL_RULES_PKG dependencies on FA_CATEGORY_BOOKS
12.1.1
-
APPS.FA_GAINLOSS_UND_PKG dependencies on FA_CATEGORY_BOOKS
12.1.1
-
APPS.CSE_ASSET_UTIL_PKG dependencies on FA_CATEGORY_BOOKS
12.1.1
-
APPS.JL_CO_FA_ACCOUNTING_PKG dependencies on FA_CATEGORY_BOOKS
12.1.1
-
APPS.FA_AMORT_PKG dependencies on FA_CATEGORY_BOOKS
12.1.1
-
APPS.FA_TRANSFER_XIT_PKG dependencies on FA_CATEGORY_BOOKS
12.1.1
-
APPS.IGI_IGIIARPS_XMLP_PKG dependencies on FA_CATEGORY_BOOKS
12.1.1
-
APPS.IGI_IGIIARSD_XMLP_PKG dependencies on FA_CATEGORY_BOOKS
12.1.1
-
APPS.FA_SLA_CURRENT_PERIOD_UPG_PKG dependencies on FA_CATEGORY_BOOKS
12.1.1
-
APPS.IPA_ASSET_MECH_APIS_PKG dependencies on FA_CATEGORY_BOOKS
12.1.1
-
APPS.FA_SLA_EVENTS_UPG_PKG dependencies on FA_CATEGORY_BOOKS
12.1.1
-
APPS.IGI_IGIIACSD_XMLP_PKG dependencies on FA_CATEGORY_BOOKS
12.2.2
-
APPS.FA_GAINLOSS_RET_PKG dependencies on FA_CATEGORY_BOOKS
12.2.2
-
APPS.FA_FAS445_XMLP_PKG dependencies on FA_CATEGORY_BOOKS
12.2.2
-
APPS.FA_FASCOSTS_XMLP_PKG dependencies on FA_CATEGORY_BOOKS
12.1.1
-
APPS.IGI_IGIIACST_XMLP_PKG dependencies on FA_CATEGORY_BOOKS
12.1.1
-
APPS.FARX_CP dependencies on FA_CATEGORY_BOOKS
12.1.1
-
APPS.FA_RSVLDG_REP_INS_PKG dependencies on FA_CATEGORY_BOOKS
12.1.1
-
APPS.FARX_MAD dependencies on FA_CATEGORY_BOOKS
12.1.1
-
APPS.JL_CO_FA_TA_REVAL_PKG dependencies on FA_CATEGORY_BOOKS
12.1.1
-
APPS.FA_MASSADD_CREATE_PKG dependencies on FA_CATEGORY_BOOKS
12.1.1
-
APPS.JL_ZZ_FA_BOOKS_PKG dependencies on FA_CATEGORY_BOOKS
12.1.1
-
APPS.FA_CIP_PVT dependencies on FA_CATEGORY_BOOKS
12.1.1