Search Results fa_mc_books_groups
Overview
FA_MC_BOOKS_GROUPS is a table in the Oracle Assets (OFA) module, owned by the FA schema. It stores the multi-currency (MC) grouped asset book information for group assets across multiple depreciation books. It maintains a record for each combination of a group asset and a book (group asset ID and book type code), holding the cost, recoverable cost, salvage value, and related depreciation/retirement fields required for group asset book maintenance.
The table is documented in ETRM for both Oracle EBS 12.1.1 and 12.2.2, with 57 columns in the documented 12.2.2 physical schema. Based on the dependency structure, the heuristic Data Vault classification is standalone — this suggests it is best modeled as its own satellite-like structure rather than being split into hubs and links, though individual implementations may vary.
Key Information Stored
The table has no single-column surrogate primary key defined in the metadata; the effective business key is the combination of SET_OF_BOOKS_ID, GROUP_ASSET_ID, and BOOK_TYPE_CODE, which together identify a group asset within a specific book.
- SET_OF_BOOKS_ID and BOOK_TYPE_CODE — identify the book in which the group asset book record is maintained.
- GROUP_ASSET_ID — the foreign key to FA_GROUP_ASSETS, identifying the parent group asset.
- COST, ORIGINAL_COST, ADJUSTED_COST, RECOVERABLE_COST, ADJUSTED_RECOVERABLE_COST, and SALVAGE_VALUE — cost and value amounts for the group asset book.
- COST_CHANGE_FLAG and CAPITALIZE_FLAG — indicate whether the group asset book has undergone cost changes or capitalization adjustments.
- TRANSACTION_HEADER_ID_IN and TRANSACTION_HEADER_ID_OUT — reference the transaction headers that moved the group asset in or out.
- PERIOD_COUNTER, PERIOD_COUNTER_LIFE_COMPLETE, PERIOD_COUNTER_CAPITALIZED, PERIOD_COUNTER_FULLY_RESERVED, PERIOD_COUNTER_FULLY_RETIRED — the depreciation periods associated with the group asset book including capitalization and life completion.
- DATE_EFFECTIVE and DATE_INEFFECTIVE — effective dating for the record.
- RETIREMENT_ID, RETIREMENT_PENDING_FLAG, YTD_PROCEEDS, LTD_PROCEEDS — retirement-related amounts and status.
- ITC_AMOUNT, ITC_AMOUNT_ID, ITC_BASIS, TAX_REQUEST_ID — investment tax credit values and references.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE — standard audit columns.
- CONVERTED_FLAG — indicates whether the record was produced through data conversion.
Common Use Cases and Queries
Key use cases include group asset depreciation reporting, cost reconciliation, and retirement analysis. A typical reporting query joins the table to FA_GROUP_ASSETS to obtain the group asset name:
- Query group asset book costs by book:
SELECT g.group_asset_id, gb.set_of_books_id, gb.book_type_code, gb.cost, gb.recoverable_cost FROM fa.fa_mc_books_groups gb, fa.fa_group_assets g WHERE gb.group_asset_id = g.group_asset_id; - Retirement and proceeds reporting filtered by
RETIREMENT_PENDING_FLAG = 'Y'. - Reconciling ITC amounts referenced by
ITC_AMOUNT_IDto FA_ITC_RATES. - Identifying group assets with pending cost changes via
COST_CHANGE_FLAG. - Multi-book comparisons using
SET_OF_BOOKS_IDacross records sharing aGROUP_ASSET_ID.
Because there is no documented unique index beyond the effective business key, reports should filter on SET_OF_BOOKS_ID, GROUP_ASSET_ID, and BOOK_TYPE_CODE to retrieve an exact record.
Related Objects
The following are the most significant related objects based on the documented foreign key relationships:
- FA_GROUP_ASSETS — referenced via
GROUP_ASSET_ID; the parent group asset definition. - FA_ITC_RATES — referenced via
ITC_AMOUNT_ID; provides investment tax credit rates. - FA_RETIREMENTS — referenced via
RETIREMENT_ID; provides retirement transaction details. - FA_BOOK_CONTROLS — for book definition context through
SET_OF_BOOKS_IDandBOOK_TYPE_CODE. - FA_ADDITIONS_B and FA_ADDITIONS_T — for related asset addition information.
- FA_DEPRN_SUMMARY — for depreciation comparatives against group asset book records.
- FA_TRANSACTION_HEADERS — referenced through the transaction header ID columns.
-
Table: FA_MC_BOOKS_GROUPS
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MC_BOOKS_GROUPS, object_name:FA_MC_BOOKS_GROUPS, status:VALID, product: OFA - Assets , implementation_dba_data: FA.FA_MC_BOOKS_GROUPS ,
-
Table: FA_MC_BOOKS_GROUPS
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MC_BOOKS_GROUPS, object_name:FA_MC_BOOKS_GROUPS, status:VALID, product: OFA - Assets , implementation_dba_data: FA.FA_MC_BOOKS_GROUPS ,
-
SYNONYM: APPS.FA_MC_BOOKS_GROUPS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FA_MC_BOOKS_GROUPS, status:VALID,
-
SYNONYM: APPS.FA_MC_BOOKS_GROUPS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FA_MC_BOOKS_GROUPS, status:VALID,
-
VIEW: FA.FA_MC_BOOKS_GROUPS#
12.2.2
owner:FA, object_type:VIEW, object_name:FA_MC_BOOKS_GROUPS#, status:VALID,
-
VIEW: APPS.FA_BOOKS_GROUPS_MRC_V
12.1.1
-
VIEW: APPS.FA_BOOKS_GROUPS_MRC_V
12.2.2
-
VIEW: FA.FA_MC_BOOKS_GROUPS#
12.2.2
-
TABLE: FA.FA_MC_BOOKS_GROUPS
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MC_BOOKS_GROUPS, object_name:FA_MC_BOOKS_GROUPS, status:VALID,
-
View: FA_BOOKS_GROUPS_MRC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_BOOKS_GROUPS_MRC_V, object_name:FA_BOOKS_GROUPS_MRC_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_BOOKS_GROUPS_MRC_V ,
-
TABLE: FA.FA_MC_BOOKS_GROUPS
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MC_BOOKS_GROUPS, object_name:FA_MC_BOOKS_GROUPS, status:VALID,
-
View: FA_BOOKS_GROUPS_MRC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_BOOKS_GROUPS_MRC_V, object_name:FA_BOOKS_GROUPS_MRC_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_BOOKS_GROUPS_MRC_V ,
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.FA_BOOKS_GROUPS_MRC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_BOOKS_GROUPS_MRC_V, object_name:FA_BOOKS_GROUPS_MRC_V, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.FA_BOOKS_GROUPS_MRC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_BOOKS_GROUPS_MRC_V, object_name:FA_BOOKS_GROUPS_MRC_V, status:VALID,
-
eTRM - OFA Tables and Views
12.2.2
-
eTRM - OFA Tables and Views
12.1.1
-
eTRM - OFA Tables and Views
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - OFA Tables and Views
12.2.2