Search Results fa_books
The FA_BOOKS
table is a fundamental component of the Fixed Assets module in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2. It serves as the primary repository for asset book information, capturing financial and accounting details associated with asset depreciation, cost, and book controls. This table is integral to the fixed asset lifecycle, from acquisition to retirement, and plays a critical role in financial reporting, tax compliance, and depreciation calculations.
Structure and Key Columns
TheFA_BOOKS
table contains numerous columns that define asset attributes, financial data, and depreciation rules. Key columns include:
- ASSET_ID: Unique identifier for the asset, linking to
FA_ADDITIONS
. - BOOK_TYPE_CODE: Specifies the depreciation book (e.g., Corporate, Tax).
- DATE_EFFECTIVE: Tracks the effective date of transactions.
- COST: Original acquisition cost of the asset.
- DEPRN_RESERVE: Accumulated depreciation reserve.
- YTD_DEPRN: Year-to-date depreciation amount.
- LIFE_IN_MONTHS: Useful life of the asset in months.
- DEPRN_METHOD: Depreciation method (e.g., Straight-Line, Declining Balance).
Functional Role
The table supports multiple business processes:- Depreciation Calculation: Stores rules and historical depreciation data for periodic calculations.
- Financial Reporting: Provides cost, reserve, and net book value for balance sheets.
- Tax Compliance: Tracks tax-specific book values and adjustments.
- Asset Transfers: Records book-level changes when assets are transferred between departments or books.
Integration with Other Modules
FA_BOOKS
integrates with:
- General Ledger (GL): Depreciation journals are posted via
FA_DEPRN_DETAIL
. - Accounts Payable (AP): Asset costs originate from invoice distributions.
- Projects (PA): Capitalized project costs may create asset book entries.
Technical Considerations
- Partitioning: In EBS 12.2.2, partitioning by
BOOK_TYPE_CODE
improves performance. - Indexes: Key indexes include
FA_BOOKS_U1
(asset_id, book_type_code, date_effective) for transaction integrity. - Audit Trail: Changes are logged in
FA_BOOKS_HISTORY
for compliance.
Common Customizations
Extensions often include:- Custom depreciation methods via the
FA_DEPRN_METHODS
table. - Additional columns for regulatory reporting (e.g., local tax fields).
- Triggers to enforce business rules during asset adjustments.
Data Maintenance
Critical maintenance tasks involve:- Periodic purging of retired assets to archive tables.
- Rebuilding indexes after mass data loads.
- Validating book controls during fiscal year close.
Conclusion
TheFA_BOOKS
table is the backbone of Oracle EBS Fixed Assets functionality, enabling accurate financial tracking and compliance. Its design reflects the dual requirements of transactional processing (daily depreciation) and reporting (quarterly financial statements). Proper understanding of this table is essential for implementations, upgrades, and custom reporting in EBS 12.1.1 and 12.2.2 environments.
-
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.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 ,
-
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 ,
-
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_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_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.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_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 ,
-
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_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 ,
-
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 ,
-
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_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 ,
-
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.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 ,
-
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 ,
-
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: 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 ,
-
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 ,
-
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 ,
-
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_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 ,
-
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.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: 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: 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 ,
-
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 ,
-
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 ,