[Home] [Help]
[Dependency Information]
Object Name: | PA_PROJ_MEMBERS_VIEW |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ORG_ID | NUMBER | (15) | ||
PROJECT_ID | NUMBER | (15) | Yes | Project identifier |
PROJECT_NAME | VARCHAR2 | (30) | Yes | Project name |
PROJECT_NUMBER | VARCHAR2 | (25) | Yes | Project number |
START_DATE | DATE | Project start date | ||
COMPLETION_DATE | DATE | Project completion date | ||
PROJECT_STATUS | VARCHAR2 | (80) | Yes | |
PROJECT_STATUS_CODE | VARCHAR2 | (30) | Yes | Code that identifies the project status |
PUBLIC_SECTOR_FLAG | VARCHAR2 | (80) | Yes | Flag that indicates if the project is public sector or private sector |
PROJECT_TYPE | VARCHAR2 | (20) | Yes | Project type that classifies the project and defaults project information to project |
DESCRIPTION | VARCHAR2 | (250) | Description of project | |
ORGANIZATION_ID | NUMBER | (15) | Yes | Identifier of the organization managing the project work |
ORGANIZATION_NAME | VARCHAR2 | (240) | Yes | Name of the organization managing the project work |
MEMBER_PERSON_ID | NUMBER | (15) | Yes | Identifier of project member |
MEMBER_NAME | VARCHAR2 | (240) | Full name of project member | |
DISTRIBUTION_RULE | VARCHAR2 | (30) | Distribution rule that specifies the direct project"s revenue accrual and billing method | |
PROJECT_ROLE_TYPE | VARCHAR2 | (20) | Yes | Code that identifies the project role type. This column displays PROJECT MANAGER for the project manager role type |
PROJECT_ROLE | VARCHAR2 | (80) | Yes | Role that project member has on project |
Cut, paste (and edit) the following text to query this object:
SELECT ORG_ID
, PROJECT_ID
, PROJECT_NAME
, PROJECT_NUMBER
, START_DATE
, COMPLETION_DATE
, PROJECT_STATUS
, PROJECT_STATUS_CODE
, PUBLIC_SECTOR_FLAG
, PROJECT_TYPE
, DESCRIPTION
, ORGANIZATION_ID
, ORGANIZATION_NAME
, MEMBER_PERSON_ID
, MEMBER_NAME
, DISTRIBUTION_RULE
, PROJECT_ROLE_TYPE
, PROJECT_ROLE
FROM APPS.PA_PROJ_MEMBERS_VIEW;
|
|
|