Search Results fa_deprn_detail
The FA_DEPRN_DETAIL
table in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 is a critical repository for tracking asset depreciation at a granular level. As part of the Fixed Assets module, this table stores detailed depreciation records for each asset, enabling financial reporting, tax compliance, and asset lifecycle management. Below is a detailed breakdown of its structure, purpose, and key attributes.
1. Purpose and Functional Role
TheFA_DEPRN_DETAIL
table captures depreciation calculations for individual assets across accounting periods. It supports:
- Depreciation Tracking: Stores periodic depreciation amounts, including adjustments, retirements, or transfers.
- Financial Reporting: Provides data for balance sheets, P&L statements, and tax filings.
- Audit Compliance: Maintains historical records for regulatory and internal audits.
2. Key Columns and Relationships
The table's schema includes columns that link to other Fixed Assets tables (e.g.,FA_ASSETS
, FA_BOOKS
). Notable columns:
- ASSET_ID: Foreign key referencing
FA_ASSETS
, uniquely identifying the asset. - BOOK_TYPE_CODE: Links to
FA_BOOKS
, specifying the depreciation book (e.g., corporate, tax). - PERIOD_COUNTER: Ties to
FA_DEPRN_PERIODS
, marking the accounting period. - DEPRN_AMOUNT: The calculated depreciation for the period.
- YTD_DEPRN: Year-to-date depreciation accumulation.
- DEPRN_RESERVE: Total accumulated depreciation over the asset’s life.
- ADJUSTMENT_AMOUNT: Captures manual adjustments to depreciation.
3. Depreciation Calculation Logic
Oracle EBS computes depreciation using methods (e.g., straight-line, declining balance) defined inFA_METHODS
. The FA_DEPRN_DETAIL
table stores results of these calculations, including:
- Pro-rated depreciation for partial periods.
- Impact of salvage value and cost adjustments.
- Recapture amounts for retired assets.
4. Integration with Other Modules
Data flows betweenFA_DEPRN_DETAIL
and:
- General Ledger (GL): Depreciation journals are posted via
FA_DEPRN_SUMMARY
. - Subledger Accounting (SLA): Ensures compliance with accounting standards.
- Tax Reporting: Supports tax-specific books for regional compliance.
5. Performance and Maintenance Considerations
For large asset volumes:- Indexing: Key columns (
ASSET_ID
,BOOK_TYPE_CODE
,PERIOD_COUNTER
) should be indexed. - Partitioning: Consider partitioning by
BOOK_TYPE_CODE
or fiscal year. - Purging: Archive old records using
FA_PURGE
utilities to optimize performance.
6. Common Use Cases
- Period Close: Validate depreciation totals before GL posting.
- Asset Reconciliation: Compare
DEPRN_RESERVE
with net book value. - Tax Audits: Extract historical depreciation for tax authorities.
7. Example Query
To retrieve depreciation details for an asset:SELECT asset_id, period_counter, deprn_amount, ytd_deprn, deprn_reserve FROM fa_deprn_detail WHERE book_type_code = 'CORPORATE' AND asset_id = 1001 ORDER BY period_counter;
Conclusion
TheFA_DEPRN_DETAIL
table is foundational for accurate depreciation management in Oracle EBS. Its design ensures traceability, supports diverse accounting requirements, and integrates seamlessly with other modules. Proper maintenance and understanding of its structure are essential for financial integrity and compliance.
-
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_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_H
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_DEPRN_DETAIL_H, object_name:FA_DEPRN_DETAIL_H, status:VALID, product: OFA - Assets , description: Stores the depreciation information originally stored in FA_DEPRN_DETAIL for audit purposes. , implementation_dba_data: FA.FA_DEPRN_DETAIL_H ,
-
Table: FA_DEPRN_DETAIL_H
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_DEPRN_DETAIL_H, object_name:FA_DEPRN_DETAIL_H, status:VALID, product: OFA - Assets , description: Stores the depreciation information originally stored in FA_DEPRN_DETAIL for audit purposes. , implementation_dba_data: FA.FA_DEPRN_DETAIL_H ,
-
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 ,
-
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_GROUP_DEPRN_DETAIL
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_GROUP_DEPRN_DETAIL, object_name:FA_GROUP_DEPRN_DETAIL, status:VALID, product: OFA - Assets , description: Redundant - mirrors FA_DEPRN_DETAIL and exists purely to store information returned by the depreciation process. Would usually store depreciation charged to expense accounts identified in the distribution list of an asset - since group ass , implementation_dba_data: FA.FA_GROUP_DEPRN_DETAIL ,
-
View: FABV_DEPRECIATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FABV_DEPRECIATIONS, object_name:FABV_DEPRECIATIONS, status:VALID, product: OFA - Assets , description: - Retrofitted , implementation_dba_data: APPS.FABV_DEPRECIATIONS ,
-
View: FABV_DEPRECIATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FABV_DEPRECIATIONS, object_name:FABV_DEPRECIATIONS, status:VALID, product: OFA - Assets , description: - Retrofitted , implementation_dba_data: APPS.FABV_DEPRECIATIONS ,
-
Table: FA_GROUP_DEPRN_DETAIL
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_GROUP_DEPRN_DETAIL, object_name:FA_GROUP_DEPRN_DETAIL, status:VALID, product: OFA - Assets , description: Redundant - mirrors FA_DEPRN_DETAIL and exists purely to store information returned by the depreciation process. Would usually store depreciation charged to expense accounts identified in the distribution list of an asset - since group ass , implementation_dba_data: FA.FA_GROUP_DEPRN_DETAIL ,
-
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: FAFV_DEPRECIATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FAFV_DEPRECIATIONS, object_name:FAFV_DEPRECIATIONS, status:VALID, product: OFA - Assets , description: - Retrofitted , implementation_dba_data: APPS.FAFV_DEPRECIATIONS ,
-
View: FAFV_DEPRECIATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FAFV_DEPRECIATIONS, object_name:FAFV_DEPRECIATIONS, status:VALID, product: OFA - Assets , description: - Retrofitted , implementation_dba_data: APPS.FAFV_DEPRECIATIONS ,
-
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 ,
-
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: 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 ,
-
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_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 ,
-
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 ,