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 ,
-
APPS.FA_STD_TYPES dependencies on FA_ADDITIONS_B
12.1.1
-
APPS.FA_GENACCTS_PKG dependencies on FA_ADDITIONS_B
12.1.1
-
APPS.FA_MASS_RECLASS_PKG dependencies on FA_ADDITIONS_B
12.1.1
-
APPS.FA_SLA_CURRENT_PERIOD_UPG_PKG dependencies on FA_ADDITIONS_B
12.1.1
-
APPS.FA_WHATIF_DEPRN_PKG dependencies on FA_ADDITIONS_B
12.1.1
-
APPS.FA_ADJUSTMENTS_T_PKG dependencies on FA_ADDITIONS_B
12.1.1
-
APPS.OKL_AM_AMORTIZE_PVT dependencies on FA_ADDITIONS_B
12.1.1
-
APPS.EAM_CAP_MAIN_COST_PVT dependencies on FA_ADDITIONS_B
12.1.1
-
APPS.OKL_QA_DATA_INTEGRITY dependencies on FA_ADDITIONS_B
12.1.1
-
APPS.FII_FA_EXP_B_C dependencies on FA_ADDITIONS_B
12.1.1
-
APPS.OKL_LLA_UTIL_PVT dependencies on FA_ADDITIONS_B
12.1.1
-
APPS.OKL_OPEN_INTERFACE_PVT dependencies on FA_ADDITIONS_B
12.1.1
-
APPS.OKL_CREATE_KLE_PVT dependencies on FA_ADDITIONS_B
12.1.1
-
APPS.FA_MASS_RET_PKG dependencies on FA_ADDITIONS_B
12.1.1
-
APPS.OKL_AM_PROCESS_ASSET_TRX_PVT dependencies on FA_ADDITIONS_B
12.1.1
-
APPS.FA_LEASE_PVT dependencies on FA_ADDITIONS_B
12.1.1
-
APPS.FA_TRANSFER_XIT_PKG dependencies on FA_ADDITIONS_B
12.2.2
-
APPS.CSI_ML_UTIL_PVT dependencies on FA_ADDITIONS_B
12.2.2
-
APPS.FA_MODIFY_DISTRIBUTIONS_PKG dependencies on FA_ADDITIONS_B
12.2.2
-
APPS.FA_LEASE_PVT dependencies on FA_ADDITIONS_B
12.2.2
-
APPS.OKL_CONTRACT_BOOK_PVT dependencies on FA_ADDITIONS_B
12.2.2
-
APPS.FA_XLA_EXTRACT_DEPRN_PKG dependencies on FA_ADDITIONS_B
12.2.2
-
APPS.OKL_CREATE_KLE_PVT dependencies on FA_ADDITIONS_B
12.2.2
-
APPS.FA_GAINLOSS_PKG dependencies on FA_ADDITIONS_B
12.2.2
-
APPS.OKL_LA_ASSET_PVT dependencies on FA_ADDITIONS_B
12.2.2
-
APPS.OKL_RELEASE_PVT dependencies on FA_ADDITIONS_B
12.2.2
-
APPS.FA_XLA_EXTRACT_DEF_PKG dependencies on FA_ADDITIONS_B
12.2.2
-
APPS.IGI_IAC_TRANSFERS_PKG dependencies on FA_ADDITIONS_B
12.2.2
-
APPS.FA_MASS_DEPRN_BASIS_PKG dependencies on FA_ADDITIONS_B
12.2.2
-
APPS.FA_CUA_MASS_EXT_RET_PKG dependencies on FA_ADDITIONS_B
12.2.2
-
APPS.FARX_MAD dependencies on FA_ADDITIONS_B
12.2.2
-
APPS.CSE_FA_TXN_PKG dependencies on FA_ADDITIONS_B
12.1.1
-
APPS.OKL_LA_ASSET_PVT dependencies on FA_ADDITIONS_B
12.1.1
-
APPS.FA_TOFES_YUD_ALEF_PKG dependencies on FA_ADDITIONS_B
12.1.1
-
APPS.FA_DET_ADD_PKG dependencies on FA_ADDITIONS_B
12.1.1
-
APPS.JA_JAINYEDE_XMLP_PKG dependencies on FA_ADDITIONS_B
12.1.1
-
APPS.FA_MASS_RET_PUB dependencies on FA_ADDITIONS_B
12.1.1
-
APPS.FA_XLA_EXTRACT_DEF_PKG dependencies on FA_ADDITIONS_B
12.1.1
-
APPS.FA_MASS_DEPRN_BASIS_PKG dependencies on FA_ADDITIONS_B
12.1.1
-
APPS.FA_CHK_BOOKSTS_PKG dependencies on FA_ADDITIONS_B
12.1.1
-
APPS.FA_CUA_MASS_EXT_RET_PKG dependencies on FA_ADDITIONS_B
12.1.1
-
APPS.FARX_MCR dependencies on FA_ADDITIONS_B
12.1.1
-
APPS.OKL_ACCRUAL_DEPRN_ADJ_PVT dependencies on FA_ADDITIONS_B
12.1.1
-
APPS.FA_MASS_REINS_PKG dependencies on FA_ADDITIONS_B
12.1.1
-
APPS.OKL_RELEASE_PVT dependencies on FA_ADDITIONS_B
12.1.1
-
APPS.CSE_ASSET_MOVE_PKG dependencies on FA_ADDITIONS_B
12.1.1
-
APPS.FA_MASS_RET_PKG dependencies on FA_ADDITIONS_B
12.2.2
-
APPS.IGI_IAC_REINSTATE_PKG dependencies on FA_ADDITIONS_B
12.2.2