[Home] [Help]
[Dependency Information]
| Object Name: | GMP_RESOURCE_DEVICES |
|---|---|
| Object Type: | TABLE |
| Owner: | GMP |
| FND Design Data: | GMP.GMP_RESOURCE_DEVICES
|
| Subobject Name: | |
| Status: | VALID |
Resource-Device Association
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| GMP_RESOURCE_DEVICES_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
RESOURCE_ID
DEVICE_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| RESOURCE_ID | NUMBER | Yes | Unique identofier of the Resource | |
| DEVICE_ID | NUMBER | Yes | Unique identifier of the Device | |
| CREATED_BY | NUMBER | Yes | Standard who column | |
| CREATION_DATE | DATE | Yes | Standard who column | |
| LAST_UPDATED_BY | NUMBER | Yes | Standard who column | |
| LAST_UPDATE_LOGIN | NUMBER | Standard who column | ||
| LAST_UPDATE_DATE | DATE | Yes | Standard who column |
Cut, paste (and edit) the following text to query this object:
SELECT RESOURCE_ID
, DEVICE_ID
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, LAST_UPDATE_DATE
FROM GMP.GMP_RESOURCE_DEVICES;
GMP.GMP_RESOURCE_DEVICES does not reference any database object
GMP.GMP_RESOURCE_DEVICES is referenced by following:
GMP
GMP_RESOURCE_DEVICES#
|
|
|
|