DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.PA_PROJ_MEMBERS_VIEW

Object Details
Object Name: PA_PROJ_MEMBERS_VIEW
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPA.PA_PROJ_MEMBERS_VIEW
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.PA_PROJ_MEMBERS_VIEW references the following:

SchemaAPPS
PL/SQL PackageFND_GLOBAL - show dependent code
ViewFND_LOOKUPS
PL/SQL PackageHR_GENERAL - show dependent code
ViewHR_ORGANIZATION_UNITS
PL/SQL PackageHR_PERSON_NAME - show dependent code
PL/SQL PackageHR_SECURITY - show dependent code
SynonymPA_PROJECTS
ViewPA_PROJECT_PLAYERS
ViewPA_PROJECT_ROLE_TYPES
SynonymPA_PROJECT_STATUSES
PL/SQL PackagePA_ROLE_JOB_BG_UTILS - show dependent code
ViewPER_PEOPLE_F
APPS.PA_PROJ_MEMBERS_VIEW is referenced by following:

SchemaAPPS
ViewPA_PROJ_SUMMARY_AMOUNTS_V