Search Results pa_projects_it_all
Overview
The PA_PROJECTS_IT_ALL table is a core data repository within the Oracle E-Business Suite Projects module (PA), specifically designed for the Oracle Project Analysis Collection Pack. This table serves as the master storage entity for project-level information that feeds analytical and reporting processes. Its role is distinct from the primary transactional project tables, as it is structured to support the extraction, transformation, and loading (ETL) of project data into business intelligence and data warehouse environments. The '_ALL' suffix indicates it is a multi-organization table, storing data partitioned by the operating unit (ORG_ID), a critical design for instances operating in a multi-org architecture across both EBS 12.1.1 and 12.2.2.
Key Information Stored
While the provided metadata does not list specific columns, the documented primary and foreign key relationships reveal its fundamental structure. The table's primary key is PROJECT_ID, uniquely identifying each project record. Essential foreign key columns include ORG_ID, which links to the PA_PRJ_TYPES_IT_ALL table to enforce valid project types within an operating unit, and CARRYING_OUT_ORGANIZATION_ID, which references PA_PRJ_ORGS_IT to define the organization responsible for project execution. As a table for analysis collection, it typically consolidates key descriptive, classification, and hierarchical attributes for a project, such as name, dates, status, and pointers to associated master data, optimized for read and aggregation performance in reporting contexts.
Common Use Cases and Queries
The primary use case for PA_PROJECTS_IT_ALL is serving as the source for project dimension data in analytical reporting. Data is extracted from this table, often joined with related '_IT' tables, to populate star schemas or data marts. Common queries involve selecting project attributes for report labels, filtering projects by organization or type, and joining to related fact tables. A typical analytical query pattern would be:
- SELECT p.PROJECT_ID, p.PROJECT_NAME, pt.PROJECT_TYPE_NAME FROM PA_PROJECTS_IT_ALL p, PA_PRJ_TYPES_IT_ALL pt WHERE p.ORG_ID = pt.ORG_ID AND p.PROJECT_TYPE = pt.PROJECT_TYPE;
Technical consultants and database administrators may also query this table to validate the integrity of the Analysis Collection Pack's data population or to troubleshoot ETL jobs by verifying record counts and key relationships.
Related Objects
PA_PROJECTS_IT_ALL sits at the center of a constellation of related '_IT' tables, as defined by its foreign key relationships. It references two key master data tables: PA_PRJ_TYPES_IT_ALL (via ORG_ID and PROJECT_TYPE) and PA_PRJ_ORGS_IT (via CARRYING_OUT_ORGANIZATION_ID). Furthermore, it is referenced as a parent table by several detail tables, establishing it as a mandatory header record. The documented child tables referencing its PROJECT_ID are:
- PA_PRJ_ACT_CMT_IT_ALL: For project actual commitments.
- PA_PRJ_BGT_LINES_IT_ALL: For project budget lines.
- PA_PRJ_CLASSES_IT: For project classification assignments.
- PA_TOP_TASKS_IT: For project top task structures.
These relationships enforce data integrity and ensure that analytical facts are always associated with a valid project definition within the collection pack schema.
-
Table: PA_PROJECTS_IT_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECTS_IT_ALL, object_name:PA_PROJECTS_IT_ALL, status:VALID, product: PA - Projects , description: Information about projects for Oracle Project Analysis Collection Pack , implementation_dba_data: PA.PA_PROJECTS_IT_ALL ,
-
Table: PA_PROJECTS_IT_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECTS_IT_ALL, object_name:PA_PROJECTS_IT_ALL, status:VALID, product: PA - Projects , description: Information about projects for Oracle Project Analysis Collection Pack , implementation_dba_data: PA.PA_PROJECTS_IT_ALL ,
-
SYNONYM: APPS.PA_PROJECTS_IT_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_PROJECTS_IT_ALL, status:VALID,
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_PROJECTS_IT
12.1.1
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_PROJECTS_IT
12.2.2
-
VIEW: PA.PA_PROJECTS_IT_ALL#
12.2.2
-
VIEW: PA.PA_PROJECTS_IT_ALL#
12.2.2
owner:PA, object_type:VIEW, object_name:PA_PROJECTS_IT_ALL#, status:VALID,
-
SYNONYM: APPS.PA_PROJECTS_IT_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_PROJECTS_IT_ALL, status:VALID,
-
SYNONYM: APPS.PA_PROJECTS_IT
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_PROJECTS_IT, status:VALID,
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_PROJECTS
12.1.1
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_PROJECTS
12.2.2
-
TABLE: PA.PA_PROJECTS_IT_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECTS_IT_ALL, object_name:PA_PROJECTS_IT_ALL, status:VALID,
-
TABLE: PA.PA_PROJECTS_IT_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECTS_IT_ALL, object_name:PA_PROJECTS_IT_ALL, status:VALID,
-
Table: PA_PRJ_CLASSES_IT
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PRJ_CLASSES_IT, object_name:PA_PRJ_CLASSES_IT, status:VALID, product: PA - Projects , description: Information about project classes for Oracle Project Analysis Collection Pack , implementation_dba_data: PA.PA_PRJ_CLASSES_IT ,
-
Table: PA_TOP_TASKS_IT
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_TOP_TASKS_IT, object_name:PA_TOP_TASKS_IT, status:VALID, product: PA - Projects , description: Information about the top task level for Oracle Project Analysis Collection Pack , implementation_dba_data: PA.PA_TOP_TASKS_IT ,
-
SYNONYM: APPS.PA_PROJECTS_IT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_PROJECTS_IT, status:VALID,
-
Table: PA_TOP_TASKS_IT
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_TOP_TASKS_IT, object_name:PA_TOP_TASKS_IT, status:VALID, product: PA - Projects , description: Information about the top task level for Oracle Project Analysis Collection Pack , implementation_dba_data: PA.PA_TOP_TASKS_IT ,
-
Table: PA_PRJ_TYPES_IT_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PRJ_TYPES_IT_ALL, object_name:PA_PRJ_TYPES_IT_ALL, status:VALID, product: PA - Projects , description: Information about project types for Oracle Project Analysis Collection Pack , implementation_dba_data: PA.PA_PRJ_TYPES_IT_ALL ,
-
Table: PA_PRJ_ORGS_IT
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PRJ_ORGS_IT, object_name:PA_PRJ_ORGS_IT, status:VALID, product: PA - Projects , description: Information about project/task organizations for Oracle Project Analysis Collection Pack , implementation_dba_data: PA.PA_PRJ_ORGS_IT ,
-
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_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 ,
-
Table: PA_PRJ_TYPES_IT_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PRJ_TYPES_IT_ALL, object_name:PA_PRJ_TYPES_IT_ALL, status:VALID, product: PA - Projects , description: Information about project types for Oracle Project Analysis Collection Pack , implementation_dba_data: PA.PA_PRJ_TYPES_IT_ALL ,
-
Table: PA_PRJ_CLASSES_IT
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PRJ_CLASSES_IT, object_name:PA_PRJ_CLASSES_IT, status:VALID, product: PA - Projects , description: Information about project classes for Oracle Project Analysis Collection Pack , implementation_dba_data: PA.PA_PRJ_CLASSES_IT ,
-
Table: PA_PRJ_ORGS_IT
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PRJ_ORGS_IT, object_name:PA_PRJ_ORGS_IT, status:VALID, product: PA - Projects , description: Information about project/task organizations for Oracle Project Analysis Collection Pack , implementation_dba_data: PA.PA_PRJ_ORGS_IT ,
-
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_PRJ_TYPES_IT
12.2.2
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_LOWEST_RLMEM_IT
12.1.1
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_ALL_PRJ_TYPES_IT
12.1.1
-
View: PA_PROJECTS_IT
12.1.1
product: PA - Projects , description: Single-Org , implementation_dba_data: Not implemented in this database ,
-
View: PA_PROJECTS_IT
12.2.2
product: PA - Projects , description: Single-Org , implementation_dba_data: Not implemented in this database ,
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_LOWEST_RLMEM_IT
12.2.2
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_ALL_PRJ_TYPES_IT
12.2.2
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_PRJ_TYPES_IT
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA 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
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.PA_ADW_COLLECT_MAIN
12.2.2
-
PACKAGE BODY: APPS.PA_ADW_COLLECT_MAIN
12.1.1
-
eTRM - PA Tables and Views
12.2.2
-
eTRM - PA Tables and Views
12.1.1
-
PACKAGE BODY: APPS.AD_MORG
12.1.1
-
PACKAGE BODY: APPS.AD_MORG
12.2.2