[Home] [Help]
[Dependency Information]
| Object Name: | GMS_PROJECTS_EXPEND_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | GMS.GMS_PROJECTS_EXPEND_V
|
| Subobject Name: | |
| Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PROJECT_ID | NUMBER | (15) | Yes | Unique identifier for the project |
| PROJECT_NUMBER | VARCHAR2 | (25) | Yes | User-defined or system-generated unique number for the project |
| PROJECT_NAME | VARCHAR2 | (30) | Yes | Name for the project |
| START_DATE | DATE | Start date for the project | ||
| COMPLETION_DATE | DATE | Completion date for the project | ||
| PROJECT_TYPE_CLASS_CODE | VARCHAR2 | (30) | Classification code for the project. Possible values are INDIRECT, CAPITAL, or CONTRACT. | |
| PROJECT_NUMBER_SORT_ORDER | VARCHAR2 | (25) | Yes | Project number for the project |
| PROJECT_TYPE | VARCHAR2 | (20) | Yes | Project type for the project |
| TASKS_PER_PROJ | NUMBER | Number of tasks for the project | ||
| ORG_ID | NUMBER | (15) |
Cut, paste (and edit) the following text to query this object:
SELECT PROJECT_ID
, PROJECT_NUMBER
, PROJECT_NAME
, START_DATE
, COMPLETION_DATE
, PROJECT_TYPE_CLASS_CODE
, PROJECT_NUMBER_SORT_ORDER
, PROJECT_TYPE
, TASKS_PER_PROJ
, ORG_ID
FROM APPS.GMS_PROJECTS_EXPEND_V;
APPS
FND_PROFILE
- show dependent code
PA_CROSS_BUSINESS_GRP
- show dependent code
PA_PROJECTS_EXPEND_V
PA_PROJECT_TYPES
PA_PROJECT_UTILS
- show dependent code
PA_TASKS
APPS
PSP_POA_BUS
- show dependent code
PSP_PSPENCDU_XMLP_PKG
- show dependent code
PSP_PSPENCSC_XMLP_PKG
- show dependent code
PSP_PSPLSODL_XMLP_PKG
- show dependent code
|
|
|
|