[Home] [Help]
[Dependency Information]
| Object Name: | PA_REP_PROJ_STS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_REP_PROJ_STS_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_SYSTEM_STATUS_CODE | VARCHAR2 | (30) | Yes | Project System Status Code |
| PROJECT_STATUS_CODE | VARCHAR2 | (30) | Yes | Project Status Code |
| PROJECT_STATUS_NAME | VARCHAR2 | (80) | Yes | Project Status Name |
Cut, paste (and edit) the following text to query this object:
SELECT PROJECT_SYSTEM_STATUS_CODE
, PROJECT_STATUS_CODE
, PROJECT_STATUS_NAME
FROM APPS.PA_REP_PROJ_STS_V;
APPS
PA_PROJECT_STATUSES
APPS.PA_REP_PROJ_STS_V is not referenced by any database object
|
|
|
|