[Home] [Help]
[Dependency Information]
Object Name: | OE_SETS_HISTORY |
---|---|
Object Type: | TABLE |
Owner: | ONT |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Stores history of Set information
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
SET_ID | NUMBER | Stores the ID of the set | ||
SET_NAME | VARCHAR2 | (30) | User defined Name for the set | |
SET_TYPE | VARCHAR2 | (30) | Indicates the type of set Arrival / Ship | |
LINE_ID | NUMBER | Line_id to which this set is associated | ||
HEADER_ID | NUMBER | Header_id to which this set is associated | ||
CREATED_BY | NUMBER | Standard Who column | ||
CREATION_DATE | DATE | Standard Who column | ||
LAST_UPDATED_BY | NUMBER | Standard Who column | ||
LAST_UPDATE_DATE | DATE | Standard Who column |
Cut, paste (and edit) the following text to query this object:
SELECT SET_ID
, SET_NAME
, SET_TYPE
, LINE_ID
, HEADER_ID
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM ONT.OE_SETS_HISTORY;
ONT.OE_SETS_HISTORY does not reference any database object
ONT.OE_SETS_HISTORY is referenced by following:
|
|
|