[Home] [Help]
[Dependency Information]
| Object Name: | GMS_PROJECT_TYPES_ALL |
|---|---|
| Object Type: | TABLE |
| Owner: | GMS |
| FND Design Data: | GMS.GMS_PROJECT_TYPES_ALL
|
| Subobject Name: | |
| Status: | VALID |
GMS_PROJECT_TYPES stores additional information on project types maintained in PA_PROJECT_TYPES. There is a one-to-one relation between PA_PROJECT_TYPES and GMS_PROJECT_TYPES.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| GMS_PROJECT_TYPES_ALL_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
PROJECT_TYPE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PROJECT_TYPE | VARCHAR2 | (20) | Yes | Project type |
| SPONSORED_FLAG | VARCHAR2 | (1) | Yes | Indicates if the project type is sponsored |
Cut, paste (and edit) the following text to query this object:
SELECT PROJECT_TYPE
, SPONSORED_FLAG
FROM GMS.GMS_PROJECT_TYPES_ALL;
GMS.GMS_PROJECT_TYPES_ALL does not reference any database object
GMS.GMS_PROJECT_TYPES_ALL is referenced by following:
GMS
GMS_PROJECT_TYPES_ALL#
|
|
|
|