Search Results fa_books_groups
Overview
FA_BOOKS_GROUPS is a table in the Oracle Assets (OFA) module of Oracle E-Business Suite, owned by the FA schema. As documented in the ETRM metadata for releases 12.1.1 and 12.2.2, it contains financial (cost) information for a group asset within a particular depreciation book and functions as a historical table, preserving the time-phased cost and valuation attributes that a group asset carries across accounting periods. Group assets in Oracle Assets aggregate the financial behavior of multiple member assets, and FA_BOOKS_GROUPS serves as the authoritative record of the group's cost basis, salvage, recoverable value, and retirement position for each book in which it is defined.
From a Data Vault modeling perspective, the FK structure mined for this table yields a classification of standalone. In practice the object behaves as a satellite attached to the FA_GROUP_ASSETS hub, keyed by GROUP_ASSET_ID and BOOK_TYPE_CODE, with effective dating provided by DATE_EFFECTIVE and PERIOD_COUNTER. This interpretation is offered as a heuristic suggestion rather than a documented constraint.
Key Information Stored
The table is documented with 55 columns in the 12.2.2 schema. The most operationally significant include:
- GROUP_ASSET_ID – foreign key to FA_GROUP_ASSETS; identifies the group asset and forms part of the composite identifier with BOOK_TYPE_CODE.
- BOOK_TYPE_CODE – the depreciation book in which the cost information applies. GROUP_ASSET_ID and BOOK_TYPE_CODE together represent the principal business-key candidate.
- COST, ORIGINAL_COST, ADJUSTED_COST, RECOVERABLE_COST, and ADJUSTED_RECOVERABLE_COST – the group's cost basis and recoverable value figures across adjustments.
- SALVAGE_VALUE and PERCENT_SALVAGE_VALUE – salvage provisions for the group.
- DATE_EFFECTIVE and DATE_INEFFECTIVE – the effective-dating pair that supports the history-table behavior.
- PERIOD_COUNTER, PERIOD_COUNTER_CAPITALIZED, PERIOD_COUNTER_FULLY_RESERVED, PERIOD_COUNTER_FULLY_RETIRED, and PERIOD_COUNTER_LIFE_COMPLETE – period markers tracking capitalization, reserve, retirement, and life-cycle milestones.
- ITC_AMOUNT, ITC_AMOUNT_ID, and ITC_BASIS – investment tax credit data, with ITC_AMOUNT_ID referencing FA_ITC_RATES.
- RETIREMENT_ID, RETIREMENT_PENDING_FLAG, YTD_PROCEEDS, and LTD_PROCEEDS – retirement linkage and proceeds.
- CAPITALIZE_FLAG, COST_CHANGE_FLAG, IDLED_FLAG, and BEGINNING_BALANCE_FLAG – status indicators.
- GLOBAL_ATTRIBUTE1 through GLOBAL_ATTRIBUTE20 – descriptive flexfield storage.
Common Use Cases and Queries
Typical usage includes group asset cost reconciliation, effective-dated cost history reporting, and retirement/ITC impact analysis. A representative query retrieves the current effective cost row for a group asset:
SELECT group_asset_id, book_type_code, cost, adjusted_cost, salvage_value FROM fa.fa_books_groups WHERE group_asset_id = :id AND book_type_code = :book AND date_ineffective IS NULL;- Joining to FA_GROUP_ASSETS to report group names alongside their book-level costs.
- Auditing historical cost changes by comparing rows ordered by DATE_EFFECTIVE and PERIOD_COUNTER.
- Identifying groups with RETIREMENT_PENDING_FLAG set for retirement processing.
Related Objects
- FA_GROUP_ASSETS – referenced via GROUP_ASSET_ID; the parent group asset definition.
- FA_ITC_RATES – referenced via ITC_AMOUNT_ID; supplies investment tax credit rate information.
- FA_RETIREMENTS – referenced via RETIREMENT_ID; holds retirement transaction detail.
- FA_BOOKS – the asset-level counterpart providing book cost information for individual assets.
- FA_BOOK_CONTROLS – defines the books referenced by BOOK_TYPE_CODE.
- FA_DEPRN_SUMMARY – provides depreciation balances for the group across periods.
-
Table: FA_BOOKS_GROUPS
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_BOOKS_GROUPS, object_name:FA_BOOKS_GROUPS, status:VALID, product: OFA - Assets , description: Contains financial (cost) information for a group asset within a particular book. This is also a history table. , implementation_dba_data: FA.FA_BOOKS_GROUPS ,
-
Table: FA_BOOKS_GROUPS
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_BOOKS_GROUPS, object_name:FA_BOOKS_GROUPS, status:VALID, product: OFA - Assets , description: Contains financial (cost) information for a group asset within a particular book. This is also a history table. , implementation_dba_data: FA.FA_BOOKS_GROUPS ,
-
SYNONYM: APPS.FA_BOOKS_GROUPS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FA_BOOKS_GROUPS, status:VALID,
-
SYNONYM: APPS.FA_BOOKS_GROUPS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FA_BOOKS_GROUPS, status:VALID,
-
VIEW: APPS.FA_GROUP_COST_INQUIRY_V
12.2.2
-
VIEW: APPS.FA_GROUP_COST_INQUIRY_V
12.1.1
-
VIEW: APPS.FA_DEPRN_GROUPS_V1
12.2.2
-
VIEW: APPS.FA_BOOKS_GROUPS_V
12.1.1
-
VIEW: APPS.FA_BOOKS_GROUPS_V
12.2.2
-
VIEW: APPS.FA_DEPRN_GROUPS_V1
12.1.1
-
VIEW: FA.FA_BOOKS_GROUPS#
12.2.2
owner:FA, object_type:VIEW, object_name:FA_BOOKS_GROUPS#, status:VALID,
-
VIEW: FA.FA_BOOKS_GROUPS#
12.2.2
-
TABLE: FA.FA_BOOKS_GROUPS
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_BOOKS_GROUPS, object_name:FA_BOOKS_GROUPS, status:VALID,
-
View: FA_GROUP_COST_INQUIRY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_GROUP_COST_INQUIRY_V, object_name:FA_GROUP_COST_INQUIRY_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_GROUP_COST_INQUIRY_V ,
-
View: FA_GROUP_COST_INQUIRY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_GROUP_COST_INQUIRY_V, object_name:FA_GROUP_COST_INQUIRY_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_GROUP_COST_INQUIRY_V ,
-
View: FA_DEPRN_GROUPS_V1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_DEPRN_GROUPS_V1, object_name:FA_DEPRN_GROUPS_V1, status:VALID, product: OFA - Assets , description: Adds unplanned depreciation adjustments to fa_deprn_groups_v , implementation_dba_data: APPS.FA_DEPRN_GROUPS_V1 ,
-
View: FA_DEPRN_GROUPS_V1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_DEPRN_GROUPS_V1, object_name:FA_DEPRN_GROUPS_V1, status:VALID, product: OFA - Assets , description: Adds unplanned depreciation adjustments to fa_deprn_groups_v , implementation_dba_data: APPS.FA_DEPRN_GROUPS_V1 ,
-
View: FA_BOOKS_GROUPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_BOOKS_GROUPS_V, object_name:FA_BOOKS_GROUPS_V, status:VALID, product: OFA - Assets , description: Updates NBV and reserve of group assets with depreciation adjustments , implementation_dba_data: APPS.FA_BOOKS_GROUPS_V ,
-
View: FA_BOOKS_GROUPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_BOOKS_GROUPS_V, object_name:FA_BOOKS_GROUPS_V, status:VALID, product: OFA - Assets , description: Updates NBV and reserve of group assets with depreciation adjustments , implementation_dba_data: APPS.FA_BOOKS_GROUPS_V ,
-
PACKAGE BODY: APPS.FA_FASCOSTD_XMLP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FA_FASCOSTD_XMLP_PKG, status:VALID,
-
PACKAGE BODY: APPS.FA_FASRSVED_XMLP_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FA_FASRSVED_XMLP_PKG, status:VALID,
-
PACKAGE BODY: APPS.FA_BALREP_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FA_BALREP_PKG, status:VALID,
-
PACKAGE BODY: APPS.FA_FASRSVES_XMLP_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FA_FASRSVES_XMLP_PKG, status:VALID,
-
PACKAGE BODY: APPS.FA_FASCOSTD_XMLP_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FA_FASCOSTD_XMLP_PKG, status:VALID,
-
VIEW: APPS.FA_BOOKS_GROUPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_BOOKS_GROUPS_V, object_name:FA_BOOKS_GROUPS_V, status:VALID,
-
VIEW: APPS.FA_DEPRN_GROUPS_V1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_DEPRN_GROUPS_V1, object_name:FA_DEPRN_GROUPS_V1, status:VALID,
-
PACKAGE BODY: APPS.FA_FASCOSTS_XMLP_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FA_FASCOSTS_XMLP_PKG, status:VALID,
-
PACKAGE BODY: APPS.FA_FASRSVES_XMLP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FA_FASRSVES_XMLP_PKG, status:VALID,
-
PACKAGE BODY: APPS.FA_FASRSVED_XMLP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FA_FASRSVED_XMLP_PKG, status:VALID,
-
PACKAGE BODY: APPS.FA_FASCOSTS_XMLP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FA_FASCOSTS_XMLP_PKG, status:VALID,
-
VIEW: APPS.FA_GROUP_COST_INQUIRY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_GROUP_COST_INQUIRY_V, object_name:FA_GROUP_COST_INQUIRY_V, status:VALID,
-
VIEW: APPS.FA_BOOKS_GROUPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_BOOKS_GROUPS_V, object_name:FA_BOOKS_GROUPS_V, status:VALID,
-
VIEW: APPS.FA_DEPRN_GROUPS_V1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_DEPRN_GROUPS_V1, object_name:FA_DEPRN_GROUPS_V1, status:VALID,
-
VIEW: APPS.FA_GROUP_COST_INQUIRY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_GROUP_COST_INQUIRY_V, object_name:FA_GROUP_COST_INQUIRY_V, status:VALID,
-
TABLE: FA.FA_BOOKS_GROUPS
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_BOOKS_GROUPS, object_name:FA_BOOKS_GROUPS, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
APPS.FA_FASCOSTS_XMLP_PKG dependencies on FA_BOOKS_GROUPS
12.1.1
-
APPS.FA_FASCOSTD_XMLP_PKG dependencies on FA_BOOKS_GROUPS
12.1.1
-
APPS.FA_FASCOSTS_XMLP_PKG dependencies on FA_BOOKS_GROUPS
12.2.2
-
APPS.FA_FASRSVES_XMLP_PKG dependencies on FA_BOOKS_GROUPS
12.1.1
-
APPS.FA_FASRSVED_XMLP_PKG dependencies on FA_BOOKS_GROUPS
12.1.1
-
APPS.FA_FASCOSTD_XMLP_PKG dependencies on FA_BOOKS_GROUPS
12.2.2
-
APPS.FA_FASRSVED_XMLP_PKG dependencies on FA_BOOKS_GROUPS
12.2.2
-
APPS.FA_BALREP_PKG dependencies on FA_BOOKS_GROUPS
12.2.2
-
APPS.FA_FASRSVES_XMLP_PKG dependencies on FA_BOOKS_GROUPS
12.2.2
-
APPS.FA_FASRSVED_XMLP_PKG SQL Statements
12.1.1