Search Results pa_periods_it
Overview
The PA_PERIODS_IT table is a core data repository within the Oracle E-Business Suite Projects module (PA), specifically designed to support the Oracle Project Analysis Collection Pack. This pack is a foundational component for advanced project analytics and reporting. The table serves as the central source of truth for project-specific accounting periods, acting as a bridge between the transactional data of projects and the financial periods defined in the General Ledger. Its primary role is to provide a standardized, denormalized period dimension for analytical processing, enabling the consolidation and time-based analysis of project commitments, budgets, and actual costs across the enterprise in releases 12.1.1 and 12.2.2.
Key Information Stored
The table's structure is centered around a unique period key, which is the primary identifier for each record. Based on the provided metadata, the key columns establish critical hierarchical relationships with other financial period entities. The PA_PERIOD_KEY serves as the unique primary key. Foreign key columns link each project period to its corresponding General Ledger period (GL_PERIOD), its assigned FINANCIAL_QUARTER, and its FINANCIAL_YEAR. The inclusion of a link to ALL_FINANCIAL_YEARS suggests the table may support data across multiple fiscal calendars. While specific descriptive columns like period name or date ranges are not listed in the excerpt, the foreign key relationships imply the table stores the necessary attributes to define a period's position within the fiscal calendar hierarchy for reporting purposes.
Common Use Cases and Queries
This table is essential for any reporting or data extraction that requires period-based slicing of project financial data. Common use cases include generating quarterly project performance dashboards, rolling up budget versus actual reports by financial year, and populating data warehouses or OLAP cubes for the Project Analysis Collection Pack. A typical analytical query would join this table to fact tables like budgets or commitments to aggregate data by period attributes.
Sample Query Pattern:
SELECT pp.PA_PERIOD_KEY, pp.FINANCIAL_YEAR, pp.FINANCIAL_QUARTER,
SUM(pb.raw_cost) total_budget
FROM PA_PERIODS_IT pp,
PA_PRJ_BGT_LINES_IT_ALL pb
WHERE pp.PA_PERIOD_KEY = pb.PA_PERIOD_KEY
GROUP BY pp.PA_PERIOD_KEY, pp.FINANCIAL_YEAR, pp.FINANCIAL_QUARTER
ORDER BY pp.FINANCIAL_YEAR, pp.FINANCIAL_QUARTER;
Related Objects
As indicated by the foreign key relationships, PA_PERIODS_IT sits at the center of a network of period and transactional tables. It is directly referenced by several key fact tables in the Project Analysis schema, making it a critical dimension table. Key related objects include:
- Parent/Dimension Tables: PA_GL_PERIODS_IT, PA_FINANCIAL_QTRS_IT, PA_FINANCIAL_YRS_IT, PA_ALL_FINANCIAL_YRS_IT.
- Child/Fact Tables: PA_PRJ_ACT_CMT_IT_ALL (Project Actuals and Commitments), PA_PRJ_BGT_LINES_IT_ALL (Project Budget Lines), PA_TSK_ACT_CMT_IT_ALL (Task Actuals and Commitments), PA_TSK_BGT_LINES_IT_ALL (Task Budget Lines).
These relationships confirm that PA_PERIODS_IT is a mandatory dimension for analyzing project and task-level financial data within the analytical framework of Oracle Projects.
-
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 ,
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_PERIODS_IT
12.2.2
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_PERIODS_IT
12.1.1
-
APPS.PA_ADW_COLLECT_DIMENSIONS dependencies on PA_PERIODS_IT
12.1.1
-
APPS.PA_ADW_COLLECT_DIMENSIONS dependencies on PA_PERIODS_IT
12.2.2
-
SYNONYM: APPS.PA_PERIODS_IT
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_PERIODS_IT, status:VALID,
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_ORGS_IT
12.2.2
-
VIEW: PA.PA_PERIODS_IT#
12.2.2
-
SYNONYM: APPS.PA_PERIODS_IT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_PERIODS_IT, status:VALID,
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_ORGS_IT
12.1.1
-
VIEW: PA.PA_PERIODS_IT#
12.2.2
owner:PA, object_type:VIEW, object_name:PA_PERIODS_IT#, status:VALID,
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_SRVC_TYPES_IT
12.1.1
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_BGT_TYPES_IT
12.1.1
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_SRVC_TYPES_IT
12.2.2
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_RES_LISTS_IT
12.2.2
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_BGT_TYPES_IT
12.2.2
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_RES_LISTS_IT
12.1.1
-
Table: PA_GL_PERIODS_IT
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_GL_PERIODS_IT, object_name:PA_GL_PERIODS_IT, status:VALID, product: PA - Projects , description: Information about GL periods for Oracle Project Analysis Collection Pack , implementation_dba_data: PA.PA_GL_PERIODS_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 ,
-
Table: PA_TSK_ACT_CMT_IT_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_TSK_ACT_CMT_IT_ALL, object_name:PA_TSK_ACT_CMT_IT_ALL, status:VALID, product: PA - Projects , description: Task level actuals and commitments for Oracle Project Analysis Collection Pack , implementation_dba_data: PA.PA_TSK_ACT_CMT_IT_ALL ,
-
Table: PA_PRJ_BGT_LINES_IT_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PRJ_BGT_LINES_IT_ALL, object_name:PA_PRJ_BGT_LINES_IT_ALL, status:VALID, product: PA - Projects , description: Information about budgets at the project level for Oracle Project Analysis Collection Pack , implementation_dba_data: PA.PA_PRJ_BGT_LINES_IT_ALL ,
-
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 ,
-
TABLE: PA.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,
-
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 ,
-
TABLE: PA.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,
-
Table: PA_GL_PERIODS_IT
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_GL_PERIODS_IT, object_name:PA_GL_PERIODS_IT, status:VALID, product: PA - Projects , description: Information about GL periods for Oracle Project Analysis Collection Pack , implementation_dba_data: PA.PA_GL_PERIODS_IT ,
-
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_TSK_BGT_LINES_IT_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_TSK_BGT_LINES_IT_ALL, object_name:PA_TSK_BGT_LINES_IT_ALL, status:VALID, product: PA - Projects , description: Task level budgets for Oracle Project Analysis Collection Pack , implementation_dba_data: PA.PA_TSK_BGT_LINES_IT_ALL ,
-
Table: PA_TSK_ACT_CMT_IT_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_TSK_ACT_CMT_IT_ALL, object_name:PA_TSK_ACT_CMT_IT_ALL, status:VALID, product: PA - Projects , description: Task level actuals and commitments for Oracle Project Analysis Collection Pack , implementation_dba_data: PA.PA_TSK_ACT_CMT_IT_ALL ,
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_TOP_RLMEM_IT
12.2.2
-
Table: PA_TSK_BGT_LINES_IT_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_TSK_BGT_LINES_IT_ALL, object_name:PA_TSK_BGT_LINES_IT_ALL, status:VALID, product: PA - Projects , description: Task level budgets for Oracle Project Analysis Collection Pack , implementation_dba_data: PA.PA_TSK_BGT_LINES_IT_ALL ,
-
Table: PA_PRJ_BGT_LINES_IT_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PRJ_BGT_LINES_IT_ALL, object_name:PA_PRJ_BGT_LINES_IT_ALL, status:VALID, product: PA - Projects , description: Information about budgets at the project level for Oracle Project Analysis Collection Pack , implementation_dba_data: PA.PA_PRJ_BGT_LINES_IT_ALL ,
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_FINANCIAL_YRS_IT
12.1.1
-
Table: PA_PRJ_ACT_CMT_IT_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PRJ_ACT_CMT_IT_ALL, object_name:PA_PRJ_ACT_CMT_IT_ALL, status:VALID, product: PA - Projects , description: Information about project level actuals and commitments for Oracle Project Analysis Collection Pack , implementation_dba_data: PA.PA_PRJ_ACT_CMT_IT_ALL ,
-
Table: PA_PRJ_ACT_CMT_IT_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PRJ_ACT_CMT_IT_ALL, object_name:PA_PRJ_ACT_CMT_IT_ALL, status:VALID, product: PA - Projects , description: Information about project level actuals and commitments for Oracle Project Analysis Collection Pack , implementation_dba_data: PA.PA_PRJ_ACT_CMT_IT_ALL ,
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_LOWEST_RLMEM_IT
12.1.1
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_GL_PERIODS_IT
12.2.2
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_FINANCIAL_QTRS_IT
12.2.2
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_GL_PERIODS_IT
12.1.1
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_TOP_RLMEM_IT
12.1.1
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_PRJ_ACT_CMT_IT
12.1.1
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_LOWEST_RLMEM_IT
12.2.2
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_PRJ_ACT_CMT_IT
12.2.2
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_FINANCIAL_YRS_IT
12.2.2
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_TSK_ACT_CMT_IT
12.1.1
-
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