Search Results fa_deprn_periods
The FA_DEPRN_PERIODS table in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 is a critical repository for storing depreciation period information within the Fixed Assets module. This table serves as the foundation for managing asset depreciation calculations, period closures, and financial reporting. Below is a detailed analysis of its structure, purpose, and key attributes.
Purpose and Functionality
The FA_DEPRN_PERIODS table tracks fiscal periods for asset depreciation, ensuring accurate financial reporting and compliance with accounting standards. It stores data related to open, closed, or future depreciation periods, enabling the system to determine when assets should be depreciated and preventing duplicate calculations. This table is integral to the period-end closing process, as it validates whether a period is eligible for depreciation runs.Key Columns and Their Significance
- BOOK_TYPE_CODE: Identifies the asset book (e.g., Corporate, Tax) to which the period belongs. This ensures depreciation rules are applied per book-specific policies.
- PERIOD_NAME: A user-defined name for the fiscal period (e.g., JAN-2023, FEB-2023).
- PERIOD_COUNTER: A sequential number representing the period's order in the fiscal calendar. Used to enforce chronological depreciation processing.
- FISCAL_YEAR: The fiscal year associated with the period.
- PERIOD_NUM: The period's position within the fiscal year (e.g., 1 for January, 12 for December).
- PERIOD_OPEN_DATE and PERIOD_CLOSE_DATE: Define the period's start and end dates, critical for cutoff validations.
- DEPRN_RUN: Indicates whether depreciation has been executed for the period (Y/N). Prevents reprocessing.
- STATUS: Tracks the period's state (e.g., OPEN, CLOSED, FUTURE). Closed periods block further depreciation entries.
Integration with Other Modules
The FA_DEPRN_PERIODS table interacts with:- FA_BOOKS: Links assets to their respective books for depreciation calculations.
- FA_DEPRN_DETAIL: Stores detailed depreciation entries generated for each period.
- GL_PERIODS: Synchronizes with General Ledger to ensure alignment of fiscal calendars.
Business Process Impact
- Period-End Closing: Validates period status before closing, ensuring all assets are depreciated.
- Depreciation Calculation: The system references this table to identify open periods eligible for depreciation.
- Reporting: Financial statements rely on period data to report accumulated depreciation accurately.
Technical Considerations
- Indexes: Key indexes on BOOK_TYPE_CODE and PERIOD_COUNTER optimize query performance.
- Audit Trail: Changes to period status are logged to support audit requirements.
- Concurrency Controls: Locks are applied during period closures to prevent conflicting transactions.
Common Customizations
Organizations may extend this table to:- Add custom columns for regional compliance (e.g., local tax reporting).
- Integrate with third-party systems via APIs.
- Implement validation triggers to enforce business rules.
Conclusion
The FA_DEPRN_PERIODS table is a cornerstone of Oracle EBS Fixed Assets, ensuring accurate and auditable depreciation processing. Its design supports multi-book accounting, period integrity, and seamless integration with financial modules. Proper configuration and maintenance of this table are essential for compliant asset management and reliable financial reporting.-
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_BOOKS
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_BOOKS, object_name:FA_BOOKS, status:VALID, product: OFA - Assets , description: Financial information of each asset , implementation_dba_data: FA.FA_BOOKS ,
-
Table: FA_BOOKS
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_BOOKS, object_name:FA_BOOKS, status:VALID, product: OFA - Assets , description: Financial information of each asset , implementation_dba_data: FA.FA_BOOKS ,
-
View: FAFV_ASSET_BKS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FAFV_ASSET_BKS, object_name:FAFV_ASSET_BKS, status:VALID, product: OFA - Assets , description: - Retrofitted , implementation_dba_data: APPS.FAFV_ASSET_BKS ,
-
View: FAFV_ASSET_BKS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FAFV_ASSET_BKS, object_name:FAFV_ASSET_BKS, status:VALID, product: OFA - Assets , description: - Retrofitted , implementation_dba_data: APPS.FAFV_ASSET_BKS ,
-
Table: FA_MC_CONVERSION_HISTORY
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MC_CONVERSION_HISTORY, object_name:FA_MC_CONVERSION_HISTORY, status:VALID, product: OFA - Assets , description: Table to store the conversion history of primary to reporting books , implementation_dba_data: FA.FA_MC_CONVERSION_HISTORY ,
-
Table: FA_MC_CONVERSION_HISTORY
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MC_CONVERSION_HISTORY, object_name:FA_MC_CONVERSION_HISTORY, status:VALID, product: OFA - Assets , description: Table to store the conversion history of primary to reporting books , implementation_dba_data: FA.FA_MC_CONVERSION_HISTORY ,
-
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_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_MC_ADJUSTMENTS
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MC_ADJUSTMENTS, object_name:FA_MC_ADJUSTMENTS, status:VALID, product: OFA - Assets , description: Stores information to create adjustment journal entries in the reporting currency , implementation_dba_data: FA.FA_MC_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 ,
-
Table: FA_MC_ADJUSTMENTS
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MC_ADJUSTMENTS, object_name:FA_MC_ADJUSTMENTS, status:VALID, product: OFA - Assets , description: Stores information to create adjustment journal entries in the reporting currency , implementation_dba_data: FA.FA_MC_ADJUSTMENTS ,
-
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 ,
-
View: FA_DEFERRED_DEPRN_EVENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_DEFERRED_DEPRN_EVENTS_V, object_name:FA_DEFERRED_DEPRN_EVENTS_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_DEFERRED_DEPRN_EVENTS_V ,
-
View: FA_DEFERRED_DEPRN_EVENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_DEFERRED_DEPRN_EVENTS_V, object_name:FA_DEFERRED_DEPRN_EVENTS_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_DEFERRED_DEPRN_EVENTS_V ,
-
Table: FA_DEFERRED_DEPRN
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_DEFERRED_DEPRN, object_name:FA_DEFERRED_DEPRN, status:VALID, product: OFA - Assets , description: Deferred depreciation calculated for each distribution line , implementation_dba_data: FA.FA_DEFERRED_DEPRN ,
-
Table: FA_DEFERRED_DEPRN
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_DEFERRED_DEPRN, object_name:FA_DEFERRED_DEPRN, status:VALID, product: OFA - Assets , description: Deferred depreciation calculated for each distribution line , implementation_dba_data: FA.FA_DEFERRED_DEPRN ,
-
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_TRANSACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_TRANSACTIONS_V, object_name:FA_TRANSACTIONS_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_TRANSACTIONS_V ,
-
View: FA_SORP_CAT_LINK_REVAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_SORP_CAT_LINK_REVAL_V, object_name:FA_SORP_CAT_LINK_REVAL_V, status:VALID, product: OFA - Assets , description: This view is used to retrieve impairments and related information selected by user for linking while performing revaluation at asset level. In addition it retrieves the eligible impairment amount and avialble revaluation reserve amount avil , implementation_dba_data: APPS.FA_SORP_CAT_LINK_REVAL_V ,
-
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_FINANCIAL_INQUIRY_COST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_FINANCIAL_INQUIRY_COST_V, object_name:FA_FINANCIAL_INQUIRY_COST_V, status:VALID, product: OFA - Assets , description: Financial Cost History , implementation_dba_data: APPS.FA_FINANCIAL_INQUIRY_COST_V ,
-
View: FA_SORP_ASSET_LINK_REVAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_SORP_ASSET_LINK_REVAL_V, object_name:FA_SORP_ASSET_LINK_REVAL_V, status:VALID, product: OFA - Assets , description: This view is used to retrieve impairments and related information selected by user for linking while performing revaluation at category level. In addition it retrieves the eligible impairment amount and avialble revaluation reserve amount a , implementation_dba_data: APPS.FA_SORP_ASSET_LINK_REVAL_V ,
-
Table: FA_JOURNAL_ENTRIES
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_JOURNAL_ENTRIES, object_name:FA_JOURNAL_ENTRIES, status:VALID, product: OFA - Assets , description: Journal Entry Information , implementation_dba_data: FA.FA_JOURNAL_ENTRIES ,
-
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 ,
-
Table: FA_JOURNAL_ENTRIES
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_JOURNAL_ENTRIES, object_name:FA_JOURNAL_ENTRIES, status:VALID, product: OFA - Assets , description: Journal Entry Information , implementation_dba_data: FA.FA_JOURNAL_ENTRIES ,
-
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: FABV_ACCT_PRDS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FABV_ACCT_PRDS, object_name:FABV_ACCT_PRDS, status:VALID, product: OFA - Assets , description: - Retrofitted , implementation_dba_data: APPS.FABV_ACCT_PRDS ,
-
View: FABV_ACCT_PRDS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FABV_ACCT_PRDS, object_name:FABV_ACCT_PRDS, status:VALID, product: OFA - Assets , description: - Retrofitted , implementation_dba_data: APPS.FABV_ACCT_PRDS ,
-
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_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_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 ,
-
View: FAFV_ACCT_PRDS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FAFV_ACCT_PRDS, object_name:FAFV_ACCT_PRDS, status:VALID, product: OFA - Assets , description: - Retrofitted , implementation_dba_data: APPS.FAFV_ACCT_PRDS ,
-
View: FAFV_ACCT_PRDS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FAFV_ACCT_PRDS, object_name:FAFV_ACCT_PRDS, status:VALID, product: OFA - Assets , description: - Retrofitted , implementation_dba_data: APPS.FAFV_ACCT_PRDS ,
-
Table: FA_MC_CONVERSION_RATES
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MC_CONVERSION_RATES, object_name:FA_MC_CONVERSION_RATES, status:VALID, product: OFA - Assets , description: Table to store the exchange rate information to convert assets from primary to reporting book , implementation_dba_data: FA.FA_MC_CONVERSION_RATES ,
-
View: FA_DEPRN_EVENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_DEPRN_EVENTS_V, object_name:FA_DEPRN_EVENTS_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_DEPRN_EVENTS_V ,
-
View: FA_DEPRN_GROUPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_DEPRN_GROUPS_V, object_name:FA_DEPRN_GROUPS_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_DEPRN_GROUPS_V ,
-
Table: FA_MC_CONVERSION_RATES
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MC_CONVERSION_RATES, object_name:FA_MC_CONVERSION_RATES, status:VALID, product: OFA - Assets , description: Table to store the exchange rate information to convert assets from primary to reporting book , implementation_dba_data: FA.FA_MC_CONVERSION_RATES ,
-
View: FA_GROUP_COST_INQUIRY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_GROUP_COST_INQUIRY_V, object_name:FA_GROUP_COST_INQUIRY_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_GROUP_COST_INQUIRY_V ,
-
View: FA_GROUP_COST_INQUIRY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_GROUP_COST_INQUIRY_V, object_name:FA_GROUP_COST_INQUIRY_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_GROUP_COST_INQUIRY_V ,
-
View: FA_DEPRN_GROUPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_DEPRN_GROUPS_V, object_name:FA_DEPRN_GROUPS_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_DEPRN_GROUPS_V ,
-
View: FA_DEPRN_EVENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_DEPRN_EVENTS_V, object_name:FA_DEPRN_EVENTS_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_DEPRN_EVENTS_V ,
-
View: FA_TRANSACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_TRANSACTIONS_V, object_name:FA_TRANSACTIONS_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_TRANSACTIONS_V ,
-
View: FA_DEPRN_GROUPS_V1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_DEPRN_GROUPS_V1, object_name:FA_DEPRN_GROUPS_V1, status:VALID, product: OFA - Assets , description: Adds unplanned depreciation adjustments to fa_deprn_groups_v , implementation_dba_data: APPS.FA_DEPRN_GROUPS_V1 ,
-
View: FA_DEPRN_GROUPS_V1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_DEPRN_GROUPS_V1, object_name:FA_DEPRN_GROUPS_V1, status:VALID, product: OFA - Assets , description: Adds unplanned depreciation adjustments to fa_deprn_groups_v , implementation_dba_data: APPS.FA_DEPRN_GROUPS_V1 ,
-
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_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 ,
-
View: FA_RESERVE_TRANSFERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_RESERVE_TRANSFERS_V, object_name:FA_RESERVE_TRANSFERS_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_RESERVE_TRANSFERS_V ,
-
View: FA_FINANCIAL_INQUIRY_COST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_FINANCIAL_INQUIRY_COST_V, object_name:FA_FINANCIAL_INQUIRY_COST_V, status:VALID, product: OFA - Assets , description: Financial Cost History , implementation_dba_data: APPS.FA_FINANCIAL_INQUIRY_COST_V ,