Search Results fa_additions_b
Overview
The FA_ADDITIONS_B table is the core master data table for fixed assets within Oracle E-Business Suite (EBS) Release 12.1.1 and 12.2.2. As the base table for the Multi-Language Support (MLS) architecture, it stores the fundamental descriptive and identifying information for every asset tracked in the Fixed Assets module. Its primary role is to serve as the central repository for asset definitions, from which all transactional, depreciation, and reporting processes flow. The existence of numerous foreign key relationships from critical transactional tables, such as FA_BOOKS and FA_ADJUSTMENTS, underscores its foundational position in the asset lifecycle.
Key Information Stored
The table's structure is designed to capture essential asset metadata. The primary key is the system-generated ASSET_ID, which uniquely identifies each asset record internally. The ASSET_NUMBER serves as a unique business key (enforced by the FA_ADDITIONS_B_UK1 unique key) and is the primary identifier used by end-users. Other critical columns include ASSET_CATEGORY_ID, which links to FA_CATEGORIES_B for classification; PARENT_ASSET_ID, which enables hierarchical asset structures by self-referencing the same table; and LEASE_ID for leased asset tracking. Additional columns typically hold data such as asset description, serial number, model number, and in-service date, forming the complete asset profile.
Common Use Cases and Queries
This table is central to virtually all asset reporting and data validation. Common use cases include generating asset registers, validating asset numbers during mass additions or invoice imports, and tracing the parent-child relationships within grouped assets. A fundamental query to retrieve a basic asset listing would join to the category table for descriptive information:
- Asset Master Listing:
SELECT a.asset_number, a.description, c.category_name FROM fa_additions_b a, fa_categories_b c WHERE a.asset_category_id = c.category_id AND a.date_effective <= SYSDATE; - Hierarchy Analysis: Queries utilizing self-joins on
PARENT_ASSET_IDare used to roll up costs for summary reporting or to analyze asset structures. - Integration Validation: When reconciling assets between FA and other modules like Payables or Projects, queries against FA_ADDITIONS_B using
ASSET_NUMBERorASSET_IDare essential for verifying existence and status.
Related Objects
As indicated by the extensive foreign key metadata, FA_ADDITIONS_B is referenced by a vast network of transactional and supporting tables. Key dependencies include:
- FA_BOOKS / FA_BOOKS_SUMMARY: Store asset financial information and depreciation rules per book.
- FA_ADJUSTMENTS / FA_DEPRN_DETAIL: Record capital adjustments and depreciation transactions.
- FA_ASSET_INVOICES: Links assets to their source invoices from Payables.
- FA_ASSET_HISTORY: Tracks changes to key asset attributes over time.
- CSI_I_ASSETS: Enables integration with the Installed Base module, linking an EBS asset to a serviceable item.
This web of relationships confirms that FA_ADDITIONS_B is the singular source of truth for an asset's existence, with all other tables managing financial, transactional, or integration data associated with that asset record.
-
Table: FA_ADDITIONS_B
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_ADDITIONS_B, object_name:FA_ADDITIONS_B, status:VALID, product: OFA - Assets , description: Descriptive information about assets (base MLS table) , implementation_dba_data: FA.FA_ADDITIONS_B ,
-
Table: FA_ADDITIONS_B
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_ADDITIONS_B, object_name:FA_ADDITIONS_B, status:VALID, product: OFA - Assets , description: Descriptive information about assets (base MLS table) , implementation_dba_data: FA.FA_ADDITIONS_B ,
-
Table: FA_MASS_CHANGES_ITF
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MASS_CHANGES_ITF, object_name:FA_MASS_CHANGES_ITF, status:VALID, product: OFA - Assets , description: Interface table for Report eXchange reports , implementation_dba_data: FA.FA_MASS_CHANGES_ITF ,
-
Table: FA_MASS_CHANGES_ITF
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MASS_CHANGES_ITF, object_name:FA_MASS_CHANGES_ITF, status:VALID, product: OFA - Assets , description: Interface table for Report eXchange reports , implementation_dba_data: FA.FA_MASS_CHANGES_ITF ,
-
Table: FA_PARALLEL_WORKERS
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_PARALLEL_WORKERS, object_name:FA_PARALLEL_WORKERS, status:VALID, product: OFA - Assets , description: Used to control concurrent execution of post mass additions program. , implementation_dba_data: FA.FA_PARALLEL_WORKERS ,
-
Table: FA_MASS_CHANGES
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MASS_CHANGES, object_name:FA_MASS_CHANGES, status:VALID, product: OFA - Assets , description: Mass change request information , implementation_dba_data: FA.FA_MASS_CHANGES ,
-
Table: FA_PARALLEL_WORKERS
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_PARALLEL_WORKERS, object_name:FA_PARALLEL_WORKERS, status:VALID, product: OFA - Assets , description: Used to control concurrent execution of post mass additions program. , implementation_dba_data: FA.FA_PARALLEL_WORKERS ,
-
Table: FA_MASS_CHANGES
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MASS_CHANGES, object_name:FA_MASS_CHANGES, status:VALID, product: OFA - Assets , description: Mass change request information , implementation_dba_data: FA.FA_MASS_CHANGES ,
-
Table: FA_TRX_REFERENCES
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_TRX_REFERENCES, object_name:FA_TRX_REFERENCES, status:VALID, product: OFA - Assets , description: Information about inter-asset transactions performed within Oracle Assets , implementation_dba_data: FA.FA_TRX_REFERENCES ,
-
Table: FA_TRX_REFERENCES
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_TRX_REFERENCES, object_name:FA_TRX_REFERENCES, status:VALID, product: OFA - Assets , description: Information about inter-asset transactions performed within Oracle Assets , implementation_dba_data: FA.FA_TRX_REFERENCES ,
-
View: FA_TRANSACTION_HISTORY_BOOKS_V
12.2.2
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 ,
-
Table: FA_MASS_ADDITIONS
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MASS_ADDITIONS, object_name:FA_MASS_ADDITIONS, status:VALID, product: OFA - Assets , description: Information about assets that you want to automatically add to Oracle Assets from another system , implementation_dba_data: FA.FA_MASS_ADDITIONS ,
-
Table: FA_MASS_ADDITIONS
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MASS_ADDITIONS, object_name:FA_MASS_ADDITIONS, status:VALID, product: OFA - Assets , description: Information about assets that you want to automatically add to Oracle Assets from another system , implementation_dba_data: FA.FA_MASS_ADDITIONS ,
-
Table: FA_MASS_TAX_ADJ_REP_T
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MASS_TAX_ADJ_REP_T, object_name:FA_MASS_TAX_ADJ_REP_T, status:VALID, product: OFA - Assets , description: Interface table for Mass Tax Reserve Adjustment Review reports , implementation_dba_data: FA.FA_MASS_TAX_ADJ_REP_T ,
-
Table: FA_MASS_TAX_ADJ_REP_T
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MASS_TAX_ADJ_REP_T, object_name:FA_MASS_TAX_ADJ_REP_T, status:VALID, product: OFA - Assets , description: Interface table for Mass Tax Reserve Adjustment Review reports , implementation_dba_data: FA.FA_MASS_TAX_ADJ_REP_T ,
-
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 ,
-
Table: FA_TAX_INTERFACE
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_TAX_INTERFACE, object_name:FA_TAX_INTERFACE, status:VALID, product: OFA - Assets , description: Tax Book Interface table , implementation_dba_data: FA.FA_TAX_INTERFACE ,
-
Table: FA_MASS_RECLASS
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MASS_RECLASS, object_name:FA_MASS_RECLASS, status:VALID, product: OFA - Assets , description: Mass reclass request information , implementation_dba_data: FA.FA_MASS_RECLASS ,
-
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_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 ,
-
Table: FA_TAX_INTERFACE
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_TAX_INTERFACE, object_name:FA_TAX_INTERFACE, status:VALID, product: OFA - Assets , description: Tax Book Interface table , implementation_dba_data: FA.FA_TAX_INTERFACE ,
-
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_RECLASS_ITF
12.1.1
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_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_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_BOOKS_SUMMARY
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_BOOKS_SUMMARY, object_name:FA_BOOKS_SUMMARY, status:VALID, product: OFA - Assets , description: This table stores group assets' periodical financial information , implementation_dba_data: FA.FA_BOOKS_SUMMARY ,
-
Table: FA_MASS_RECLASS
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MASS_RECLASS, object_name:FA_MASS_RECLASS, status:VALID, product: OFA - Assets , description: Mass reclass request information , implementation_dba_data: FA.FA_MASS_RECLASS ,
-
Table: FA_BOOKS_SUMMARY
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_BOOKS_SUMMARY, object_name:FA_BOOKS_SUMMARY, status:VALID, product: OFA - Assets , description: This table stores group assets' periodical financial information , implementation_dba_data: FA.FA_BOOKS_SUMMARY ,
-
Table: FA_MASS_RETIREMENTS
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MASS_RETIREMENTS, object_name:FA_MASS_RETIREMENTS, status:VALID, product: OFA - Assets , description: FA_MASS_RETIREMENT contains information about your mass retirement and mass reinstatement processes. , implementation_dba_data: FA.FA_MASS_RETIREMENTS ,
-
Table: FA_MASS_RETIREMENTS
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MASS_RETIREMENTS, object_name:FA_MASS_RETIREMENTS, status:VALID, product: OFA - Assets , description: FA_MASS_RETIREMENT contains information about your mass retirement and mass reinstatement processes. , implementation_dba_data: FA.FA_MASS_RETIREMENTS ,
-
Table: FA_MC_RETIREMENTS
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MC_RETIREMENTS, object_name:FA_MC_RETIREMENTS, status:VALID, product: OFA - Assets , description: Currency and financial information about retirements in each reporting book , implementation_dba_data: FA.FA_MC_RETIREMENTS ,
-
Table: FA_MC_RETIREMENTS
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MC_RETIREMENTS, object_name:FA_MC_RETIREMENTS, status:VALID, product: OFA - Assets , description: Currency and financial information about retirements in each reporting book , implementation_dba_data: FA.FA_MC_RETIREMENTS ,
-
View: FA_RESERVE_TRANSFERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_RESERVE_TRANSFERS_V, object_name:FA_RESERVE_TRANSFERS_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_RESERVE_TRANSFERS_V ,
-
View: FA_RESERVE_TRANSFERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_RESERVE_TRANSFERS_V, object_name:FA_RESERVE_TRANSFERS_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_RESERVE_TRANSFERS_V ,
-
View: FA_INVOICE_TRANSFERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_INVOICE_TRANSFERS_V, object_name:FA_INVOICE_TRANSFERS_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_INVOICE_TRANSFERS_V ,
-
View: FA_SORP_CAT_LINK_REVAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_SORP_CAT_LINK_REVAL_V, object_name:FA_SORP_CAT_LINK_REVAL_V, status:VALID, product: OFA - Assets , description: This view is used to retrieve impairments and related information selected by user for linking while performing revaluation at asset level. In addition it retrieves the eligible impairment amount and avialble revaluation reserve amount avil , implementation_dba_data: APPS.FA_SORP_CAT_LINK_REVAL_V ,
-
View: FA_INVOICE_TRANSFERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_INVOICE_TRANSFERS_V, object_name:FA_INVOICE_TRANSFERS_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_INVOICE_TRANSFERS_V ,
-
View: FA_TRANSACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_TRANSACTIONS_V, object_name:FA_TRANSACTIONS_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_TRANSACTIONS_V ,
-
View: FA_DISTRIBUTION_INQUIRY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_DISTRIBUTION_INQUIRY_V, object_name:FA_DISTRIBUTION_INQUIRY_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_DISTRIBUTION_INQUIRY_V ,
-
View: FA_DISTRIBUTION_INQUIRY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_DISTRIBUTION_INQUIRY_V, object_name:FA_DISTRIBUTION_INQUIRY_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_DISTRIBUTION_INQUIRY_V ,
-
Table: FA_ADDITION_REP_ITF
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_ADDITION_REP_ITF, object_name:FA_ADDITION_REP_ITF, status:VALID, product: OFA - Assets , description: Interface table for Report eXchange reports , implementation_dba_data: FA.FA_ADDITION_REP_ITF ,
-
Table: FA_RETIRE_REP_ITF
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_RETIRE_REP_ITF, object_name:FA_RETIRE_REP_ITF, status:VALID, product: OFA - Assets , description: Interface table for Report eXchange reports , implementation_dba_data: FA.FA_RETIRE_REP_ITF ,
-
Table: FA_BALANCES_REP_ITF
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_BALANCES_REP_ITF, object_name:FA_BALANCES_REP_ITF, status:VALID, product: OFA - Assets , description: Interface table for Report eXchange reports , implementation_dba_data: FA.FA_BALANCES_REP_ITF ,
-
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_REP_ITF
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_DEPRN_REP_ITF, object_name:FA_DEPRN_REP_ITF, status:VALID, product: OFA - Assets , description: Interface table for Report eXchange reports , implementation_dba_data: FA.FA_DEPRN_REP_ITF ,
-
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_BALANCES_REP_ITF
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_BALANCES_REP_ITF, object_name:FA_BALANCES_REP_ITF, status:VALID, product: OFA - Assets , description: Interface table for Report eXchange reports , implementation_dba_data: FA.FA_BALANCES_REP_ITF ,