FFS_DWH_EXPORT_FILE_RESULT
Stores history of Daily Extract runs for particular files.
Details
-
Schema: FUSION
-
Object owner: FFS
-
Object type: TABLE
-
Tablespace: DATA
Primary Key
| Name | Columns |
|---|---|
|
FFS_DWH_EXPORT_FILE_RESULT_PK |
FILE_ID, EXTRACT_TYPE |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| FILE_ID | NUMBER | 5 | Yes | Export file identifier. Reference to DWH Export File table. | |
| EXTRACT_TYPE | VARCHAR2 | 5 | Yes | Purpose Of Extraction: Dwh, Bics, Dbaas, Oac. | |
| TIME | TIMESTAMP | Yes | Indicates date and time of extraction completion. | ||
| STATUS | VARCHAR2 | 1020 | Status of the extraction. Possible values: In progress, Completed, Failed. | ||
| FILE_NAME | VARCHAR2 | 1020 | Name of the file a data is extracted to. | ||
| NUMBER_OF_ROWS | NUMBER | 10 | Yes | Amount of updated entities in the file. | |
| FAILED_ROWS | NUMBER | 10 | Amount of failed entities in the file. | ||
| 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_FILE_RESULT_PK | Unique | DATA | FILE_ID, EXTRACT_TYPE |