SDTE_EXTRACT_LATEST_RUN
Details
-
Schema: FUSION
-
Object owner: FND
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
SDTE_EXTRACT_LATEST_RUN_PK |
RUN_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
RUN_ID | NUMBER | 18 | Yes | Primary Key for for an extract latest run details | |
EXTRACT_ID | NUMBER | 18 | Yes | ID of the extract details | |
SC_DETAIL_ID | NUMBER | 18 | ID of the schedule details of the extraction request | ||
EXTRACT_FILTER_ID | NUMBER | 18 | ID of the extraction filter details | ||
SRC_LASTUPDATETIME | TIMESTAMP | Yes | Latest last update time from the last successful execution. | ||
STATUS | VARCHAR2 | 10 | Yes | Status of the extraction execution in SBS. | |
ADD_FD_1 | VARCHAR2 | 4000 | Additional Field | ||
ADD_FD_2 | VARCHAR2 | 4000 | Additional Field | ||
ADD_FD_3 | BLOB | Additional Field | |||
ADD_FD_4 | BLOB | Additional Field | |||
ADD_FD_5 | NUMBER | 20 | Additional Field | ||
ADD_FD_6 | NUMBER | 20 | Additional Field | ||
ADD_FD_7 | TIMESTAMP | Additional Field | |||
ADD_FD_8 | TIMESTAMP | Additional Field | |||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
SDTE_EXTRACT_LATEST_RUN_U1 | Unique | Default | RUN_ID |
SDTE_EXTRACT_LATEST_RUN_U2 | Unique | Default | EXTRACT_ID, SC_DETAIL_ID, EXTRACT_FILTER_ID |