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 ,
-
APPS.FA_MASS_DEPRN_BASIS_PKG dependencies on FA_ADDITIONS_B
12.1.1
-
APPS.FA_MASS_RET_PUB dependencies on FA_ADDITIONS_B
12.1.1
-
APPS.CSE_ASSET_MOVE_PKG dependencies on FA_ADDITIONS_B
12.1.1
-
APPS.OKL_LA_ASSET_PVT dependencies on FA_ADDITIONS_B
12.1.1
-
APPS.FA_XLA_EXTRACT_DEF_PKG dependencies on FA_ADDITIONS_B
12.1.1
-
APPS.FA_DET_ADD_PKG dependencies on FA_ADDITIONS_B
12.1.1
-
APPS.OKL_RELEASE_PVT dependencies on FA_ADDITIONS_B
12.1.1
-
APPS.FARX_MCR dependencies on FA_ADDITIONS_B
12.1.1
-
APPS.JA_JAINYEDE_XMLP_PKG dependencies on FA_ADDITIONS_B
12.1.1
-
APPS.OKL_ACCRUAL_DEPRN_ADJ_PVT dependencies on FA_ADDITIONS_B
12.1.1
-
APPS.CSE_FA_TXN_PKG dependencies on FA_ADDITIONS_B
12.1.1
-
APPS.FA_MASS_REINS_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.FA_TOFES_YUD_ALEF_PKG dependencies on FA_ADDITIONS_B
12.1.1
-
APPS.FA_INV_XFR_PUB dependencies on FA_ADDITIONS_B
12.2.2
-
APPS.CSE_ASSET_CREATION_PKG dependencies on FA_ADDITIONS_B
12.2.2
-
APPS.FA_CHK_BOOKSTS_PKG dependencies on FA_ADDITIONS_B
12.2.2
-
APPS.FA_IMPAIRMENT_PREV_PVT dependencies on FA_ADDITIONS_B
12.2.2
-
APPS.FA_MASS_RET_PKG dependencies on FA_ADDITIONS_B
12.2.2
-
APPS.OKL_DEAL_ASSET_PVT dependencies on FA_ADDITIONS_B
12.2.2
-
APPS.OKL_ACCRUAL_DEPRN_ADJ_PVT dependencies on FA_ADDITIONS_B
12.2.2
-
APPS.OKL_SLA_ACC_SOURCES_PVT dependencies on FA_ADDITIONS_B
12.2.2
-
APPS.FA_ASSET_TRACE_PKG dependencies on FA_ADDITIONS_B
12.2.2
-
APPS.IGI_IAC_REINSTATE_PKG dependencies on FA_ADDITIONS_B
12.2.2
-
APPS.FA_TAX_UPLOAD_PKG dependencies on FA_ADDITIONS_B
12.2.2
-
APPS.EAM_CAP_MAIN_COST_PVT dependencies on FA_ADDITIONS_B
12.2.2
-
APPS.FA_XML_REPORT_PKG dependencies on FA_ADDITIONS_B
12.2.2
-
APPS.FA_ADJUSTMENTS_T_PKG dependencies on FA_ADDITIONS_B
12.2.2
-
APPS.OKL_AM_CNTRCT_LN_TRMNT_PVT dependencies on FA_ADDITIONS_B
12.2.2
-
APPS.OKL_LA_ASSET_PVT dependencies on FA_ADDITIONS_B
12.2.2
-
APPS.FARX_MAD dependencies on FA_ADDITIONS_B
12.2.2
-
APPS.OKL_LLA_UTIL_PVT dependencies on FA_ADDITIONS_B
12.1.1
-
APPS.FA_STD_TYPES dependencies on FA_ADDITIONS_B
12.1.1
-
APPS.FII_FA_EXP_B_C dependencies on FA_ADDITIONS_B
12.1.1
-
APPS.OKL_QA_DATA_INTEGRITY dependencies on FA_ADDITIONS_B
12.1.1
-
APPS.FA_WHATIF_DEPRN_PKG dependencies on FA_ADDITIONS_B
12.1.1
-
APPS.OKL_OPEN_INTERFACE_PVT dependencies on FA_ADDITIONS_B
12.1.1
-
APPS.EAM_CAP_MAIN_COST_PVT dependencies on FA_ADDITIONS_B
12.1.1
-
APPS.FA_MASS_RECLASS_PKG dependencies on FA_ADDITIONS_B
12.1.1
-
APPS.FA_MASS_DEPRN_BASIS_PKG dependencies on FA_ADDITIONS_B
12.2.2
-
APPS.FA_LEASE_PVT 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_GENACCTS_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.OKL_CONTRACT_BOOK_PVT dependencies on FA_ADDITIONS_B
12.2.2
-
APPS.FA_XLA_EXTRACT_DEF_PKG dependencies on FA_ADDITIONS_B
12.2.2