Search Results fa_additions_b
The FA_ADDITIONS_B
table is a fundamental data structure within Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically serving as the core repository for asset addition transactions in the Fixed Assets module. This table stores essential details about asset acquisitions, capitalizations, and other addition-related activities, forming the backbone of asset lifecycle management in Oracle EBS. Below is a detailed technical breakdown of its structure, purpose, and integration within the Fixed Assets module.
1. Purpose and Functional Role
TheFA_ADDITIONS_B
table captures transactional data when assets are added to the Fixed Assets register. It records critical attributes such as asset cost, date placed in service, asset category, and depreciation rules. This table works in conjunction with other key tables like FA_BOOKS
, FA_ASSET_HISTORY
, and FA_DISTRIBUTION_HISTORY
to ensure comprehensive asset tracking and compliance with accounting standards (e.g., GAAP, IFRS).
2. Key Columns and Data Structure
The table includes columns that define asset properties and transactional metadata:- ASSET_ID: Primary key, uniquely identifying each asset.
- ASSET_NUMBER: User-defined identifier for the asset.
- ASSET_CATEGORY_ID: Links to
FA_CATEGORIES_B
for classification. - DATE_PLACED_IN_SERVICE: Critical for depreciation calculations.
- COST: Capitalized cost of the asset.
- TRANSACTION_HEADER_ID: References
FA_TRANSACTION_HEADERS
for audit trails. - LAST_UPDATE_DATE, LAST_UPDATED_BY: Standard Oracle audit columns.
3. Integration with Other Modules
FA_ADDITIONS_B
integrates with:
- General Ledger (GL): Asset costs are posted via the
FA_MASS_ADDITIONS
interface. - Payables (AP): Invoice data flows into Fixed Assets through the
FA_MASS_ADDITIONS
table. - Projects (PA): Capital projects may trigger asset additions via the
FA_CAPITALIZED_COSTS
table.
4. Depreciation and Accounting Impact
The table’s data directly influences depreciation schedules stored inFA_DEPRN_DETAIL
. Columns like COST
and DATE_PLACED_IN_SERVICE
determine the depreciation start date and method (e.g., straight-line, declining balance). The ASSET_TYPE
column distinguishes between capitalized, expensed, or CIP (Construction in Progress) assets.
5. Customization and Extensions
Oracle allows extensions via descriptive flexfields (DFFs) to capture industry-specific attributes. For example, a manufacturing firm might add columns for equipment serial numbers or maintenance schedules. Custom triggers or workflows can be implemented using theFA_ADDITIONS_B
table’s TRANSACTION_HEADER_ID
to enforce business rules.
6. Data Security and Access Control
Access toFA_ADDITIONS_B
is governed by Oracle’s Function Security (via responsibilities like "Fixed Asset Accountant") and Data Security (VPD policies). Sensitive columns like COST
may be masked using Oracle’s Data Redaction features in EBS 12.2.
7. Performance Considerations
Indexes onASSET_ID
, ASSET_NUMBER
, and TRANSACTION_HEADER_ID
optimize query performance. Partitioning is recommended for large-scale deployments to manage historical data efficiently.
8. Upgrade Implications
Between EBS 12.1.1 and 12.2.2,FA_ADDITIONS_B
retains backward compatibility, but new columns like TAX_BOOK_TYPE_CODE
(for tax reporting) may be introduced. Customizations should be validated during upgrades.
Conclusion
TheFA_ADDITIONS_B
table is a cornerstone of Oracle EBS Fixed Assets, enabling accurate asset tracking, depreciation, and financial reporting. Its design ensures seamless integration with upstream (AP/Projects) and downstream (GL) modules while supporting extensibility for diverse business needs. Understanding its schema and relationships is critical for implementing, customizing, or optimizing Fixed Assets processes in Oracle EBS 12.1.1 or 12.2.2.
-
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.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 ,
-
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 ,
-
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 ,
-
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_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 ,
-
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_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_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_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_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_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_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.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_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_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.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 ,
-
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 ,
-
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_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_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_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.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 ,
-
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 ,
-
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 ,
-
Table: FA_ADJUST_REP_ITF
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_ADJUST_REP_ITF, object_name:FA_ADJUST_REP_ITF, status:VALID, product: OFA - Assets , description: Interface table for Report eXchange reports , implementation_dba_data: FA.FA_ADJUST_REP_ITF ,
-
Table: FA_ADDITION_REP_ITF
12.2.2
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.2.2
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_ADJUST_REP_ITF
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_ADJUST_REP_ITF, object_name:FA_ADJUST_REP_ITF, status:VALID, product: OFA - Assets , description: Interface table for Report eXchange reports , implementation_dba_data: FA.FA_ADJUST_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 ,