FFS_DWH_LOG
Used to store information about the latest run of daily extract.
Details
-
Schema: FUSION
-
Object owner: FFS
-
Object type: TABLE
-
Tablespace: DATA
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| IMPORT_DATE | DATE | Yes | Shows when Daily Extract export was ran actually. | ||
| FROM_DATE | TIMESTAMP | Yes | Stores Daily Extract beginning of the data export period. | ||
| TILL_DATE | TIMESTAMP | Yes | Stores Daily Extract end of the data export period. | ||
| TIME_DIFF | NUMBER | 6 | Daily Extract export time difference from GMT time zone. | ||
| IDENTIFIER | VARCHAR2 | 64 | Daily Exract company identifier. | ||
| HISTORY_POINTER | VARCHAR2 | 64 | Deprecated. Will be removed soon. | ||
| 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. | ||
| DWH_LOG_ID | NUMBER | 18 | Contains unique identifier of the row. System generated. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| FFS_DWH_LOG_U1 | Unique | DATA | DWH_LOG_ID |