[Home] [Help]
[Dependency Information]
| Object Name: | GMP_RESOURCE_EQUIPMENTS |
|---|---|
| Object Type: | TABLE |
| Owner: | GMP |
| FND Design Data: | GMP.GMP_RESOURCE_EQUIPMENTS
|
| Subobject Name: | |
| Status: | VALID |
Table for Resource Equipment
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| GMP_RESOURCE_EQUIPMENTS_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
RESOURCE_ID
EQUIPMENT_ITEM_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| RESOURCE_ID | NUMBER | Yes | The Surrogate Key of the Resource | |
| EQUIPMENT_ITEM_ID | NUMBER | Yes | Surrogate Key to uniquely identify the Equipment Item | |
| CREATION_DATE | DATE | Yes | Standard "Who" column | |
| CREATED_BY | NUMBER | Yes | Standard "Who" column | |
| LAST_UPDATE_DATE | DATE | Yes | Standard "Who" column | |
| LAST_UPDATED_BY | NUMBER | Yes | Standard "Who" column | |
| LAST_UPDATE_LOGIN | NUMBER | Yes | Standard "Who" column |
Cut, paste (and edit) the following text to query this object:
SELECT RESOURCE_ID
, EQUIPMENT_ITEM_ID
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
FROM GMP.GMP_RESOURCE_EQUIPMENTS;
GMP.GMP_RESOURCE_EQUIPMENTS does not reference any database object
GMP.GMP_RESOURCE_EQUIPMENTS is referenced by following:
GMP
GMP_RESOURCE_EQUIPMENTS#
|
|
|
|