Search Results fa_deprn_summary
The FA_DEPRN_SUMMARY
table in Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 is a critical repository for asset depreciation summary data. It stores aggregated depreciation information for assets, facilitating financial reporting, tax compliance, and asset lifecycle management. This table is part of the Fixed Assets module and is integral to the calculation, tracking, and reporting of asset depreciation across accounting periods.
Table Structure and Key Columns
TheFA_DEPRN_SUMMARY
table contains the following key columns:
- BOOK_TYPE_CODE: Identifies the depreciation book (e.g., Corporate, Tax) associated with the asset.
- ASSET_ID: Unique identifier for the asset.
- DEPRN_RUN_DATE: The date when depreciation was last calculated.
- DEPRN_AMOUNT: The depreciation expense for the current period.
- YTD_DEPRN: Year-to-date depreciation amount.
- DEPRN_RESERVE: Cumulative depreciation reserve (total depreciation since acquisition).
- ADDITION_COST: Additional costs added to the asset.
- ADJUSTMENT_COST: Cost adjustments due to revaluations or transfers.
- PERIOD_COUNTER: Sequential counter representing the accounting period.
Functional Role in Oracle EBS
TheFA_DEPRN_SUMMARY
table serves as the backbone for:
- Depreciation Calculation: Stores periodic depreciation amounts computed based on methods like Straight-Line, Declining Balance, or Units of Production.
- Financial Reporting: Provides data for balance sheets (e.g., net book value) and income statements (e.g., depreciation expense).
- Tax Compliance: Tracks tax-specific depreciation (e.g., MACRS) in designated tax books.
- Asset Reconciliation: Ensures consistency between asset costs, accumulated depreciation, and net book values.
Integration with Other Modules
The table integrates with:- General Ledger (GL): Depreciation journal entries are posted to GL via the
FA_DEPRN_SUMMARY
data. - Subledger Accounting (SLA): Supports detailed accounting rules for depreciation transactions.
- FA_ASSETS: Links to master asset records for cost and lifecycle details.
Technical Considerations
- Indexing: Key columns (
BOOK_TYPE_CODE
,ASSET_ID
,PERIOD_COUNTER
) are indexed for performance. - Partitioning: In large implementations, the table may be partitioned by
BOOK_TYPE_CODE
orPERIOD_COUNTER
. - Purge Process: Historical data is archived via the
FA_PURGE
process to maintain performance.
Common Use Cases
- Period Close: Validating depreciation amounts before GL posting.
- Audit Queries: Reconciling asset values with financial statements.
- Custom Reports: Extracting data for regulatory or management reporting.
Example Query
SELECT BOOK_TYPE_CODE, ASSET_ID, DEPRN_AMOUNT, YTD_DEPRN, DEPRN_RESERVE FROM FA_DEPRN_SUMMARY WHERE PERIOD_COUNTER = 202401 AND BOOK_TYPE_CODE = 'CORPORATE';
Conclusion
TheFA_DEPRN_SUMMARY
table is a cornerstone of Oracle EBS Fixed Assets, ensuring accurate depreciation tracking and seamless integration with financial processes. Its design supports compliance, reporting, and operational efficiency, making it indispensable for asset-intensive organizations.
-
Table: FA_DEPRN_SUMMARY
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_DEPRN_SUMMARY, object_name:FA_DEPRN_SUMMARY, status:VALID, product: OFA - Assets , description: Depreciation information at the asset level , implementation_dba_data: FA.FA_DEPRN_SUMMARY ,
-
Table: FA_DEPRN_SUMMARY
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_DEPRN_SUMMARY, object_name:FA_DEPRN_SUMMARY, status:VALID, product: OFA - Assets , description: Depreciation information at the asset level , implementation_dba_data: FA.FA_DEPRN_SUMMARY ,
-
View: FA_BOOKS_GROUPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_BOOKS_GROUPS_V, object_name:FA_BOOKS_GROUPS_V, status:VALID, product: OFA - Assets , description: Updates NBV and reserve of group assets with depreciation adjustments , implementation_dba_data: APPS.FA_BOOKS_GROUPS_V ,
-
View: FA_BOOKS_GROUPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_BOOKS_GROUPS_V, object_name:FA_BOOKS_GROUPS_V, status:VALID, product: OFA - Assets , description: Updates NBV and reserve of group assets with depreciation adjustments , implementation_dba_data: APPS.FA_BOOKS_GROUPS_V ,
-
View: FA_EXTENDED_DEPRN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_EXTENDED_DEPRN_V, object_name:FA_EXTENDED_DEPRN_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_EXTENDED_DEPRN_V ,
-
Table: FA_DEPRN_SUMMARY_H
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_DEPRN_SUMMARY_H, object_name:FA_DEPRN_SUMMARY_H, status:VALID, product: OFA - Assets , description: Stores the depreciation information originally stored in FA_DEPRN_SUMMARY for audit purposes. , implementation_dba_data: FA.FA_DEPRN_SUMMARY_H ,
-
Table: FA_DEPRN_SUMMARY_H
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_DEPRN_SUMMARY_H, object_name:FA_DEPRN_SUMMARY_H, status:VALID, product: OFA - Assets , description: Stores the depreciation information originally stored in FA_DEPRN_SUMMARY for audit purposes. , implementation_dba_data: FA.FA_DEPRN_SUMMARY_H ,
-
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 ,
-
View: FA_FINANCIAL_INQUIRY_DEPRN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_FINANCIAL_INQUIRY_DEPRN_V, object_name:FA_FINANCIAL_INQUIRY_DEPRN_V, status:VALID, product: OFA - Assets , description: Depreciation history information , implementation_dba_data: APPS.FA_FINANCIAL_INQUIRY_DEPRN_V ,
-
Table: FA_DEPRN_DETAIL
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_DEPRN_DETAIL, object_name:FA_DEPRN_DETAIL, status:VALID, product: OFA - Assets , description: Depreciation amounts charged to the depreciation expense account in each distribution line , implementation_dba_data: FA.FA_DEPRN_DETAIL ,
-
Table: FA_DEPRN_DETAIL
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_DEPRN_DETAIL, object_name:FA_DEPRN_DETAIL, status:VALID, product: OFA - Assets , description: Depreciation amounts charged to the depreciation expense account in each distribution line , implementation_dba_data: FA.FA_DEPRN_DETAIL ,
-
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 ,
-
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_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 ,
-
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_FINANCIAL_INQUIRY_DEPRN_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_FINANCIAL_INQUIRY_DEPRN_V, object_name:FA_FINANCIAL_INQUIRY_DEPRN_V, status:VALID, product: OFA - Assets , description: Depreciation history information , implementation_dba_data: APPS.FA_FINANCIAL_INQUIRY_DEPRN_V ,