[Home] [Help]
[Dependency Information]
| Object Name: | PA_PROJ_PARTIES_PROG_EV_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_PROJ_PARTIES_PROG_EV_V
|
| 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 |
|---|---|---|---|---|
| PROJECT_PARTY_ID | NUMBER | (15) | ||
| PROJECT_ID | NUMBER | (15) | ||
| RESOURCE_ID | NUMBER | (15) | ||
| RESOURCE_TYPE_ID | NUMBER | |||
| RESOURCE_SOURCE_ID | NUMBER | (15) | ||
| RESOURCE_SOURCE_NAME | VARCHAR2 | (360) | ||
| PROJECT_ROLE_ID | NUMBER | |||
| PROJECT_ROLE_TYPE | VARCHAR2 | (20) | ||
| PROJECT_ROLE_NAME | VARCHAR2 | (80) | ||
| START_DATE_ACTIVE | DATE | |||
| END_DATE_ACTIVE | DATE |
Cut, paste (and edit) the following text to query this object:
SELECT PROJECT_PARTY_ID
, PROJECT_ID
, RESOURCE_ID
, RESOURCE_TYPE_ID
, RESOURCE_SOURCE_ID
, RESOURCE_SOURCE_NAME
, PROJECT_ROLE_ID
, PROJECT_ROLE_TYPE
, PROJECT_ROLE_NAME
, START_DATE_ACTIVE
, END_DATE_ACTIVE
FROM APPS.PA_PROJ_PARTIES_PROG_EV_V;
APPS
FND_COMPILED_MENU_FUNCTIONS
FND_FORM_FUNCTIONS
HR_GENERAL
- show dependent code
HR_PERSON_NAME
- show dependent code
HR_SECURITY
- show dependent code
HZ_PARTIES
PA_EMPLOYEES
PA_PROJECT_PARTIES
PA_PROJECT_ROLE_TYPES
PA_ROLE_JOB_BG_UTILS
- show dependent code
APPS
PA_PROGRESS_REPORT_WORKFLOW
- show dependent code
|
|
|
|