[Home] [Help]
[Dependency Information]
| Object Name: | GMO_LABEL_HISTORY_DTL |
|---|---|
| Object Type: | TABLE |
| Owner: | GMO |
| FND Design Data: | GMO.GMO_LABEL_HISTORY_DTL
|
| Subobject Name: | |
| Status: | VALID |
Stores the Label types printed for a transaction
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| GMO_LABEL_HISTORY_DTL_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
LABEL_DTL_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| LABEL_DTL_ID | NUMBER | Yes | Unique row identifier and Primary Key | |
| LABEL_ID | NUMBER | Yes | Unique Label identifier and references GMO_LABEL_HISTORY | |
| LABEL_TYPE | NUMBER | Yes | WMS label type being printed. Derived from WMS_LABEL_TYPE lookups | |
| WMS_LABEL_ID | NUMBER | Label ID returned by WMS interface | ||
| WMS_PRINT_STATUS | VARCHAR2 | (32) | Print Status from WMS interface | |
| CREATED_BY | NUMBER | (15) | Yes | Standard who column |
| CREATION_DATE | DATE | Yes | Standard who column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column |
| LAST_UPDATE_DATE | DATE | Yes | Standard who column | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column |
Cut, paste (and edit) the following text to query this object:
SELECT LABEL_DTL_ID
, LABEL_ID
, LABEL_TYPE
, WMS_LABEL_ID
, WMS_PRINT_STATUS
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM GMO.GMO_LABEL_HISTORY_DTL;
GMO.GMO_LABEL_HISTORY_DTL does not reference any database object
GMO.GMO_LABEL_HISTORY_DTL is referenced by following:
GMO
GMO_LABEL_HISTORY_DTL#
|
|
|
|