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 ,
-
View: PA_XC_PROJECTS_V
12.2.2
product: PA - Projects , implementation_dba_data: Not implemented in this database ,
-
View: PA_XC_PROJECTS_V
12.1.1
product: PA - Projects , implementation_dba_data: Not implemented in this database ,
-
View: PA_PROJ_INFO_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_INFO_VIEW, object_name:PA_PROJ_INFO_VIEW, status:VALID, product: PA - Projects , description: Basic project information for projects , implementation_dba_data: APPS.PA_PROJ_INFO_VIEW ,
-
View: PA_PROJ_INFO_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_INFO_VIEW, object_name:PA_PROJ_INFO_VIEW, status:VALID, product: PA - Projects , description: Basic project information for projects , implementation_dba_data: APPS.PA_PROJ_INFO_VIEW ,
-
View: PA_REP_PROJ_SP_PA_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_PROJ_SP_PA_V, object_name:PA_REP_PROJ_SP_PA_V, status:VALID, product: PA - Projects , description: PA_REP_PROJ_SP_PA_V is a view that shows the sales pipeline for a project for a pa period , implementation_dba_data: APPS.PA_REP_PROJ_SP_PA_V ,
-
View: PA_REP_PROJ_SP_GL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_PROJ_SP_GL_V, object_name:PA_REP_PROJ_SP_GL_V, status:VALID, product: PA - Projects , description: PA_REP_PROJ_SP_GL_V is a view that shows the sales pipeline of a project for a gl period , implementation_dba_data: APPS.PA_REP_PROJ_SP_GL_V ,
-
View: PA_REP_PROJ_SP_PA_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_PROJ_SP_PA_V, object_name:PA_REP_PROJ_SP_PA_V, status:VALID, product: PA - Projects , description: PA_REP_PROJ_SP_PA_V is a view that shows the sales pipeline for a project for a pa period , implementation_dba_data: APPS.PA_REP_PROJ_SP_PA_V ,
-
Table: PA_PROJECT_ROLE_TYPES
12.1.1
product: PA - Projects , description: Implementation-defined responsibilities or positions assigned to employees on projects , implementation_dba_data: Not implemented in this database ,
-
Table: PA_PROJECT_ROLE_TYPES
12.2.2
product: PA - Projects , description: Implementation-defined responsibilities or positions assigned to employees on projects , implementation_dba_data: Not implemented in this database ,
-
View: PA_REP_PROJ_SP_GL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_PROJ_SP_GL_V, object_name:PA_REP_PROJ_SP_GL_V, status:VALID, product: PA - Projects , description: PA_REP_PROJ_SP_GL_V is a view that shows the sales pipeline of a project for a gl period , implementation_dba_data: APPS.PA_REP_PROJ_SP_GL_V ,
-
View: PA_PROJECT_PLAYERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_PLAYERS_V, object_name:PA_PROJECT_PLAYERS_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_PROJECT_PLAYERS_V ,
-
View: PA_OVERRIDE_FIELD_VALUES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_OVERRIDE_FIELD_VALUES_V, object_name:PA_OVERRIDE_FIELD_VALUES_V, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PA_OVERRIDE_FIELD_VALUES_V ,
-
View: PA_OVERRIDE_FIELD_VALUES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_OVERRIDE_FIELD_VALUES_V, object_name:PA_OVERRIDE_FIELD_VALUES_V, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PA_OVERRIDE_FIELD_VALUES_V ,
-
View: PA_PROJECT_PLAYERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_PLAYERS_V, object_name:PA_PROJECT_PLAYERS_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_PROJECT_PLAYERS_V ,
-
View: PA_PROJECT_MANAGERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_MANAGERS_V, object_name:PA_PROJECT_MANAGERS_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_PROJECT_MANAGERS_V ,
-
View: PA_PTE_WBS_DOWNLOAD_V
12.1.1
product: PA - Projects , description: View of Work Breakdown Structure data from PA - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: PA_PROJECT_MANAGERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_MANAGERS_V, object_name:PA_PROJECT_MANAGERS_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_PROJECT_MANAGERS_V ,
-
View: PABV_KEY_MEMBERS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PABV_KEY_MEMBERS, object_name:PABV_KEY_MEMBERS, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PABV_KEY_MEMBERS ,
-
View: PABV_KEY_MEMBERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PABV_KEY_MEMBERS, object_name:PABV_KEY_MEMBERS, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PABV_KEY_MEMBERS ,
-
View: PAFV_KEY_MEMBERS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_KEY_MEMBERS, object_name:PAFV_KEY_MEMBERS, status:VALID, product: PA - Projects , description: Business view to show information about the employees involved with the project. , implementation_dba_data: APPS.PAFV_KEY_MEMBERS ,
-
View: PA_PROJECT_PLAYERS_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_PLAYERS_ALL_V, object_name:PA_PROJECT_PLAYERS_ALL_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_PROJECT_PLAYERS_ALL_V ,
-
View: PA_PROJECT_PLAYERS_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_PLAYERS_ALL_V, object_name:PA_PROJECT_PLAYERS_ALL_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_PROJECT_PLAYERS_ALL_V ,
-
View: PA_PTE_WBS_DOWNLOAD_V
12.2.2
product: PA - Projects , description: View of Work Breakdown Structure data from PA - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: PAFV_KEY_MEMBERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_KEY_MEMBERS, object_name:PAFV_KEY_MEMBERS, status:VALID, product: PA - Projects , description: Business view to show information about the employees involved with the project. , implementation_dba_data: APPS.PAFV_KEY_MEMBERS ,
-
View: PA_REP_PROJ_REQHRS_WK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_PROJ_REQHRS_WK_V, object_name:PA_REP_PROJ_REQHRS_WK_V, status:VALID, product: PA - Projects , description: PA_REP_PROJ_REQHRS_WK_V is a view that shows required project hours for global expenditure week , implementation_dba_data: APPS.PA_REP_PROJ_REQHRS_WK_V ,
-
View: PA_REP_PROJ_REQHRS_WK_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_PROJ_REQHRS_WK_V, object_name:PA_REP_PROJ_REQHRS_WK_V, status:VALID, product: PA - Projects , description: PA_REP_PROJ_REQHRS_WK_V is a view that shows required project hours for global expenditure week , implementation_dba_data: APPS.PA_REP_PROJ_REQHRS_WK_V ,
-
View: PA_PROJ_MEMBERS_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_MEMBERS_VIEW, object_name:PA_PROJ_MEMBERS_VIEW, status:VALID, product: PA - Projects , description: View of project information for projects for use in reporting projects by project member , implementation_dba_data: APPS.PA_PROJ_MEMBERS_VIEW ,
-
View: PA_REP_PROJ_REQHRS_PA_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_PROJ_REQHRS_PA_V, object_name:PA_REP_PROJ_REQHRS_PA_V, status:VALID, product: PA - Projects , description: PA_REP_PROJ_REQHRS_PA_V is a view that shows required project hours for a pa period , implementation_dba_data: APPS.PA_REP_PROJ_REQHRS_PA_V ,
-
View: PA_XC_PROJECT_DETAILS_V
12.2.2
product: PA - Projects , description: View All Project Details , implementation_dba_data: Not implemented in this database ,
-
View: PA_XC_PROJECT_DETAILS_V
12.1.1
product: PA - Projects , description: View All Project Details , implementation_dba_data: Not implemented in this database ,
-
View: PA_REP_PROJ_REQHRS_PAD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_PROJ_REQHRS_PAD_V, object_name:PA_REP_PROJ_REQHRS_PAD_V, status:VALID, product: PA - Projects , description: PA_REP_PROJ_REQHRS_PAD_V is a view that shows team role details for a pa period , implementation_dba_data: APPS.PA_REP_PROJ_REQHRS_PAD_V ,
-
View: PA_PROJ_MEMBERS_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_MEMBERS_VIEW, object_name:PA_PROJ_MEMBERS_VIEW, status:VALID, product: PA - Projects , description: View of project information for projects for use in reporting projects by project member , implementation_dba_data: APPS.PA_PROJ_MEMBERS_VIEW ,
-
View: PA_REP_PROJ_REQHRS_WKD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_PROJ_REQHRS_WKD_V, object_name:PA_REP_PROJ_REQHRS_WKD_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_REP_PROJ_REQHRS_WKD_V ,
-
View: PA_REP_PROJ_REQHRS_PA_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_PROJ_REQHRS_PA_V, object_name:PA_REP_PROJ_REQHRS_PA_V, status:VALID, product: PA - Projects , description: PA_REP_PROJ_REQHRS_PA_V is a view that shows required project hours for a pa period , implementation_dba_data: APPS.PA_REP_PROJ_REQHRS_PA_V ,
-
View: PA_REP_PROJ_REQHRS_WKD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_PROJ_REQHRS_WKD_V, object_name:PA_REP_PROJ_REQHRS_WKD_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_REP_PROJ_REQHRS_WKD_V ,
-
View: PA_REP_PROJ_REQHRS_PAD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_PROJ_REQHRS_PAD_V, object_name:PA_REP_PROJ_REQHRS_PAD_V, status:VALID, product: PA - Projects , description: PA_REP_PROJ_REQHRS_PAD_V is a view that shows team role details for a pa period , implementation_dba_data: APPS.PA_REP_PROJ_REQHRS_PAD_V ,
-
View: PA_REP_PROJ_REQHRS_GL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_PROJ_REQHRS_GL_V, object_name:PA_REP_PROJ_REQHRS_GL_V, status:VALID, product: PA - Projects , description: PA_REP_PROJ_REQHRS_GL_V is a view that shows required project hours for a gl period , implementation_dba_data: APPS.PA_REP_PROJ_REQHRS_GL_V ,
-
View: PA_REP_PROJ_REQHRS_GL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_PROJ_REQHRS_GL_V, object_name:PA_REP_PROJ_REQHRS_GL_V, status:VALID, product: PA - Projects , description: PA_REP_PROJ_REQHRS_GL_V is a view that shows required project hours for a gl period , implementation_dba_data: APPS.PA_REP_PROJ_REQHRS_GL_V ,
-
View: PA_REP_PROJ_REQHRS_GLD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_PROJ_REQHRS_GLD_V, object_name:PA_REP_PROJ_REQHRS_GLD_V, status:VALID, product: PA - Projects , description: PA_REP_PROJ_REQHRS_GLD_V is a view that shows team role details for a gl period , implementation_dba_data: APPS.PA_REP_PROJ_REQHRS_GLD_V ,
-
View: PA_REP_PROJ_REQHRS_GLD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_PROJ_REQHRS_GLD_V, object_name:PA_REP_PROJ_REQHRS_GLD_V, status:VALID, product: PA - Projects , description: PA_REP_PROJ_REQHRS_GLD_V is a view that shows team role details for a gl period , implementation_dba_data: APPS.PA_REP_PROJ_REQHRS_GLD_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 ,
-
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_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 ,