Search Results public_sector_flag
Overview
APPS.PA_PROJ_MEMBERS_VIEW is an Oracle E-Business Suite internal reporting view that presents project header attributes joined to project member (project player) and organization information in a single denormalized result set. It is defined in the APPS schema and carries an FND Design Data registration of PA.PA_PROJ_MEMBERS_VIEW. Because the object is documented as "Oracle Internal Use Only," Oracle Corporation does not support direct access to it except from standard Oracle Applications programs; nevertheless, it is widely used in custom reports, concurrent program queries, and integration extracts where a consolidated project-and-member listing is required.
The view is particularly relevant when querying the PUBLIC_SECTOR_FLAG column — the attribute referenced in the original search. This flag indicates whether a project is classified as public sector or private sector, making the view a natural source for public sector reporting, funding classification extracts, and access reviews.
Underlying Base Objects
The view is not a simple projection of a single table. Its documented dependencies include:
- PA_PROJECTS (synonym) and PA_PROJECT_STATUSES (synonym) — project definition and status attributes.
- PA_PROJECT_PLAYERS and PA_PROJECT_ROLE_TYPES (views) — the member/player assignments and role classifications.
- HR_ORGANIZATION_UNITS and PER_PEOPLE_F (views) — the organization name and the member full name.
- FND_LOOKUPS (view) — lookup-based translation of codes such as status and role.
- Packages: FND_GLOBAL (for ORG_ID and session context), HR_SECURITY (organization/security filtering), HR_GENERAL and HR_PERSON_NAME (name resolution), and PA_ROLE_JOB_BG_UTILS (role/job derivation logic).
This composition explains why the view enforces multi-org and HR security implicitly: ORG_ID is supplied through FND_GLOBAL, and person rows visible to the querying user are constrained via HR_SECURITY. Because it spans PA and HR objects, it is a cross-product-family view rather than a pure project module object.
Key Columns
- ORG_ID — operating unit identifier, driven by FND_GLOBAL context.
- PROJECT_ID / PROJECT_NAME / PROJECT_NUMBER — project identity and descriptive attributes.
- START_DATE / COMPLETION_DATE — project schedule boundaries.
- PROJECT_STATUS / PROJECT_STATUS_CODE — the descriptive status and its stored code.
- PUBLIC_SECTOR_FLAG — the classification flag distinguishing public sector from private sector projects.
- PROJECT_TYPE — the type that classifies the project and defaults project information.
- ORGANIZATION_ID / ORGANIZATION_NAME — the organization managing the project work.
- MEMBER_PERSON_ID / MEMBER_NAME — the assigned project member and full name.
- DISTRIBUTION_RULE — the method governing revenue accrual and billing.
- PROJECT_ROLE_TYPE / PROJECT_ROLE — role classification; PROJECT_ROLE_TYPE displays PROJECT MANAGER for the project manager role.
Common Use Cases and Queries
Typical scenarios include public sector project listings, project team roster reports, role-based access reviews, and organization-level project summaries. A representative query filtering on the searched attribute is:
SELECT project_number, project_name, public_sector_flag, project_status, member_nameFROM apps.pa_proj_members_viewWHERE public_sector_flag = 'Y'AND project_status_code = 'APPROVED';
A second pattern joins the view to entitlements or funding tables on PROJECT_ID to reconcile members against authorized roles, and a third aggregates member counts by ORGANIZATION_NAME. Because the view is internal and unsupported for direct access, custom code should pin the release (12.1.1 or 12.2.2), avoid reliance on implicit ORG_ID filtering in cross-organization reports, and consider creating a supported extract through the Project Management public APIs where long-term maintenance is required.
-
VIEW: APPS.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,
-
View: PA_PROJECTS_O
12.2.2
product: PA - Projects , description: Single-Org , implementation_dba_data: Not implemented in this database ,
-
View: PA_PROJECTS_O
12.1.1
product: PA - Projects , description: Single-Org , implementation_dba_data: Not implemented in this database ,
-
View: PA_PROJECT_LISTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_LISTS_V, object_name:PA_PROJECT_LISTS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJECT_LISTS_V ,
-
VIEW: PA.PA_PROJECTS_ALL#
12.2.2
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
View: PA_PROJECT_LISTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_LISTS_V, object_name:PA_PROJECT_LISTS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJECT_LISTS_V ,
-
VIEW: APPS.PA_PROJECTS_AMG_V
12.1.1
-
VIEW: APPS.PA_PROJECTS_AMG_V
12.2.2
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
VIEW: APPS.PA_PROJECT_LISTS_V
12.2.2
-
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_PROJECTS_AMG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECTS_AMG_V, object_name:PA_PROJECTS_AMG_V, status:VALID, product: PA - Projects , description: Internal , implementation_dba_data: APPS.PA_PROJECTS_AMG_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_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 ,
-
View: PA_PROJECTS_AMG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECTS_AMG_V, object_name:PA_PROJECTS_AMG_V, status:VALID, product: PA - Projects , description: Internal , implementation_dba_data: APPS.PA_PROJECTS_AMG_V ,
-
Lookup Type: OVERRIDE FIELD
12.1.1
product: PA - Projects , meaning: Override Field , description: Override Field ,
-
Lookup Type: OVERRIDE FIELD
12.2.2
product: PA - Projects , meaning: Override Field , description: Override Field ,
-
VIEW: APPS.PA_PROJECT_LISTS_V
12.1.1
-
View: PA_PROJECTS
12.1.1
product: PA - Projects , description: Single-Org , implementation_dba_data: Not implemented in this database ,
-
View: PA_PROJECTS
12.2.2
product: PA - Projects , description: Single-Org , implementation_dba_data: Not implemented in this database ,
-
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_PROJECT_LISTS_PORTLET_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_LISTS_PORTLET_V, object_name:PA_PROJECT_LISTS_PORTLET_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJECT_LISTS_PORTLET_V ,
-
VIEW: APPS.PA_PROJECT_LISTS_USER_V
12.1.1
-
VIEW: APPS.PA_PROJECT_LISTS_USER_V
12.2.2
-
VIEW: APPS.PA_OVERRIDE_FIELD_VALUES_V
12.2.2
-
View: PA_PROJECT_LISTS_PORTLET_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_LISTS_PORTLET_V, object_name:PA_PROJECT_LISTS_PORTLET_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJECT_LISTS_PORTLET_V ,
-
VIEW: APPS.PA_OVERRIDE_FIELD_VALUES_V
12.1.1
-
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_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 ,
-
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: AMW_PROJECTS_V
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: This view returns information about Audit Project. , implementation_dba_data: Not implemented in this database ,
-
View: AMW_PROJECTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_PROJECTS_V, object_name:AMW_PROJECTS_V, status:VALID, product: AMW - Internal Controls Manager , description: This view returns information about Audit Project. , implementation_dba_data: APPS.AMW_PROJECTS_V ,
-
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 ,
-
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: APPS.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,
-
VIEW: APPS.PA_PROJECT_LISTS_PORTLET_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_LISTS_PORTLET_V, object_name:PA_PROJECT_LISTS_PORTLET_V, status:VALID,
-
View: PA_PROJECTS_V_O
12.1.1
product: PA - Projects , description: 10Sc Only - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.PA_PROJECT_LISTS_PORTLET_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_LISTS_PORTLET_V, object_name:PA_PROJECT_LISTS_PORTLET_V, status:VALID,
-
View: PA_PROJECTS_V_O
12.2.2
product: PA - Projects , description: 10Sc Only - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.AMW_PROJECTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_PROJECTS_V, object_name:AMW_PROJECTS_V, status:VALID,
-
VIEW: APPS.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,
-
APPS.PA_ACC_GEN_WF_PKG SQL Statements
12.1.1
-
VIEW: APPS.PA_PROJECT_LISTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_LISTS_V, object_name:PA_PROJECT_LISTS_V, status:VALID,
-
VIEW: APPS.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,
-
VIEW: APPS.PA_PROJECT_LISTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_LISTS_V, object_name:PA_PROJECT_LISTS_V, status:VALID,
-
VIEW: APPS.PA_PROJECTS_AMG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECTS_AMG_V, object_name:PA_PROJECTS_AMG_V, status:VALID,