Search Results fa_adjustments
Overview
The FA_ADJUSTMENTS table is a core transactional table within the Oracle E-Business Suite Fixed Assets module (OFA). It serves as the primary repository for all accounting adjustments generated by asset transactions. As indicated by its description, the table's fundamental role is to store the detailed information required by the posting program to create journal entry lines in the General Ledger (GL). Every financial adjustment resulting from activities such as depreciation runs, additions, retirements, transfers, or revaluations is recorded in this table. It acts as the critical link between asset transaction processing and the eventual financial accounting entries, ensuring auditability and data integrity.
Key Information Stored
The table's structure captures the complete financial context of an asset adjustment. While the provided metadata does not list specific columns, the foreign key relationships define its critical data elements. Each record is tied to a specific asset (ASSET_ID) and asset book (BOOK_TYPE_CODE). It references the originating transaction (TRANSACTION_HEADER_ID) and the precise asset location or cost center (DISTRIBUTION_ID) at the time of the transaction. Crucially, it stores the accounting code combination (CODE_COMBINATION_ID) for the adjustment and links to the resulting General Ledger journal entry (JE_HEADER_ID, JE_LINE_NUM). The table also tracks the accounting period in which the adjustment was created (PERIOD_COUNTER_CREATED) and the period it adjusts (PERIOD_COUNTER_ADJUSTED), which is essential for correcting prior period depreciation.
Common Use Cases and Queries
This table is central to troubleshooting, reconciliation, and custom reporting for asset accounting. A common use case is reconciling the Fixed Assets subledger to the General Ledger by tracing posted journals back to their source adjustments. Analysts frequently query this table to investigate the accounting impact of a specific asset transaction or to analyze all adjustments within a given period. A typical query pattern involves joining to related master tables to retrieve meaningful descriptions.
- Sample Query (Adjustments for an Asset):
SELECT fa.book_type_code, fa.adjustment_amount, fa.code_combination_id, gcc.segment1, dh.location_id FROM fa_adjustments fa, gl_code_combinations gcc, fa_distribution_history dh WHERE fa.asset_id = :asset_id AND fa.code_combination_id = gcc.code_combination_id AND fa.distribution_id = dh.distribution_id; - Reporting Use Case: Generating a detail report of all depreciation expense entries posted to a specific natural account segment in a fiscal period, by joining
FA_ADJUSTMENTStoGL_CODE_COMBINATIONSandFA_DEPRN_PERIODS.
Related Objects
As defined by its foreign keys, FA_ADJUSTMENTS has integral relationships with several key Fixed Assets and General Ledger tables. It is a child table of FA_TRANSACTION_HEADERS, FA_DISTRIBUTION_HISTORY, FA_BOOK_CONTROLS, and FA_ADDITIONS_B. Its link to GL_CODE_COMBINATIONS provides the accounting flexfield data, and its relationship to GL_JE_LINES confirms the journal entry posting. The dual foreign keys to FA_DEPRN_PERIODS (for both created and adjusted periods) are vital for period-based reporting and ensuring adjustments are processed in the correct open period. This network of relationships underscores the table's position as a central hub in the asset accounting flow.
-
Table: FA_ADJUSTMENTS
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_ADJUSTMENTS, object_name:FA_ADJUSTMENTS, status:VALID, product: OFA - Assets , description: Information used by the posting program to generate journal entry lines in the general ledger , implementation_dba_data: FA.FA_ADJUSTMENTS ,
-
Table: FA_ADJUSTMENTS
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_ADJUSTMENTS, object_name:FA_ADJUSTMENTS, status:VALID, product: OFA - Assets , description: Information used by the posting program to generate journal entry lines in the general ledger , implementation_dba_data: FA.FA_ADJUSTMENTS ,
-
APPS.FA_XLA_EXTRACT_TRX_PKG dependencies on FA_ADJUSTMENTS
12.1.1
-
APPS.FA_POST_ADJ_ITF_PKG dependencies on FA_ADJUSTMENTS
12.2.2
-
APPS.JG_RX_FAREG dependencies on FA_ADJUSTMENTS
12.2.2
-
APPS.IGI_IAC_DEPRN_PKG dependencies on FA_ADJUSTMENTS
12.2.2
-
APPS.JGRX_FAREG dependencies on FA_ADJUSTMENTS
12.2.2
-
APPS.IGI_IGIIARRD_XMLP_PKG dependencies on FA_ADJUSTMENTS
12.2.2
-
APPS.FA_SORP_REVALUATION_PKG dependencies on FA_ADJUSTMENTS
12.2.2
-
APPS.FA_FASRSVES_XMLP_PKG dependencies on FA_ADJUSTMENTS
12.2.2
-
APPS.FA_PROCESS_GROUPS_PKG dependencies on FA_ADJUSTMENTS
12.2.2
-
APPS.JL_ZZ_FA_CALC_ADJUSTMENT_PKG dependencies on FA_ADJUSTMENTS
12.2.2
-
APPS.FA_REVALUATION_PVT dependencies on FA_ADJUSTMENTS
12.2.2
-
APPS.IGI_IGIIAOPE_XMLP_PKG dependencies on FA_ADJUSTMENTS
12.2.2
-
APPS.FA_FASRVRVW_XMLP_PKG dependencies on FA_ADJUSTMENTS
12.2.2
-
APPS.FA_RX_GROUP dependencies on FA_ADJUSTMENTS
12.2.2
-
APPS.FA_TRANSFER_PVT dependencies on FA_ADJUSTMENTS
12.2.2
-
APPS.FA_ASSET_SUMM_RPT_PKG dependencies on FA_ADJUSTMENTS
12.2.2
-
APPS.FA_XLA_EXTRACT_TRX_PKG dependencies on FA_ADJUSTMENTS
12.2.2
-
APPS.FA_RETIREMENT_PUB dependencies on FA_ADJUSTMENTS
12.1.1
-
APPS.FA_FASCOSTS_XMLP_PKG dependencies on FA_ADJUSTMENTS
12.1.1
-
APPS.FA_CIP_PVT dependencies on FA_ADJUSTMENTS
12.1.1
-
APPS.FA_AMORT_PVT dependencies on FA_ADJUSTMENTS
12.1.1
-
APPS.IGI_IAC_DEPRN_PKG dependencies on FA_ADJUSTMENTS
12.1.1
-
APPS.JE_JEHUFAMD_XMLP_PKG dependencies on FA_ADJUSTMENTS
12.1.1
-
APPS.FA_INS_ADJUST_PKG dependencies on FA_ADJUSTMENTS
12.1.1
-
APPS.FA_TRANSFER_XIT_PKG dependencies on FA_ADJUSTMENTS
12.1.1
-
APPS.FA_FASCOSTD_XMLP_PKG dependencies on FA_ADJUSTMENTS
12.1.1
-
APPS.JL_JLZZFIJR_XMLP_PKG dependencies on FA_ADJUSTMENTS
12.2.2
-
APPS.JL_JLMXFGLR_XMLP_PKG dependencies on FA_ADJUSTMENTS
12.2.2
-
APPS.FA_ASSET_VAL_PVT dependencies on FA_ADJUSTMENTS
12.1.1
-
APPS.FARX_AD dependencies on FA_ADJUSTMENTS
12.1.1
-
APPS.FA_GAINLOSS_UPD_PKG dependencies on FA_ADJUSTMENTS
12.1.1
-
APPS.FA_SLA_CURRENT_PERIOD_UPG_PKG dependencies on FA_ADJUSTMENTS
12.1.1
-
APPS.FA_GAINLOSS_DPR_PKG dependencies on FA_ADJUSTMENTS
12.1.1
-
APPS.JL_ZZ_FA_FUNCTIONS_PKG dependencies on FA_ADJUSTMENTS
12.1.1
-
APPS.JGRX_FAREG dependencies on FA_ADJUSTMENTS
12.1.1
-
APPS.FA_C_INSURE dependencies on FA_ADJUSTMENTS
12.1.1
-
APPS.IGI_IGIIACSD_XMLP_PKG dependencies on FA_ADJUSTMENTS
12.1.1
-
APPS.JE_JEHUFAMS_XMLP_PKG dependencies on FA_ADJUSTMENTS
12.1.1
-
APPS.IGI_IAC_REVAL_UTILITIES dependencies on FA_ADJUSTMENTS
12.1.1
-
APPS.FA_CUA_ASSET_WB_APIS_PKG dependencies on FA_ADJUSTMENTS
12.2.2
-
APPS.FA_CIP_PVT dependencies on FA_ADJUSTMENTS
12.2.2
-
APPS.FA_C_INSURE dependencies on FA_ADJUSTMENTS
12.2.2
-
APPS.FARX_RC dependencies on FA_ADJUSTMENTS
12.1.1
-
APPS.FA_TAX_UPLOAD_PKG dependencies on FA_ADJUSTMENTS
12.2.2
-
APPS.FARX_BL dependencies on FA_ADJUSTMENTS
12.2.2
-
APPS.FA_TRANSFER_XIT_PKG dependencies on FA_ADJUSTMENTS
12.2.2
-
APPS.FA_FASRSVED_XMLP_PKG dependencies on FA_ADJUSTMENTS
12.2.2
-
APPS.FA_BALREP_PKG dependencies on FA_ADJUSTMENTS
12.2.2