Search Results fa_adjustments
The FA_ADJUSTMENTS table in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 is a critical repository for tracking adjustments made to fixed asset transactions. It stores detailed records of modifications applied to asset cost, depreciation, and other financial attributes, ensuring auditability and compliance with accounting standards. Below is a comprehensive analysis of its structure, purpose, and integration within Oracle Fixed Assets (FA) module.
1. Purpose and Functional Role
The FA_ADJUSTMENTS table captures adjustments resulting from:
- Cost Adjustments: Changes to asset acquisition costs due to corrections, additions, or retirements.
- Depreciation Adjustments: Modifications to depreciation calculations (e.g., changes in method, life, or salvage value).
- Transfers/Reclassifications: Updates to asset categories or locations.
- Impairments/Write-offs: Records reductions in asset carrying value.
It ensures traceability by storing historical adjustment data, which feeds into financial reports and tax calculations.
2. Key Columns and Data Structure
The table's schema includes essential columns such as:
Column Name | Data Type | Description |
---|---|---|
ADJUSTMENT_ID | NUMBER | Primary key, uniquely identifies each adjustment. |
ASSET_ID | NUMBER | References FA_ASSETS, links adjustment to a specific asset. |
BOOK_TYPE_CODE | VARCHAR2 | Indicates the depreciation book (e.g., CORPORATE, TAX). |
ADJUSTMENT_TYPE | VARCHAR2 | Classifies the adjustment (e.g., COST, DEPRECIATION). |
SOURCE_TYPE_CODE | VARCHAR2 | Origination source (e.g., MANUAL, MASS). |
DEBIT_CREDIT_FLAG | VARCHAR2 | Indicates whether the adjustment is a debit (DR) or credit (CR). |
CODE_COMBINATION_ID | NUMBER | GL account impacted by the adjustment. |
Additional columns like PERIOD_COUNTER, DATE_EFFECTIVE, and AMOUNT provide temporal and monetary context.
3. Integration with Oracle EBS Modules
The table interacts with:
- General Ledger (GL): Adjustment journal entries are posted via the GL_INTERFACE table.
- Fixed Assets Transactions: Linked to FA_TRANSACTION_HEADERS for audit trails.
- Subledger Accounting (SLA): Supports compliance with accounting rules (e.g., IFRS, GAAP).
4. Technical Considerations
- Indexes: Key indexes on ASSET_ID, BOOK_TYPE_CODE, and ADJUSTMENT_ID optimize query performance.
- Partitioning: In large deployments, partitioning by BOOK_TYPE_CODE or fiscal year improves scalability.
- Purge Policies: Data retention aligns with audit requirements; archived via FA_PURGE processes.
5. Audit and Compliance
Oracle Audit Vault and custom reports leverage FA_ADJUSTMENTS to track changes, ensuring adherence to SOX and internal controls. The LAST_UPDATE_DATE and CREATED_BY columns facilitate change tracking.
Conclusion
The FA_ADJUSTMENTS table is foundational for maintaining accurate fixed asset records in Oracle EBS. Its structured design supports financial integrity, regulatory compliance, and operational transparency, making it indispensable for asset-intensive organizations.
-
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: 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: 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: 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 ,
-
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_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 ,
-
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_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: 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 ,
-
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 ,
-
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.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_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.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 ,
-
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.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 ,
-
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 ,