Search Results fa_calendar_periods
Overview
The FA_CALENDAR_PERIODS table is a core data object within the Oracle E-Business Suite Fixed Assets module (OFA). It serves as the detailed repository for all fiscal and accounting calendar periods defined within the system. Its primary role is to establish the chronological framework for all asset-related transactions, including depreciation calculations, additions, retirements, and transfers. The integrity of financial reporting, period-end closing processes, and the accurate aging of asset costs are fundamentally dependent on the data stored in this table. Each row defines a discrete, non-overlapping time period within a specific calendar type, providing the system with the necessary temporal boundaries for posting and reporting.
Key Information Stored
The table's structure is designed to define a period's identity, its temporal placement, and its status. The primary key is a composite of three columns: CALENDAR_TYPE, PERIOD_NUM, and START_DATE. The CALENDAR_TYPE links the period to a specific calendar defined in FA_CALENDAR_TYPES, such as a corporate fiscal calendar or a tax calendar. The PERIOD_NUM is a sequential identifier (e.g., 1, 2, 3) for the period within its calendar and year. The START_DATE and END_DATE columns definitively mark the period's inclusive date range. Additional critical columns often include PERIOD_NAME (a descriptive name like 'JAN-2024'), PERIOD_YEAR, and status flags indicating whether the period is open or closed for transaction posting, which is vital for controlling the asset accounting cycle.
Common Use Cases and Queries
This table is central to period-sensitive operations and reporting. A common use case is validating the open period for a transaction before posting. For example, a procedure adding an asset would query this table to ensure the current date falls within a period where the corresponding calendar type is open for additions. For reporting, it is frequently joined to transaction tables like FA_DEPRN_DETAIL to summarize depreciation expense by period. A typical query retrieves period details for a specific calendar and date range:
- SELECT period_name, start_date, end_date FROM fa_calendar_periods WHERE calendar_type = 'CORPORATE' AND :p_date BETWEEN start_date AND end_date;
Another critical pattern is generating period lists for depreciation projection reports or period-closing checklists, often ordered by start_date within a given fiscal year.
Related Objects
FA_CALENDAR_PERIODS has a foundational relationship with several key Fixed Assets tables. As documented, a foreign key constraint (FA_CALENDAR_PERIODS.CALENDAR_TYPE) references FA_CALENDAR_TYPES, which stores high-level calendar definitions. Crucially, FA_CALENDAR_PERIODS is referenced by numerous transactional and depreciation tables. While not listed in the provided metadata, common joins in the EBS data model include FA_ADDITIONS_B (for the date placed in service), FA_DEPRN_DETAIL (for the depreciation period), and FA_TRANSACTION_HEADERS (for the transaction date). These tables typically join on the combination of CALENDAR_TYPE and PERIOD_NUM or via date-range logic against START_DATE and END_DATE to retrieve the correct accounting period for a given event.
-
Table: FA_CALENDAR_PERIODS
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_CALENDAR_PERIODS, object_name:FA_CALENDAR_PERIODS, status:VALID, product: OFA - Assets , description: Detailed calendar information , implementation_dba_data: FA.FA_CALENDAR_PERIODS ,
-
Table: FA_CALENDAR_PERIODS
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_CALENDAR_PERIODS, object_name:FA_CALENDAR_PERIODS, status:VALID, product: OFA - Assets , description: Detailed calendar information , implementation_dba_data: FA.FA_CALENDAR_PERIODS ,
-
View: FA_PRRUN_PERIODS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_PRRUN_PERIODS_V, object_name:FA_PRRUN_PERIODS_V, status:VALID, product: OFA - Assets , description: - Retrofitted , implementation_dba_data: APPS.FA_PRRUN_PERIODS_V ,
-
View: FA_PRRUN_PERIODS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_PRRUN_PERIODS_V, object_name:FA_PRRUN_PERIODS_V, status:VALID, product: OFA - Assets , description: - Retrofitted , implementation_dba_data: APPS.FA_PRRUN_PERIODS_V ,
-
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 ,
-
Table: FA_CALENDAR_TYPES
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_CALENDAR_TYPES, object_name:FA_CALENDAR_TYPES, status:VALID, product: OFA - Assets , description: General calendar information , implementation_dba_data: FA.FA_CALENDAR_TYPES ,
-
Table: FA_CALENDAR_TYPES
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_CALENDAR_TYPES, object_name:FA_CALENDAR_TYPES, status:VALID, product: OFA - Assets , description: General calendar information , implementation_dba_data: FA.FA_CALENDAR_TYPES ,
-
View: FA_DEPRN_OVERRIDE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_DEPRN_OVERRIDE_V, object_name:FA_DEPRN_OVERRIDE_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_DEPRN_OVERRIDE_V ,
-
View: FA_DEPRN_OVERRIDE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_DEPRN_OVERRIDE_V, object_name:FA_DEPRN_OVERRIDE_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_DEPRN_OVERRIDE_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 ,
-
View: FA_RETIREMENT_REQUESTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_RETIREMENT_REQUESTS_V, object_name:FA_RETIREMENT_REQUESTS_V, status:VALID, product: OFA - Assets , description: This view displays Mass Retirements and its effect on the performed retirement transaction , implementation_dba_data: APPS.FA_RETIREMENT_REQUESTS_V ,
-
View: FA_RETIREMENT_REQUESTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_RETIREMENT_REQUESTS_V, object_name:FA_RETIREMENT_REQUESTS_V, status:VALID, product: OFA - Assets , description: This view displays Mass Retirements and its effect on the performed retirement transaction , implementation_dba_data: APPS.FA_RETIREMENT_REQUESTS_V ,
-
View: FA_TRANS_HIST_TRX_WEB_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_TRANS_HIST_TRX_WEB_V, object_name:FA_TRANS_HIST_TRX_WEB_V, status:VALID, product: OFA - Assets , description: Asset transaction history for all books , implementation_dba_data: APPS.FA_TRANS_HIST_TRX_WEB_V ,
-
View: FA_TRANSACTION_HISTORY_TRX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_TRANSACTION_HISTORY_TRX_V, object_name:FA_TRANSACTION_HISTORY_TRX_V, status:VALID, product: OFA - Assets , description: - Retrofitted , implementation_dba_data: APPS.FA_TRANSACTION_HISTORY_TRX_V ,
-
View: FA_TRANS_HIST_TRX_WEB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_TRANS_HIST_TRX_WEB_V, object_name:FA_TRANS_HIST_TRX_WEB_V, status:VALID, product: OFA - Assets , description: Asset transaction history for all books , implementation_dba_data: APPS.FA_TRANS_HIST_TRX_WEB_V ,
-
View: FA_TRANSACTION_HISTORY_TRX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_TRANSACTION_HISTORY_TRX_V, object_name:FA_TRANSACTION_HISTORY_TRX_V, status:VALID, product: OFA - Assets , description: - Retrofitted , implementation_dba_data: APPS.FA_TRANSACTION_HISTORY_TRX_V ,