Search Results pa_project_players
Overview
The PA_PROJECT_PLAYERS view is a critical data object within the Oracle E-Business Suite Projects module (PA). It provides a consolidated and filtered list of all individuals assigned to a specified project, serving as a central reference for project team composition and resource assignments. The view is built upon foundational transactional tables but applies specific business logic to present only relevant project members. Its primary role is to support reporting, data extraction, and integration processes that require a definitive list of active project participants, excluding other types of project-related parties.
Key Information Stored
The view returns columns that uniquely identify the project, the individual, and the nature of their assignment. The most significant columns include:
- PROJECT_ID: The identifier of the project to which the person is assigned.
- PERSON_ID: The identifier of the individual resource from the HR system.
- PROJECT_ROLE_TYPE: The functional role the person plays on the project (e.g., Project Manager, Team Member).
- RESOURCE_ID and RESOURCE_TYPE_ID: Identifiers for the resource record; the view filters explicitly for RESOURCE_TYPE_ID = 101, which denotes a person.
- START_DATE_ACTIVE and END_DATE_ACTIVE: Define the effective date range of the person's assignment to the project.
- PROJECT_PARTY_ID: The unique key from the underlying PA_PROJECT_PARTIES table.
- Audit columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE) and the RECORD_VERSION_NUMBER for data integrity.
Common Use Cases and Queries
This view is predominantly used for operational and analytical reporting on project staffing. A common use case is generating a project team roster or validating resource assignments for a period. For example, to list all active team members for a specific project, a query would filter on PROJECT_ID and a system date between START_DATE_ACTIVE and END_DATE_ACTIVE (or where END_DATE_ACTIVE is NULL). Another typical pattern is joining this view with HR tables (like PER_ALL_PEOPLE_F) to enrich the report with employee names and details, or with PA_PROJECTS_ALL to include project information. It is also frequently referenced in custom integrations that feed external resource management or timesheet systems with project team data.
Related Objects
The PA_PROJECT_PLAYERS view is directly dependent on several core PA tables, forming its data foundation:
- PA_PROJECT_PARTIES (PPP): The primary transactional table storing all parties (people, organizations, contacts) associated with a project.
- PA_PROJECT_ROLE_TYPES_B (PPRT): The table defining valid project roles, supplying the PROJECT_ROLE_TYPE.
- PA_ROLE_CONTROLS (PRC): A control table used to filter roles; the view joins on ROLE_CONTROL_CODE = 'ALLOW_AS_PROJ_MEMBER' to ensure only valid member roles are selected.
This view is often the source for higher-level summaries or is referenced by other application views and interfaces within the Projects module.
-
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 ,
-
Table: PA_PROJECT_PLAYERS
12.1.1
product: PA - Projects , description: Employees involved in the administration of projects , implementation_dba_data: Not implemented in this database ,
-
Table: PA_PROJECT_PLAYERS
12.2.2
product: PA - Projects , description: Employees involved in the administration of projects , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
APPS.PA_PROJECT_CHECK_PVT dependencies on PA_PROJECT_PLAYERS
12.2.2
-
APPS.PA_RPT_UTILS dependencies on PA_PROJECT_PLAYERS
12.2.2
-
APPS.MRP_EXP_WF dependencies on PA_PROJECT_PLAYERS
12.2.2
-
APPS.FPA_MAIN_PROCESS_PVT dependencies on PA_PROJECT_PLAYERS
12.2.2
-
APPS.AP_WEB_AME_PKG dependencies on PA_PROJECT_PLAYERS
12.2.2
-
APPS.PA_HR_PROJECT_SETUP dependencies on PA_PROJECT_PLAYERS
12.2.2
-
APPS.PJM_INTEGRATION_PROJ_MFG dependencies on PA_PROJECT_PLAYERS
12.1.1
-
APPS.PSP_XMLGEN dependencies on PA_PROJECT_PLAYERS
12.1.1
-
APPS.FPA_MAIN_PROCESS_PVT dependencies on PA_PROJECT_PLAYERS
12.1.1
-
APPS.PA_PROJECT_PARTIES_UTILS dependencies on PA_PROJECT_PLAYERS
12.2.2
-
APPS.PA_PROJECT_PUB dependencies on PA_PROJECT_PLAYERS
12.2.2
-
APPS.PA_PROJECT_PUB dependencies on PA_PROJECT_PLAYERS
12.1.1
-
APPS.PA_SECURITY dependencies on PA_PROJECT_PLAYERS
12.1.1
-
APPS.MRP_AP_REL_PLAN_PUB dependencies on PA_PROJECT_PLAYERS
12.1.1
-
APPS.MRP_EXP_WF dependencies on PA_PROJECT_PLAYERS
12.1.1
-
APPS.PA_PROJECT_PARTIES_UTILS dependencies on PA_PROJECT_PLAYERS
12.1.1
-
APPS.PA_SALESREPS dependencies on PA_PROJECT_PLAYERS
12.1.1
-
APPS.PA_PROJECT_PVT dependencies on PA_PROJECT_PLAYERS
12.2.2
-
APPS.PA_PROJECT_VERIFY_PKG dependencies on PA_PROJECT_PLAYERS
12.2.2
-
APPS.PA_PAXMGURA_XMLP_PKG dependencies on PA_PROJECT_PLAYERS
12.1.1
-
APPS.PJM_MASS_TRANSFER_WF dependencies on PA_PROJECT_PLAYERS
12.1.1
-
APPS.PA_HR_PROJECT_SETUP dependencies on PA_PROJECT_PLAYERS
12.1.1
-
APPS.PA_PROJECT_VERIFY_PKG dependencies on PA_PROJECT_PLAYERS
12.1.1
-
APPS.MRP_AP_REL_PLAN_PUB dependencies on PA_PROJECT_PLAYERS
12.2.2
-
APPS.PJM_MASS_TRANSFER_WF dependencies on PA_PROJECT_PLAYERS
12.2.2
-
APPS.GMS_MULTI_FUNDING dependencies on PA_PROJECT_PLAYERS
12.2.2
-
APPS.PA_PROJECT_UTILS dependencies on PA_PROJECT_PLAYERS
12.2.2
-
APPS.PA_SALESREPS dependencies on PA_PROJECT_PLAYERS
12.2.2
-
APPS.AP_WEB_AME_PKG dependencies on PA_PROJECT_PLAYERS
12.1.1
-
APPS.GMS_MULTI_FUNDING dependencies on PA_PROJECT_PLAYERS
12.1.1
-
APPS.PA_PERSON dependencies on PA_PROJECT_PLAYERS
12.1.1
-
APPS.PA_PROJECT_CHECK_PVT dependencies on PA_PROJECT_PLAYERS
12.1.1
-
APPS.PA_PROJECT_UTILS dependencies on PA_PROJECT_PLAYERS
12.1.1
-
APPS.PA_PROJECT_PVT dependencies on PA_PROJECT_PLAYERS
12.1.1
-
APPS.PA_RPT_UTILS dependencies on PA_PROJECT_PLAYERS
12.1.1
-
APPS.PA_PAXMGURA_XMLP_PKG dependencies on PA_PROJECT_PLAYERS
12.2.2
-
APPS.PA_PERSON dependencies on PA_PROJECT_PLAYERS
12.2.2
-
APPS.PSP_XMLGEN dependencies on PA_PROJECT_PLAYERS
12.2.2
-
APPS.PJM_INTEGRATION_PROJ_MFG dependencies on PA_PROJECT_PLAYERS
12.2.2
-
APPS.PA_SECURITY dependencies on PA_PROJECT_PLAYERS
12.2.2
-
APPS.PA_PAXMGURA_XMLP_PKG dependencies on PA_PROJECTS
12.2.2
-
APPS.PA_PAXMGURA_XMLP_PKG dependencies on PA_EVENTS
12.1.1
-
APPS.PA_PAXMGURA_XMLP_PKG dependencies on PA_EVENT_TYPES
12.2.2
-
APPS.PA_PAXMGURA_XMLP_PKG dependencies on PA_PROJECTS
12.1.1
-
APPS.PA_PAXMGURA_XMLP_PKG dependencies on PA_DRAFT_INVOICES
12.1.1
-
APPS.PA_PAXMGURA_XMLP_PKG dependencies on PA_EVENT_TYPES
12.1.1