DBA Data[Home] [Help] [Dependency Information]


TABLE: GMO.GMO_LABEL_HISTORY_DTL

Object Details
Object Name: GMO_LABEL_HISTORY_DTL
Object Type: TABLE
Owner: GMO
FND Design Data: TableGMO.GMO_LABEL_HISTORY_DTL
Subobject Name:
Status: VALID


Stores the Label types printed for a transaction


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
GMO_LABEL_HISTORY_DTL_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnLABEL_DTL_ID
Columns
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
Query Text

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;

Dependencies

[top of page]

GMO.GMO_LABEL_HISTORY_DTL does not reference any database object

GMO.GMO_LABEL_HISTORY_DTL is referenced by following:

SchemaAPPS
SynonymGMO_LABEL_HISTORY_DTL