Search Results pa_financial_yrs_it
Overview
The PA_FINANCIAL_YRS_IT table is a core reference table within Oracle E-Business Suite (EBS) Projects (PA) module, specifically designed to support the Oracle Project Analysis Collection Pack. Its primary role is to store master data defining financial years used for project financial reporting and analysis. In the context of EBS 12.1.1 and 12.2.2, this table acts as a central point for organizing financial periods, enabling the system to aggregate and report project costs, revenue, and budgets on an annual basis. It is integral to the data model that underpins period-based financial intelligence and operational reporting for projects.
Key Information Stored
While the provided ETRM metadata does not list specific columns beyond the primary key, the table's structure and purpose can be inferred. The primary key column, FINANCIAL_YEAR, uniquely identifies each financial year record (e.g., 2024, 2025). Based on standard practice for such reference tables, it likely contains descriptive attributes for each year, such as the start date, end date, status (e.g., Open, Closed, Future), and potentially a name or description field. The table's foreign key relationship to PA_ALL_FINANCIAL_YRS_IT suggests it may store a subset or specific view of financial years relevant to the Project Analysis Collection Pack, possibly filtered by a specific ledger or set of books.
Common Use Cases and Queries
This table is primarily queried for reporting and validation purposes. Common use cases include generating annual project financial summaries, validating transaction dates against open financial years, and serving as a dimension in period-based analytics. A typical query would join this table to transactional or summary tables to report amounts by financial year.
- Sample Query to List Active Financial Years:
SELECT financial_year FROM pa_financial_yrs_it WHERE status = 'O' ORDER BY financial_year; - Use in Reporting Joins: SQL for project cost reports often joins summary tables (e.g., PA_PROJECT_EXPENDITURES_IT) to PA_PERIODS_IT and then to PA_FINANCIAL_YRS_IT via the FINANCIAL_YEAR key to roll up periodic data to annual totals.
Related Objects
The ETRM metadata clearly defines this table's position in the data model through its primary and foreign key relationships.
- Referenced Parent Table: PA_FINANCIAL_YRS_IT.ALL_FINANCIAL_YEARS → PA_ALL_FINANCIAL_YRS_IT. This indicates the financial years in this table are a subset derived from a master list of all financial years.
- Referencing Child Tables:
- PA_FINANCIAL_QTRS_IT.FINANCIAL_YEAR → PA_FINANCIAL_YRS_IT: Financial quarters are defined within a specific financial year.
- PA_PERIODS_IT.FINANCIAL_YEAR → PA_FINANCIAL_YRS_IT: Accounting periods (e.g., monthly periods) roll up into a financial year.
This hierarchy (Periods → Quarters → Years) is fundamental for time-based aggregation in project financial reporting, with PA_FINANCIAL_YRS_IT serving as the top-level period entity in this chain.
-
Table: PA_FINANCIAL_YRS_IT
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_FINANCIAL_YRS_IT, object_name:PA_FINANCIAL_YRS_IT, status:VALID, product: PA - Projects , description: Information about financial years for Oracle Project Analysis Collection Pack , implementation_dba_data: PA.PA_FINANCIAL_YRS_IT ,
-
Table: PA_FINANCIAL_YRS_IT
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_FINANCIAL_YRS_IT, object_name:PA_FINANCIAL_YRS_IT, status:VALID, product: PA - Projects , description: Information about financial years for Oracle Project Analysis Collection Pack , implementation_dba_data: PA.PA_FINANCIAL_YRS_IT ,
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_FINANCIAL_YRS_IT
12.2.2
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_FINANCIAL_YRS_IT
12.1.1
-
APPS.PA_ADW_COLLECT_DIMENSIONS dependencies on PA_FINANCIAL_YRS_IT
12.2.2
-
APPS.PA_ADW_COLLECT_DIMENSIONS dependencies on PA_FINANCIAL_YRS_IT
12.1.1
-
SYNONYM: APPS.PA_FINANCIAL_YRS_IT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_FINANCIAL_YRS_IT, status:VALID,
-
VIEW: PA.PA_FINANCIAL_YRS_IT#
12.2.2
owner:PA, object_type:VIEW, object_name:PA_FINANCIAL_YRS_IT#, status:VALID,
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_FINANCIAL_QTRS_IT
12.2.2
-
VIEW: PA.PA_FINANCIAL_YRS_IT#
12.2.2
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_FINANCIAL_QTRS_IT
12.1.1
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_ALL_FINANCIAL_YRS_IT
12.1.1
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_ALL_FINANCIAL_YRS_IT
12.2.2
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_GL_PERIODS_IT
12.2.2
-
TABLE: PA.PA_FINANCIAL_YRS_IT
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_FINANCIAL_YRS_IT, object_name:PA_FINANCIAL_YRS_IT, status:VALID,
-
SYNONYM: APPS.PA_FINANCIAL_YRS_IT
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_FINANCIAL_YRS_IT, status:VALID,
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_GL_PERIODS_IT
12.1.1
-
TABLE: PA.PA_FINANCIAL_YRS_IT
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_FINANCIAL_YRS_IT, object_name:PA_FINANCIAL_YRS_IT, status:VALID,
-
Table: PA_PERIODS_IT
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PERIODS_IT, object_name:PA_PERIODS_IT, status:VALID, product: PA - Projects , description: Information about PA periods for Oracle Project Analysis Collection Pack , implementation_dba_data: PA.PA_PERIODS_IT ,
-
Table: PA_PERIODS_IT
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PERIODS_IT, object_name:PA_PERIODS_IT, status:VALID, product: PA - Projects , description: Information about PA periods for Oracle Project Analysis Collection Pack , implementation_dba_data: PA.PA_PERIODS_IT ,
-
Table: PA_ALL_FINANCIAL_YRS_IT
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_ALL_FINANCIAL_YRS_IT, object_name:PA_ALL_FINANCIAL_YRS_IT, status:VALID, product: PA - Projects , description: Information about the top level of the standard hierarchy on the time dimension , implementation_dba_data: PA.PA_ALL_FINANCIAL_YRS_IT ,
-
Table: PA_FINANCIAL_QTRS_IT
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_FINANCIAL_QTRS_IT, object_name:PA_FINANCIAL_QTRS_IT, status:VALID, product: PA - Projects , description: Information about financial quarters for Oracle Project Analysis Collection Pack , implementation_dba_data: PA.PA_FINANCIAL_QTRS_IT ,
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_OLD_RES_ACCUM_DTLS
12.2.2
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_OLD_RES_ACCUM_DTLS
12.1.1
-
Table: PA_ALL_FINANCIAL_YRS_IT
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_ALL_FINANCIAL_YRS_IT, object_name:PA_ALL_FINANCIAL_YRS_IT, status:VALID, product: PA - Projects , description: Information about the top level of the standard hierarchy on the time dimension , implementation_dba_data: PA.PA_ALL_FINANCIAL_YRS_IT ,
-
Table: PA_FINANCIAL_QTRS_IT
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_FINANCIAL_QTRS_IT, object_name:PA_FINANCIAL_QTRS_IT, status:VALID, product: PA - Projects , description: Information about financial quarters for Oracle Project Analysis Collection Pack , implementation_dba_data: PA.PA_FINANCIAL_QTRS_IT ,
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_ALL_EXP_TYPES_IT
12.1.1
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_ALL_PRJ_TYPES_IT
12.1.1
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_PERIODS_IT
12.1.1
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_PERIODS_IT
12.2.2
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_ALL_EXP_TYPES_IT
12.2.2
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_OPER_UNITS_IT
12.2.2
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_ALL_SRVC_TYPES_IT
12.2.2
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_OPER_UNITS_IT
12.1.1
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_TSK_ACT_CMT_IT
12.1.1
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_ALL_SRVC_TYPES_IT
12.1.1
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_ALL_PRJ_TYPES_IT
12.2.2
-
PACKAGE BODY: APPS.PA_ADW_COLLECT_MAIN
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PA_ADW_COLLECT_MAIN, status:VALID,
-
PACKAGE BODY: APPS.PA_ADW_COLLECT_DIMENSIONS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_ADW_COLLECT_DIMENSIONS, status:VALID,
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_TSK_ACT_CMT_IT
12.2.2
-
PACKAGE BODY: APPS.PA_ADW_COLLECT_DIMENSIONS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PA_ADW_COLLECT_DIMENSIONS, status:VALID,
-
PACKAGE BODY: APPS.PA_ADW_COLLECT_MAIN
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_ADW_COLLECT_MAIN, status:VALID,
-
APPS.PA_ADW_COLLECT_MAIN SQL Statements
12.2.2
-
APPS.PA_ADW_COLLECT_MAIN SQL Statements
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1