Search Results pa_project_subteam_parties
Overview
The PA_PROJECT_SUBTEAM_PARTIES table is a core data structure within the Oracle E-Business Suite Projects module (PA). Its primary function is to manage the association between project parties—such as team members, suppliers, or customers—and specific project subteams. A subteam is a logical grouping within a larger project team, often used to organize resources by function, phase, or geography. This table acts as a junction or intersection table, linking the master definitions of project parties (from PA_PROJECT_PARTIES) with the defined subteam structures (from PA_PROJECT_SUBTEAMS). Its role is critical for enabling detailed resource management, security, and reporting at a granular, subteam level within complex project hierarchies in both EBS releases 12.1.1 and 12.2.2.
Key Information Stored
The table's structure centers on foreign key relationships that define the association. While the full column list is not detailed in the provided metadata, the foreign key constraints explicitly identify the essential columns. The PROJECT_SUBTEAM_ID column references the PA_PROJECT_SUBTEAMS table, identifying the specific subteam. The OBJECT_ID column references the PA_PROJECT_PARTIES table, identifying the specific project party or assignment being added to the subteam. Typically, such an intersection table would also include metadata columns like CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, and LAST_UPDATED_BY to track audit information. The table's existence implies it stores one record for each unique party-to-subteam assignment.
Common Use Cases and Queries
This table is central to operations involving subteam-based project staffing and access control. A common use case is generating a report of all parties assigned to a particular project subteam for resource planning. Another is validating security rules where data access is restricted by subteam membership. A typical query would join this table to PA_PROJECT_SUBTEAMS and PA_PROJECT_PARTIES to get a comprehensive list.
- Sample Query:
SELECT s.SUBTEAM_NAME, pp.PARTY_NAME FROM pa_project_subteam_parties psp, pa_project_subteams s, pa_project_parties pp WHERE psp.project_subteam_id = s.project_subteam_id AND psp.object_id = pp.object_id AND s.project_id = :p_project_id; - Reporting: Reports on subteam composition, resource allocation across subteams, and audit trails of party assignments to subteams all rely on this table.
Related Objects
As indicated by its foreign keys, PA_PROJECT_SUBTEAM_PARTIES has direct, dependent relationships with two primary tables. It is a child table of PA_PROJECT_SUBTEAMS, which defines the subteam headers. It is also a child table of PA_PROJECT_PARTIES, which is the master repository for all parties (e.g., persons, organizations, assignments) associated with a project. This table is likely referenced by various Project Foundation and Resource Management APIs, as well as by standard Oracle Projects forms and reports that handle subteam assignments. Any custom interfaces or extensions that create or manage subteam membership would also interact with this table.
-
Table: PA_PROJECT_SUBTEAM_PARTIES
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECT_SUBTEAM_PARTIES, object_name:PA_PROJECT_SUBTEAM_PARTIES, status:VALID, product: PA - Projects , description: Table to store information about the association of project parties and assignments to project subteams. , implementation_dba_data: PA.PA_PROJECT_SUBTEAM_PARTIES ,
-
Table: PA_PROJECT_SUBTEAM_PARTIES
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECT_SUBTEAM_PARTIES, object_name:PA_PROJECT_SUBTEAM_PARTIES, status:VALID, product: PA - Projects , description: Table to store information about the association of project parties and assignments to project subteams. , implementation_dba_data: PA.PA_PROJECT_SUBTEAM_PARTIES ,
-
APPS.PA_ASSIGNMENTS_PUB dependencies on PA_PROJECT_SUBTEAM_PARTIES
12.1.1
-
APPS.PA_ASSIGNMENTS_PVT dependencies on PA_PROJECT_SUBTEAM_PARTIES
12.2.2
-
APPS.PA_PROJECT_SUBTEAMS_PVT dependencies on PA_PROJECT_SUBTEAM_PARTIES
12.1.1
-
APPS.PA_ASSIGNMENTS_PVT dependencies on PA_PROJECT_SUBTEAM_PARTIES
12.2.2
-
APPS.PA_PROJECT_SUBTEAM_PARTIES_PKG dependencies on PA_PROJECT_SUBTEAM_PARTIES
12.2.2
-
APPS.PA_ASSIGNMENT_APPROVAL_PVT dependencies on PA_PROJECT_SUBTEAM_PARTIES
12.2.2
-
APPS.PA_PROJECT_SUBTEAM_PARTIES_PKG dependencies on PA_PROJECT_SUBTEAM_PARTIES
12.1.1
-
APPS.PA_ASSIGNMENTS_PUB dependencies on PA_PROJECT_SUBTEAM_PARTIES
12.1.1
-
APPS.PA_PROJECT_SUBTEAM_PARTIES_PVT dependencies on PA_PROJECT_SUBTEAM_PARTIES
12.1.1
-
APPS.PA_RES_MANAGEMENT_AMG_PUB dependencies on PA_PROJECT_SUBTEAM_PARTIES
12.1.1
-
APPS.PA_ASSIGNMENTS_PVT dependencies on PA_PROJECT_SUBTEAM_PARTIES
12.1.1
-
APPS.PA_ASSIGNMENT_APPROVAL_PUB dependencies on PA_PROJECT_SUBTEAM_PARTIES
12.1.1
-
APPS.PA_PROJECT_SUBTEAM_PARTIES_PKG dependencies on PA_PROJECT_SUBTEAM_PARTIES
12.2.2
-
APPS.PA_ASSIGNMENTS_PUB dependencies on PA_PROJECT_SUBTEAM_PARTIES
12.2.2
-
APPS.PA_PROJECT_SUBTEAMS_PVT dependencies on PA_PROJECT_SUBTEAM_PARTIES
12.2.2
-
APPS.PA_RES_MANAGEMENT_AMG_PUB dependencies on PA_PROJECT_SUBTEAM_PARTIES
12.2.2
-
APPS.PA_PROJECT_SUBTEAM_PARTIES_PKG dependencies on PA_PROJECT_SUBTEAM_PARTIES
12.1.1
-
APPS.PA_PROJECT_SUBTEAM_PARTIES_PVT dependencies on PA_PROJECT_SUBTEAM_PARTIES
12.1.1
-
APPS.PA_ASSIGNMENT_APPROVAL_PVT dependencies on PA_PROJECT_SUBTEAM_PARTIES
12.1.1
-
APPS.PA_ASSIGNMENTS_PVT dependencies on PA_PROJECT_SUBTEAM_PARTIES
12.1.1
-
APPS.PA_PROJECT_SUBTEAM_PARTIES_PVT dependencies on PA_PROJECT_SUBTEAM_PARTIES
12.2.2
-
APPS.PA_PROJECT_SUBTEAM_PARTIES_PVT dependencies on PA_PROJECT_SUBTEAM_PARTIES
12.2.2
-
APPS.PA_ASSIGNMENT_APPROVAL_PUB dependencies on PA_PROJECT_SUBTEAM_PARTIES
12.2.2
-
APPS.PA_ASSIGNMENTS_PUB dependencies on PA_PROJECT_SUBTEAM_PARTIES
12.2.2
-
VIEW: PA.PA_PROJECT_SUBTEAM_PARTIES#
12.2.2
owner:PA, object_type:VIEW, object_name:PA_PROJECT_SUBTEAM_PARTIES#, status:VALID,
-
APPS.PA_PROJECT_SUBTEAM_PARTIES_PKG SQL Statements
12.1.1
-
APPS.PA_PROJECT_SUBTEAM_PARTIES_PKG SQL Statements
12.2.2
-
Table: PA_PROJECT_PARTIES
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECT_PARTIES, object_name:PA_PROJECT_PARTIES, status:VALID, product: PA - Projects , description: Resources involved in a Specified Project , implementation_dba_data: PA.PA_PROJECT_PARTIES ,
-
VIEW: PA.PA_PROJECT_SUBTEAM_PARTIES#
12.2.2
-
Table: PA_PROJECT_PARTIES
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECT_PARTIES, object_name:PA_PROJECT_PARTIES, status:VALID, product: PA - Projects , description: Resources involved in a Specified Project , implementation_dba_data: PA.PA_PROJECT_PARTIES ,
-
SYNONYM: APPS.PA_PROJECT_SUBTEAM_PARTIES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_PROJECT_SUBTEAM_PARTIES, status:VALID,
-
VIEW: APPS.PA_PROJ_ASGN_TIME_CHART_V
12.2.2
-
VIEW: APPS.PA_PROJ_ASGN_TIMELINE_ROWLBL_V
12.2.2
-
VIEW: APPS.PA_PROJ_ASGN_TIMELINE_ROWLBL_V
12.1.1
-
VIEW: APPS.PA_PROJ_ASGN_TIME_CHART_V
12.1.1
-
SYNONYM: APPS.PA_PROJECT_SUBTEAM_PARTIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_PROJECT_SUBTEAM_PARTIES, status:VALID,
-
APPS.PA_PROJECT_SUBTEAM_PARTIES_PVT SQL Statements
12.1.1
-
APPS.PA_PROJECT_SUBTEAM_PARTIES_PVT SQL Statements
12.2.2
-
PACKAGE BODY: APPS.PA_PROJECT_SUBTEAM_PARTIES_PKG
12.2.2
-
PACKAGE BODY: APPS.PA_PROJECT_SUBTEAM_PARTIES_PKG
12.1.1
-
TABLE: PA.PA_PROJECT_SUBTEAM_PARTIES
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECT_SUBTEAM_PARTIES, object_name:PA_PROJECT_SUBTEAM_PARTIES, status:VALID,
-
TABLE: PA.PA_PROJECT_SUBTEAM_PARTIES
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECT_SUBTEAM_PARTIES, object_name:PA_PROJECT_SUBTEAM_PARTIES, status:VALID,
-
Table: PA_PROJECT_SUBTEAMS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECT_SUBTEAMS, object_name:PA_PROJECT_SUBTEAMS, status:VALID, product: PA - Projects , description: This table stores the details of subteams associated with project or team template. , implementation_dba_data: PA.PA_PROJECT_SUBTEAMS ,
-
PACKAGE: APPS.PA_PROJECT_SUBTEAM_PARTIES_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:PA_PROJECT_SUBTEAM_PARTIES_PKG, status:VALID,
-
Table: PA_PROJECT_SUBTEAMS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECT_SUBTEAMS, object_name:PA_PROJECT_SUBTEAMS, status:VALID, product: PA - Projects , description: This table stores the details of subteams associated with project or team template. , implementation_dba_data: PA.PA_PROJECT_SUBTEAMS ,
-
PACKAGE: APPS.PA_PROJECT_SUBTEAM_PARTIES_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:PA_PROJECT_SUBTEAM_PARTIES_PVT, status:VALID,
-
PACKAGE: APPS.PA_PROJECT_SUBTEAM_PARTIES_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:PA_PROJECT_SUBTEAM_PARTIES_PVT, status:VALID,
-
VIEW: APPS.PA_TEMPLATE_REQUIREMENTS_V
12.2.2