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 ,
-
View: FA_RETIREMENT_ADJUSTMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_RETIREMENT_ADJUSTMENTS_V, object_name:FA_RETIREMENT_ADJUSTMENTS_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_RETIREMENT_ADJUSTMENTS_V ,
-
View: FA_RETIREMENT_ADJUSTMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_RETIREMENT_ADJUSTMENTS_V, object_name:FA_RETIREMENT_ADJUSTMENTS_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_RETIREMENT_ADJUSTMENTS_V ,
-
Table: FA_DEPRN_PERIODS
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_DEPRN_PERIODS, object_name:FA_DEPRN_PERIODS, status:VALID, product: OFA - Assets , description: Information about each depreciation period , implementation_dba_data: FA.FA_DEPRN_PERIODS ,
-
Table: FA_DEPRN_PERIODS
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_DEPRN_PERIODS, object_name:FA_DEPRN_PERIODS, status:VALID, product: OFA - Assets , description: Information about each depreciation period , implementation_dba_data: FA.FA_DEPRN_PERIODS ,
-
View: FABV_TRANS_LINES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FABV_TRANS_LINES, object_name:FABV_TRANS_LINES, status:VALID, product: OFA - Assets , description: - Retrofitted , implementation_dba_data: APPS.FABV_TRANS_LINES ,
-
View: FABV_TRANS_LINES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FABV_TRANS_LINES, object_name:FABV_TRANS_LINES, status:VALID, product: OFA - Assets , description: - Retrofitted , implementation_dba_data: APPS.FABV_TRANS_LINES ,
-
View: FABV_TRANS_HDRS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FABV_TRANS_HDRS, object_name:FABV_TRANS_HDRS, status:VALID, product: OFA - Assets , description: - Retrofitted , implementation_dba_data: APPS.FABV_TRANS_HDRS ,
-
View: FA_UNPLANNED_DEPR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_UNPLANNED_DEPR_V, object_name:FA_UNPLANNED_DEPR_V, status:VALID, product: OFA - Assets , description: - Retrofitted , implementation_dba_data: APPS.FA_UNPLANNED_DEPR_V ,
-
View: FA_UNPLANNED_DEPR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_UNPLANNED_DEPR_V, object_name:FA_UNPLANNED_DEPR_V, status:VALID, product: OFA - Assets , description: - Retrofitted , implementation_dba_data: APPS.FA_UNPLANNED_DEPR_V ,
-
View: FAFV_TRANS_HDRS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FAFV_TRANS_HDRS, object_name:FAFV_TRANS_HDRS, status:VALID, product: OFA - Assets , description: - Retrofitted , implementation_dba_data: APPS.FAFV_TRANS_HDRS ,
-
View: FAFV_TRANS_HDRS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FAFV_TRANS_HDRS, object_name:FAFV_TRANS_HDRS, status:VALID, product: OFA - Assets , description: - Retrofitted , implementation_dba_data: APPS.FAFV_TRANS_HDRS ,
-
View: FABV_TRANS_HDRS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FABV_TRANS_HDRS, object_name:FABV_TRANS_HDRS, status:VALID, product: OFA - Assets , description: - Retrofitted , implementation_dba_data: APPS.FABV_TRANS_HDRS ,
-
View: FA_CURR_DEPRN_ADJ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_CURR_DEPRN_ADJ_V, object_name:FA_CURR_DEPRN_ADJ_V, status:VALID, product: OFA - Assets , description: Provides total depreciation for the current period , implementation_dba_data: APPS.FA_CURR_DEPRN_ADJ_V ,
-
View: FA_FINANCIAL_INQUIRY_UPL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_FINANCIAL_INQUIRY_UPL_V, object_name:FA_FINANCIAL_INQUIRY_UPL_V, status:VALID, product: OFA - Assets , description: - Retrofitted , implementation_dba_data: APPS.FA_FINANCIAL_INQUIRY_UPL_V ,
-
Table: FA_DISTRIBUTION_HISTORY
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_DISTRIBUTION_HISTORY, object_name:FA_DISTRIBUTION_HISTORY, status:VALID, product: OFA - Assets , description: Employee, location, and Accounting Flexfield values assigned to each asset , implementation_dba_data: FA.FA_DISTRIBUTION_HISTORY ,
-
View: FA_CURR_DEPRN_ADJ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_CURR_DEPRN_ADJ_V, object_name:FA_CURR_DEPRN_ADJ_V, status:VALID, product: OFA - Assets , description: Provides total depreciation for the current period , implementation_dba_data: APPS.FA_CURR_DEPRN_ADJ_V ,
-
View: FA_FIN_INQRY_UPL_WEB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_FIN_INQRY_UPL_WEB_V, object_name:FA_FIN_INQRY_UPL_WEB_V, status:VALID, product: OFA - Assets , description: Unplanned depreciation history , implementation_dba_data: APPS.FA_FIN_INQRY_UPL_WEB_V ,
-
Table: FA_DISTRIBUTION_HISTORY
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_DISTRIBUTION_HISTORY, object_name:FA_DISTRIBUTION_HISTORY, status:VALID, product: OFA - Assets , description: Employee, location, and Accounting Flexfield values assigned to each asset , implementation_dba_data: FA.FA_DISTRIBUTION_HISTORY ,
-
View: FAFV_TRANS_LINES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FAFV_TRANS_LINES, object_name:FAFV_TRANS_LINES, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FAFV_TRANS_LINES ,
-
View: FA_FIN_INQRY_UPL_WEB_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_FIN_INQRY_UPL_WEB_V, object_name:FA_FIN_INQRY_UPL_WEB_V, status:VALID, product: OFA - Assets , description: Unplanned depreciation history , implementation_dba_data: APPS.FA_FIN_INQRY_UPL_WEB_V ,
-
Table: FA_TRANSACTION_HEADERS
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_TRANSACTION_HEADERS, object_name:FA_TRANSACTION_HEADERS, status:VALID, product: OFA - Assets , description: Information about all transactions performed within Oracle Assets , implementation_dba_data: FA.FA_TRANSACTION_HEADERS ,
-
Table: FA_TRANSACTION_HEADERS
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_TRANSACTION_HEADERS, object_name:FA_TRANSACTION_HEADERS, status:VALID, product: OFA - Assets , description: Information about all transactions performed within Oracle Assets , implementation_dba_data: FA.FA_TRANSACTION_HEADERS ,
-
View: FAFV_TRANS_LINES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FAFV_TRANS_LINES, object_name:FAFV_TRANS_LINES, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FAFV_TRANS_LINES ,
-
View: FA_AEL_SL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_AEL_SL_V, object_name:FA_AEL_SL_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_AEL_SL_V ,
-
View: FA_AEL_SL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_AEL_SL_V, object_name:FA_AEL_SL_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_AEL_SL_V ,
-
View: FA_FINANCIAL_INQUIRY_UPL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_FINANCIAL_INQUIRY_UPL_V, object_name:FA_FINANCIAL_INQUIRY_UPL_V, status:VALID, product: OFA - Assets , description: - Retrofitted , implementation_dba_data: APPS.FA_FINANCIAL_INQUIRY_UPL_V ,
-
View: FA_DEPRN_WEB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_DEPRN_WEB_V, object_name:FA_DEPRN_WEB_V, status:VALID, product: OFA - Assets , description: Depreciation information for an asset in a given depreciation book , implementation_dba_data: APPS.FA_DEPRN_WEB_V ,
-
View: FA_DEPRN_WEB_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_DEPRN_WEB_V, object_name:FA_DEPRN_WEB_V, status:VALID, product: OFA - Assets , description: Depreciation information for an asset in a given depreciation book , implementation_dba_data: APPS.FA_DEPRN_WEB_V ,
-
View: FA_EXTENDED_DEPRN_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_EXTENDED_DEPRN_V, object_name:FA_EXTENDED_DEPRN_V, status:VALID, product: OFA - Assets , description: FA_EXTENDED_DEPRN_V view is used for extended depreciation. , implementation_dba_data: APPS.FA_EXTENDED_DEPRN_V ,
-
Table: FA_BOOK_CONTROLS
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_BOOK_CONTROLS, object_name:FA_BOOK_CONTROLS, status:VALID, product: OFA - Assets , description: Control information that affects all assets in a depreciation book , implementation_dba_data: FA.FA_BOOK_CONTROLS ,
-
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_BOOK_CONTROLS
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_BOOK_CONTROLS, object_name:FA_BOOK_CONTROLS, status:VALID, product: OFA - Assets , description: Control information that affects all assets in a depreciation book , implementation_dba_data: FA.FA_BOOK_CONTROLS ,
-
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 ,
-
View: FA_FIN_INQRY_DEPRN_WEB_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_FIN_INQRY_DEPRN_WEB_V, object_name:FA_FIN_INQRY_DEPRN_WEB_V, status:VALID, product: OFA - Assets , description: Depreciation history information , implementation_dba_data: APPS.FA_FIN_INQRY_DEPRN_WEB_V ,
-
View: FA_FIN_INQRY_DEPRN_WEB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_FIN_INQRY_DEPRN_WEB_V, object_name:FA_FIN_INQRY_DEPRN_WEB_V, status:VALID, product: OFA - Assets , description: Depreciation history information , implementation_dba_data: APPS.FA_FIN_INQRY_DEPRN_WEB_V ,
-
View: FA_AEL_GL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_AEL_GL_V, object_name:FA_AEL_GL_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_AEL_GL_V ,
-
View: FA_AEL_GL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_AEL_GL_V, object_name:FA_AEL_GL_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_AEL_GL_V ,