Search Results fa_deprn_summary
Overview
The FA_DEPRN_SUMMARY table is a core data repository within the Oracle E-Business Suite Fixed Assets module (OFA). It serves as the primary table for storing aggregated, asset-level depreciation information for each accounting period. Its fundamental role is to maintain the cumulative depreciation and net book value (NBV) for every asset in a given depreciation book, providing the essential financial data required for balance sheet reporting, asset tracking, and period-end close processes. The table's structure, with its primary key on BOOK_TYPE_CODE, ASSET_ID, and PERIOD_COUNTER, ensures a unique and auditable record of an asset's depreciation history over time.
Key Information Stored
The table's columns store the critical financial totals derived from detailed depreciation transactions. Key columns include the primary key components (BOOK_TYPE_CODE, ASSET_ID, PERIOD_COUNTER), which define the specific asset, book, and period. The core financial data is held in columns such as DEPRN_RUN_DATE, DEPRN_AMOUNT (depreciation expense for the period), YTD_DEPRN (year-to-date depreciation), and DEPRN_RESERVE (accumulated depreciation to date). Other vital fields include REVAL_AMORTIZATION_BASIS, REVAL_RESERVE, and the various COST columns, which track adjustments from revaluations and impairments. Together, these fields provide a complete snapshot of an asset's cost, depreciation, and net book value at the close of any period.
Common Use Cases and Queries
This table is central to asset reporting and reconciliation. Common use cases include generating the corporate fixed assets register, calculating period-end depreciation journal entries, and supporting audit inquiries into asset balances. A fundamental query retrieves the current NBV for assets in a specific book:
- SELECT asset_id, cost, deprn_reserve, (cost - deprn_reserve) net_book_value FROM fa_deprn_summary WHERE book_type_code = 'CORP' AND period_counter = (SELECT max(period_counter) FROM fa_deprn_periods WHERE book_type_code = 'CORP' AND period_close_date IS NOT NULL);
Another critical pattern is tracing depreciation history by joining to FA_DEPRN_PERIODS to get the period name and date, enabling trend analysis and roll-forward reports from one period to the next.
Related Objects
As indicated by its foreign keys, FA_DEPRN_SUMMARY has integral relationships with several master and transactional tables. It references FA_BOOK_CONTROLS (for book validation), FA_ADDITIONS_B (for core asset attributes), and FA_DEPRN_PERIODS (for period status). Most importantly, it has a one-to-many relationship with FA_DEPRN_DETAIL, where the detailed, distribution-level depreciation transactions are stored. The summary table is also a primary source for key asset reports and is commonly accessed via public views such as FA_BOOK_CONTROLS_V, which joins summary data with asset and book descriptions for reporting purposes.
-
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 ,
-
APPS.FA_INS_DETAIL_PKG dependencies on FA_DEPRN_SUMMARY
12.1.1
-
APPS.IGIRX_IMP_IAC_REP dependencies on FA_DEPRN_SUMMARY
12.1.1
-
APPS.JL_CO_FA_TA_REVAL_PKG dependencies on FA_DEPRN_SUMMARY
12.1.1
-
APPS.FA_TAX_UPLOAD_PKG dependencies on FA_DEPRN_SUMMARY
12.2.2
-
APPS.FA_ADJUST_TYPE_PKG dependencies on FA_DEPRN_SUMMARY
12.1.1
-
APPS.FA_FAS400_XMLP_PKG dependencies on FA_DEPRN_SUMMARY
12.1.1
-
APPS.FA_FASRSVED_XMLP_PKG dependencies on FA_DEPRN_SUMMARY
12.1.1
-
APPS.OKL_VARIABLE_INTEREST_PVT dependencies on FA_DEPRN_SUMMARY
12.1.1
-
APPS.IGI_IAC_REVAL_VALIDATION dependencies on FA_DEPRN_SUMMARY
12.1.1
-
APPS.IGIRX_IMP_IAC_REP dependencies on FA_DEPRN_SUMMARY
12.2.2
-
APPS.FA_MASS_REVAL_PKG dependencies on FA_DEPRN_SUMMARY
12.2.2
-
APPS.FA_TRACK_MEMBER_PVT dependencies on FA_DEPRN_SUMMARY
12.2.2
-
APPS.FA_MASS_DEPRN_BASIS_PKG dependencies on FA_DEPRN_SUMMARY
12.2.2
-
APPS.FA_FASRSVED_XMLP_PKG dependencies on FA_DEPRN_SUMMARY
12.2.2
-
APPS.IGI_IAC_REVAL_INIT_STRUCT dependencies on FA_DEPRN_SUMMARY
12.2.2
-
APPS.FA_DELETION_PUB dependencies on FA_DEPRN_SUMMARY
12.2.2
-
APPS.IGI_IMP_IAC_PREPARE_PKG dependencies on FA_DEPRN_SUMMARY
12.2.2
-
APPS.OKL_SPLIT_ASSET_PVT dependencies on FA_DEPRN_SUMMARY
12.2.2
-
APPS.JL_CO_FA_TA_REVAL_PKG dependencies on FA_DEPRN_SUMMARY
12.2.2
-
APPS.OKL_AM_UTIL_PVT dependencies on FA_DEPRN_SUMMARY
12.2.2
-
APPS.FA_FASCOSTD_XMLP_PKG dependencies on FA_DEPRN_SUMMARY
12.2.2
-
APPS.FA_STD_TYPES dependencies on FA_DEPRN_SUMMARY
12.2.2
-
APPS.FA_DET_ADD_PKG dependencies on FA_DEPRN_SUMMARY
12.2.2
-
APPS.IGI_IAC_ADJ_PKG dependencies on FA_DEPRN_SUMMARY
12.1.1
-
APPS.IGI_IAC_REVAL_INIT_STRUCT dependencies on FA_DEPRN_SUMMARY
12.1.1
-
APPS.FA_POLISH_PVT dependencies on FA_DEPRN_SUMMARY
12.1.1
-
APPS.IGI_IAC_WEBADI_PKG dependencies on FA_DEPRN_SUMMARY
12.1.1
-
APPS.FA_FASNBV_XMLP_PKG dependencies on FA_DEPRN_SUMMARY
12.1.1
-
APPS.FA_MODIFY_DISTRIBUTIONS_PKG dependencies on FA_DEPRN_SUMMARY
12.1.1
-
APPS.FA_FAS410_XMLP_PKG dependencies on FA_DEPRN_SUMMARY
12.1.1
-
APPS.IGI_IAC_PROJ_PKG dependencies on FA_DEPRN_SUMMARY
12.1.1
-
APPS.FA_GAINLOSS_UPD_PKG dependencies on FA_DEPRN_SUMMARY
12.1.1
-
APPS.FA_FAS480_XMLP_PKG dependencies on FA_DEPRN_SUMMARY
12.1.1
-
APPS.FA_TRACK_MEMBER_PVT dependencies on FA_DEPRN_SUMMARY
12.1.1
-
APPS.OKL_AM_ASSET_RELOCATION_PVT dependencies on FA_DEPRN_SUMMARY
12.1.1
-
APPS.FA_GAINLOSS_UND_PKG dependencies on FA_DEPRN_SUMMARY
12.1.1
-
APPS.FA_QUERY_BALANCES_PKG dependencies on FA_DEPRN_SUMMARY
12.1.1
-
APPS.FA_RX_GROUP dependencies on FA_DEPRN_SUMMARY
12.1.1
-
APPS.FA_RSVLDG_REP_INS_PKG dependencies on FA_DEPRN_SUMMARY
12.1.1
-
APPS.FA_FAS403_XMLP_PKG dependencies on FA_DEPRN_SUMMARY
12.1.1
-
APPS.OKL_MULTI_GAAP_PVT dependencies on FA_DEPRN_SUMMARY
12.1.1
-
APPS.FA_ASSET_CALC_PVT dependencies on FA_DEPRN_SUMMARY
12.1.1
-
APPS.FA_FAS445_XMLP_PKG dependencies on FA_DEPRN_SUMMARY
12.1.1
-
APPS.FA_FIN_ADJ1_PKG dependencies on FA_DEPRN_SUMMARY
12.1.1
-
APPS.FA_REC_PVT_PKG3 dependencies on FA_DEPRN_SUMMARY
12.1.1
-
APPS.JA_CN_FA_MI_EXPORT_PKG dependencies on FA_DEPRN_SUMMARY
12.2.2
-
APPS.JL_JLMXFGLR_XMLP_PKG dependencies on FA_DEPRN_SUMMARY
12.2.2
-
APPS.FA_STY_RESERVE_PKG dependencies on FA_DEPRN_SUMMARY
12.2.2