FFS_DWH_EXPORT_HIST

Stores history of Daily Extract runs.

Details

  • Schema: FUSION

  • Object owner: FFS

  • Object type: TABLE

  • Tablespace: DATA

Primary Key

Name Columns

FFS_DWH_EXPORT_HIST_PK

DWH_HISTORY_ID

Columns

Name Datatype Length Precision Not-null Comments
DWH_HISTORY_ID NUMBER 19 Yes Unique identifier of Daily Extract History record.
EXTRACT_DATE DATE Yes Stores a date when daily extract was ran.
EXTRACT_TYPE VARCHAR2 5 Yes Purpose of extraction: dwh, bics, dbaas, oac.
RUN_TYPE VARCHAR2 10 Yes Indicates a type of run: Automatic,Manual.
STATUS VARCHAR2 20 Yes Status of run: completed, failed.
USER_ID NUMBER 18 Who requested dwh manual run (security_user PK).
STARTED_AT TIMESTAMP Stores date and time when extraction was started.
FINISHED_AT TIMESTAMP Stores date and time when extraction was finished.
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_DWH_EXPORT_HIST_PK Unique DATA DWH_HISTORY_ID