[Home] [Help]
[Dependency Information]
Object Name: | PA_PROJECT_PLAYERS |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A multi-org view which will retrive data for your current operating unit and ignore data in other operating units.
This view is a substitute for the PA_PROJECT_PLAYERS table
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PROJECT_PARTY_ID | NUMBER | (15) | Yes | System generated number that uniquely identifies the project party |
PROJECT_ID | NUMBER | Yes | The identifier of the project | |
PERSON_ID | NUMBER | (15) | Yes | The identifier of the employee assigned to the project. |
PROJECT_ROLE_TYPE | VARCHAR2 | (20) | Yes | The role that is assigned to the person |
RESOURCE_ID | NUMBER | (15) | The identifier of the resource assigned to the project. | |
RESOURCE_TYPE_ID | NUMBER | (15) | Yes | The identifier of the type of the resource, such as EMPLOYEE |
START_DATE_ACTIVE | DATE | Yes | The first effective date for the person | |
GRANT_ID | RAW | (16) | Identifier of the grant that the user has on the project | |
SCHEDULED_FLAG | VARCHAR2 | (1) | Flag indicating whether an assignment exists for this person | |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
LAST_UPDATED_BY | NUMBER | Yes | ||
CREATION_DATE | DATE | Yes | Standard Who column | |
CREATED_BY | NUMBER | Yes | Standard Who column | |
LAST_UPDATE_LOGIN | NUMBER | |||
END_DATE_ACTIVE | DATE | The last effective date for the person | ||
RECORD_VERSION_NUMBER | NUMBER | Sequence number used for locking strategy in SS environment |
Cut, paste (and edit) the following text to query this object:
SELECT PROJECT_PARTY_ID
, PROJECT_ID
, PERSON_ID
, PROJECT_ROLE_TYPE
, RESOURCE_ID
, RESOURCE_TYPE_ID
, START_DATE_ACTIVE
, GRANT_ID
, SCHEDULED_FLAG
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, END_DATE_ACTIVE
, RECORD_VERSION_NUMBER
FROM APPS.PA_PROJECT_PLAYERS;
|
|
|