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 ,
-
APPS.IGI_IAC_REBASE_PKG dependencies on FA_CALENDAR_PERIODS
12.2.2
-
APPS.FA_GAINLOSS_DPR_PKG dependencies on FA_CALENDAR_PERIODS
12.2.2
-
APPS.OKL_AM_UTIL_PVT dependencies on FA_CALENDAR_PERIODS
12.2.2
-
APPS.FA_STY_RESERVE_PKG dependencies on FA_CALENDAR_PERIODS
12.2.2
-
APPS.FA_CUA_ASSET_WB_APIS_PKG dependencies on FA_CALENDAR_PERIODS
12.2.2
-
APPS.JL_ZZ_FA_FUNCTIONS_PKG dependencies on FA_CALENDAR_PERIODS
12.1.1
-
APPS.CSE_FAC_INSERVICE_PKG dependencies on FA_CALENDAR_PERIODS
12.2.2
-
APPS.FA_ADJUSTMENTS_T_PKG dependencies on FA_CALENDAR_PERIODS
12.1.1
-
APPS.JGRX_FAREG dependencies on FA_CALENDAR_PERIODS
12.1.1
-
APPS.FA_SHORT_TAX_YEARS_PKG dependencies on FA_CALENDAR_PERIODS
12.1.1
-
APPS.JG_RX_FAREG dependencies on FA_CALENDAR_PERIODS
12.1.1
-
APPS.FA_TRANSFER_PVT dependencies on FA_CALENDAR_PERIODS
12.2.2
-
APPS.FA_CAPITALIZE_CIP_PKG1 dependencies on FA_CALENDAR_PERIODS
12.2.2
-
APPS.IGI_IAC_REBASE_PKG dependencies on FA_CALENDAR_PERIODS
12.1.1
-
APPS.FA_GROUP_RECLASS2_PVT dependencies on FA_CALENDAR_PERIODS
12.2.2
-
APPS.FA_RETIREMENT_PUB dependencies on FA_CALENDAR_PERIODS
12.2.2
-
APPS.JGRX_FAREG dependencies on FA_CALENDAR_PERIODS
12.2.2
-
APPS.FA_ASSET_CALC_PVT dependencies on FA_CALENDAR_PERIODS
12.2.2
-
APPS.FA_FAS443_XMLP_PKG dependencies on FA_CALENDAR_PERIODS
12.2.2
-
APPS.JL_JLMXFIMP_XMLP_PKG dependencies on FA_CALENDAR_PERIODS
12.2.2
-
APPS.FA_IMPAIRMENT_PREV_PVT dependencies on FA_CALENDAR_PERIODS
12.2.2
-
APPS.FA_REVALUATION_PVT dependencies on FA_CALENDAR_PERIODS
12.2.2
-
APPS.FA_EXP_PVT dependencies on FA_CALENDAR_PERIODS
12.2.2
-
APPS.FA_FAS445_XMLP_PKG dependencies on FA_CALENDAR_PERIODS
12.1.1
-
APPS.FA_MASSCP_PKG dependencies on FA_CALENDAR_PERIODS
12.1.1
-
APPS.FA_FAS445_XMLP_PKG dependencies on FA_CALENDAR_PERIODS
12.2.2
-
APPS.FA_SUPER_GROUP_CHANGE_PKG dependencies on FA_CALENDAR_PERIODS
12.1.1
-
APPS.FA_REVALUATION_PVT dependencies on FA_CALENDAR_PERIODS
12.1.1
-
APPS.FA_CDE_PKG dependencies on FA_CALENDAR_PERIODS
12.1.1
-
APPS.FA_GAINLOSS_UPD_PKG dependencies on FA_CALENDAR_PERIODS
12.1.1
-
APPS.JL_ZZ_FA_DEPRN_ADJ_PKG dependencies on FA_CALENDAR_PERIODS
12.1.1
-
APPS.FA_AMORT_PKG dependencies on FA_CALENDAR_PERIODS
12.1.1
-
APPS.JL_ZZ_FA_REVAL_RULES_PKG dependencies on FA_CALENDAR_PERIODS
12.2.2
-
APPS.JG_RX_FAREG dependencies on FA_CALENDAR_PERIODS
12.2.2
-
APPS.CSE_ASSET_UTIL_PKG dependencies on FA_CALENDAR_PERIODS
12.1.1
-
APPS.FA_CACHE_PKG dependencies on FA_CALENDAR_PERIODS
12.1.1
-
APPS.FA_TRACK_MEMBER_PVT dependencies on FA_CALENDAR_PERIODS
12.1.1
-
APPS.FA_MASSADD_PKG dependencies on FA_CALENDAR_PERIODS
12.1.1
-
APPS.CSE_FAC_INSERVICE_PKG dependencies on FA_CALENDAR_PERIODS
12.1.1
-
APPS.FA_CALC_DEPRN_BASIS1_PKG dependencies on FA_CALENDAR_PERIODS
12.1.1
-
APPS.FA_ADJUSTMENT_PUB dependencies on FA_CALENDAR_PERIODS
12.1.1
-
APPS.FA_REC_PVT_PKG3 dependencies on FA_CALENDAR_PERIODS
12.1.1
-
APPS.FA_FIN_ADD_PKG dependencies on FA_CALENDAR_PERIODS
12.1.1
-
APPS.EAM_CAP_MAIN_COST_PVT dependencies on FA_CALENDAR_PERIODS
12.1.1
-
APPS.FA_CUA_MASS_UPDATE1_PKG dependencies on FA_CALENDAR_PERIODS
12.1.1
-
APPS.FA_JP_TAX_EXTN_PVT dependencies on FA_CALENDAR_PERIODS
12.2.2
-
APPS.JL_CO_FA_POST_PKG dependencies on FA_CALENDAR_PERIODS
12.2.2
-
APPS.OKL_ACTIVATE_ASSET_PVT dependencies on FA_CALENDAR_PERIODS
12.2.2