FFS_IMPORT_TEMPORARY_DATA
Used to store temporary data for asynchronous import processes.
Details
-
Schema: FUSION
-
Object owner: FFS
-
Object type: TABLE
-
Tablespace: DATA
Primary Key
Name | Columns |
---|---|
FFS_IMPORT_TEMPORARY_DATA_PK |
NODE_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
NODE_ID | NUMBER | 10 | Yes | Async import data primary identifier. | |
IMPORT_ID | NUMBER | 10 | Yes | Async import reference to import_log table. Contains identifier of import process to which stored data belongs to. | |
SORTING_ORDER | NUMBER | 8 | Async import order for processing in import. | ||
NODE | CLOB | Async import imported by Front End data. | |||
STATUS | VARCHAR2 | 200 | Async import status of Front End data import . | ||
TYPE | VARCHAR2 | 400 | Async import type of entity stored by Front End in node. | ||
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 |
---|---|---|---|
FFS_IMPORT_TEMPORARY_DATA_N1 | Non Unique | DATA | IMPORT_ID |
FFS_IMPORT_TEMPORARY_DATA_N2 | Non Unique | DATA | STATUS |
FFS_IMPORT_TEMPORARY_DATA_PK | Unique | DATA | NODE_ID |