Search Results pa_project_parties
Overview
The PA_PROJECT_PARTIES table is a core data object within the Oracle E-Business Suite Projects module (PA). It serves as the central repository for defining and managing all resources involved in a specified project. In the context of Oracle Projects, a "party" is a broad term encompassing any individual, team, or entity assigned to a project, such as employees, contractors, equipment, or job roles. This table establishes the fundamental link between a project (PA_PROJECTS_ALL) and the resources (PA_RESOURCES) that can be assigned to it, forming the basis for project staffing, assignment tracking, and security grant management.
Key Information Stored
The table's primary purpose is to uniquely identify a resource's involvement with a specific project. Its key columns, as indicated by its foreign key relationships, include PROJECT_PARTY_ID (the primary key), PROJECT_ID (linking to PA_PROJECTS_ALL), RESOURCE_ID (linking to PA_RESOURCES), and RESOURCE_TYPE_ID (linking to PA_RESOURCE_TYPES). A critical column is GRANT_ID, which links to FND_GRANTS. This relationship integrates the Oracle Applications Object Security Model, allowing project-specific data security grants (like view, update, or full access) to be assigned directly to the project party. This enables fine-grained control over which users can see or modify project data based on their role within the project team.
Common Use Cases and Queries
This table is essential for reporting on project team composition, validating assignments, and administering security. A common query retrieves all active resources for a given project, joining to resource and person tables for details:
- SELECT pp.project_id, pp.resource_id, r.resource_name, rt.resource_type FROM pa_project_parties pp, pa_resources r, pa_resource_types rt WHERE pp.project_id = :p_project_id AND pp.resource_id = r.resource_id AND pp.resource_type_id = rt.resource_type_id;
Another critical use case involves troubleshooting data access issues by examining the security grants associated with project parties. Analysts often query the link between a project party and its corresponding grant in FND_GRANTS to understand why a user may or may not have access to certain project data. The table is also fundamental for any process that creates or validates project assignments, as the PA_PROJECT_ASSIGNMENTS table references a PROJECT_PARTY_ID.
Related Objects
PA_PROJECT_PARTIES sits at the center of a key data model, with extensive relationships documented in the ETRM. Its primary foreign key dependencies are: PA_PROJECTS_ALL (on PROJECT_ID), PA_RESOURCES (on RESOURCE_ID), PA_RESOURCE_TYPES (on RESOURCE_TYPE_ID), and FND_GRANTS (on GRANT_ID). Furthermore, it is referenced as a parent table by several critical assignment and history tables, which store the detailed work plans and changes for the project party. These child tables include: PA_PROJECT_ASSIGNMENTS (on PROJECT_PARTY_ID), PA_ASSIGNMENTS_HISTORY (on PROJECT_PARTY_ID), PA_PROJECT_ASGMTS_AR (on PROJECT_PARTY_ID), PA_ASGMTS_HSTRY_AR (on PROJECT_PARTY_ID), and PA_PROJECT_SUBTEAM_PARTIES (on OBJECT_ID in a bidirectional relationship).
-
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 ,
-
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 ,
-
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 ,
-
View: PA_PROJ_MANAGER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_MANAGER_V, object_name:PA_PROJ_MANAGER_V, status:VALID, product: PA - Projects , description: PA_PROJ_MANAGER_V is a view that shows the list of all resources who are project managers , implementation_dba_data: APPS.PA_PROJ_MANAGER_V ,
-
View: PA_PROJ_MANAGER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_MANAGER_V, object_name:PA_PROJ_MANAGER_V, status:VALID, product: PA - Projects , description: PA_PROJ_MANAGER_V is a view that shows the list of all resources who are project managers , implementation_dba_data: APPS.PA_PROJ_MANAGER_V ,
-
View: PA_PROJ_PARTIES_PROG_EDIT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_PARTIES_PROG_EDIT_V, object_name:PA_PROJ_PARTIES_PROG_EDIT_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJ_PARTIES_PROG_EDIT_V ,
-
View: PA_PROJ_PARTIES_PROG_EDIT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_PARTIES_PROG_EDIT_V, object_name:PA_PROJ_PARTIES_PROG_EDIT_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJ_PARTIES_PROG_EDIT_V ,
-
View: PA_PROJ_PARTIES_PROG_EV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_PARTIES_PROG_EV_V, object_name:PA_PROJ_PARTIES_PROG_EV_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJ_PARTIES_PROG_EV_V ,
-
View: PA_PROJ_PARTIES_PROG_EV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_PARTIES_PROG_EV_V, object_name:PA_PROJ_PARTIES_PROG_EV_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJ_PARTIES_PROG_EV_V ,
-
View: PA_PROJECT_PARTIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_PARTIES_V, object_name:PA_PROJECT_PARTIES_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJECT_PARTIES_V ,
-
View: PA_PROJECT_PARTIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_PARTIES_V, object_name:PA_PROJECT_PARTIES_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJECT_PARTIES_V ,
-
View: PA_XC_PROJECT_PEOPLE_V
12.2.2
product: PA - Projects , description: View List of People for a Specified Project , implementation_dba_data: Not implemented in this database ,
-
View: PA_PROJECTS_CUST_360_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECTS_CUST_360_V, object_name:PA_PROJECTS_CUST_360_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJECTS_CUST_360_V ,
-
Table: PA_PROJECT_ASGMTS_AR
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECT_ASGMTS_AR, object_name:PA_PROJECT_ASGMTS_AR, status:VALID, product: PA - Projects , description: PA_PROJECT_ASSIGNMENTS stores details of all Assignments for a project. , implementation_dba_data: PA.PA_PROJECT_ASGMTS_AR ,
-
View: PA_XC_PROJECT_PEOPLE_V
12.1.1
product: PA - Projects , description: View List of People for a Specified Project , implementation_dba_data: Not implemented in this database ,
-
Table: PA_ASGMTS_HSTRY_AR
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_ASGMTS_HSTRY_AR, object_name:PA_ASGMTS_HSTRY_AR, status:VALID, product: PA - Projects , description: pa_assignments_history stores details on all approved assignments for a project. , implementation_dba_data: PA.PA_ASGMTS_HSTRY_AR ,
-
Table: PA_RESOURCE_TYPES
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RESOURCE_TYPES, object_name:PA_RESOURCE_TYPES, status:VALID, product: PA - Projects , description: Types of resources , implementation_dba_data: PA.PA_RESOURCE_TYPES ,
-
Lookup Type: PA_PROJ_SUBTEAM_OBJECT_TYPES
12.2.2
product: PA - Projects , meaning: Project subteam object types , description: Project subteam object types ,
-
Table: PA_PROJECT_ASGMTS_AR
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECT_ASGMTS_AR, object_name:PA_PROJECT_ASGMTS_AR, status:VALID, product: PA - Projects , description: PA_PROJECT_ASSIGNMENTS stores details of all Assignments for a project. , implementation_dba_data: PA.PA_PROJECT_ASGMTS_AR ,
-
Table: PA_ASGMTS_HSTRY_AR
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_ASGMTS_HSTRY_AR, object_name:PA_ASGMTS_HSTRY_AR, status:VALID, product: PA - Projects , description: pa_assignments_history stores details on all approved assignments for a project. , implementation_dba_data: PA.PA_ASGMTS_HSTRY_AR ,
-
Table: PA_RESOURCE_TYPES
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RESOURCE_TYPES, object_name:PA_RESOURCE_TYPES, status:VALID, product: PA - Projects , description: Types of resources , implementation_dba_data: PA.PA_RESOURCE_TYPES ,
-
View: PA_XC_MY_TASKS_V
12.2.2
product: PA - Projects , description: View My Task Details , implementation_dba_data: Not implemented in this database ,
-
View: PA_XC_MY_TASKS_V
12.1.1
product: PA - Projects , description: View My Task Details , implementation_dba_data: Not implemented in this database ,
-
Table: PA_ASSIGNMENTS_HISTORY
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_ASSIGNMENTS_HISTORY, object_name:PA_ASSIGNMENTS_HISTORY, status:VALID, product: PA - Projects , description: pa_assignments_history stores details on all approved assignments for a project. , implementation_dba_data: PA.PA_ASSIGNMENTS_HISTORY ,
-
Table: PA_ASSIGNMENTS_HISTORY
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_ASSIGNMENTS_HISTORY, object_name:PA_ASSIGNMENTS_HISTORY, status:VALID, product: PA - Projects , description: pa_assignments_history stores details on all approved assignments for a project. , implementation_dba_data: PA.PA_ASSIGNMENTS_HISTORY ,
-
Lookup Type: PA_PROJ_SUBTEAM_OBJECT_TYPES
12.1.1
product: PA - Projects , meaning: Project subteam object types , description: Project subteam object types ,
-
View: PA_PROJECTS_CUST_360_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECTS_CUST_360_V, object_name:PA_PROJECTS_CUST_360_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJECTS_CUST_360_V ,
-
Table: PA_RESOURCES
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RESOURCES, object_name:PA_RESOURCES, status:VALID, product: PA - Projects , description: Resources used in budgeting and project summary amounts , implementation_dba_data: PA.PA_RESOURCES ,
-
Table: PA_RESOURCES
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RESOURCES, object_name:PA_RESOURCES, status:VALID, product: PA - Projects , description: Resources used in budgeting and project summary amounts , implementation_dba_data: PA.PA_RESOURCES ,
-
View: PA_PROJECT_PLAYERS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_PLAYERS, object_name:PA_PROJECT_PLAYERS, status:VALID, product: PA - Projects , description: People assigned to a Specified Project , implementation_dba_data: APPS.PA_PROJECT_PLAYERS ,
-
View: PA_PLM_PROJECTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PLM_PROJECTS_V, object_name:PA_PLM_PROJECTS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PLM_PROJECTS_V ,
-
View: PA_PROJECT_PLAYERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_PLAYERS, object_name:PA_PROJECT_PLAYERS, status:VALID, product: PA - Projects , description: People assigned to a Specified Project , implementation_dba_data: APPS.PA_PROJECT_PLAYERS ,
-
View: PA_PLM_PROJECTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PLM_PROJECTS_V, object_name:PA_PLM_PROJECTS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PLM_PROJECTS_V ,
-
View: PA_PROJECTS_SEC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECTS_SEC_V, object_name:PA_PROJECTS_SEC_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJECTS_SEC_V ,
-
Table: PA_PROJECT_ASSIGNMENTS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECT_ASSIGNMENTS, object_name:PA_PROJECT_ASSIGNMENTS, status:VALID, product: PA - Projects , description: PA_PROJECT_ASSIGNMENTS stores details of all Assignments for a project. , implementation_dba_data: PA.PA_PROJECT_ASSIGNMENTS ,
-
View: PA_PROJECT_LISTS_USER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_LISTS_USER_V, object_name:PA_PROJECT_LISTS_USER_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJECT_LISTS_USER_V ,
-
Table: PA_PROJECT_ASSIGNMENTS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECT_ASSIGNMENTS, object_name:PA_PROJECT_ASSIGNMENTS, status:VALID, product: PA - Projects , description: PA_PROJECT_ASSIGNMENTS stores details of all Assignments for a project. , implementation_dba_data: PA.PA_PROJECT_ASSIGNMENTS ,
-
View: PA_FCST_PROJECT_LIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FCST_PROJECT_LIST_V, object_name:PA_FCST_PROJECT_LIST_V, status:VALID, product: PA - Projects , description: PA_FCST_PROJECT_LIST_V is a view that shows forecasting periods , implementation_dba_data: APPS.PA_FCST_PROJECT_LIST_V ,
-
View: PA_PROJECT_LISTS_USER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_LISTS_USER_V, object_name:PA_PROJECT_LISTS_USER_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJECT_LISTS_USER_V ,
-
View: PA_PROJECTS_SEC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECTS_SEC_V, object_name:PA_PROJECTS_SEC_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJECTS_SEC_V ,
-
View: PA_SECURED_PROJECTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_SECURED_PROJECTS_V, object_name:PA_SECURED_PROJECTS_V, status:VALID, product: PA - Projects , description: This view shows a list of secured projects. , implementation_dba_data: APPS.PA_SECURED_PROJECTS_V ,
-
View: PA_FCST_PROJECT_LIST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FCST_PROJECT_LIST_V, object_name:PA_FCST_PROJECT_LIST_V, status:VALID, product: PA - Projects , description: PA_FCST_PROJECT_LIST_V is a view that shows forecasting periods , implementation_dba_data: APPS.PA_FCST_PROJECT_LIST_V ,
-
View: PA_SECURED_PROJECTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_SECURED_PROJECTS_V, object_name:PA_SECURED_PROJECTS_V, status:VALID, product: PA - Projects , description: This view shows a list of secured projects. , implementation_dba_data: APPS.PA_SECURED_PROJECTS_V ,
-
View: PA_PEOPLE_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PEOPLE_LOV_V, object_name:PA_PEOPLE_LOV_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PEOPLE_LOV_V ,
-
View: PA_PEOPLE_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PEOPLE_LOV_V, object_name:PA_PEOPLE_LOV_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PEOPLE_LOV_V ,
-
View: PA_PROJECT_OPEN_ASSNS_STAFF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_OPEN_ASSNS_STAFF_V, object_name:PA_PROJECT_OPEN_ASSNS_STAFF_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJECT_OPEN_ASSNS_STAFF_V ,
-
View: PA_PROJECT_OPEN_ASSNS_STAFF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_OPEN_ASSNS_STAFF_V, object_name:PA_PROJECT_OPEN_ASSNS_STAFF_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJECT_OPEN_ASSNS_STAFF_V ,
-
Table: PA_PROJECTS_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECTS_ALL, object_name:PA_PROJECTS_ALL, status:VALID, product: PA - Projects , description: PA_PROJECTS_ALL stores the highest units of work defined in Oracle Projects. , implementation_dba_data: PA.PA_PROJECTS_ALL ,
-
Table: PA_PROJECTS_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECTS_ALL, object_name:PA_PROJECTS_ALL, status:VALID, product: PA - Projects , description: PA_PROJECTS_ALL stores the highest units of work defined in Oracle Projects. , implementation_dba_data: PA.PA_PROJECTS_ALL ,