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


TABLE: ONT.OE_SETS_HISTORY

Object Details
Object Name: OE_SETS_HISTORY
Object Type: TABLE
Owner: ONT
FND Design Data: TableONT.OE_SETS_HISTORY
Subobject Name:
Status: VALID


Stores history of Set information


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
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
INST_ID NUMBER

used in RAC INSTANCE AFFINITY for context setting
Query Text

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
,      INST_ID
FROM ONT.OE_SETS_HISTORY;

Dependencies

[top of page]

ONT.OE_SETS_HISTORY does not reference any database object

ONT.OE_SETS_HISTORY is referenced by following:

SchemaONT
ViewOE_SETS_HISTORY#