MKT_IMP_FILES

This table stores references to the import log files which hold the data records being imported into the system using the marketing import application.

Details

  • Schema: FUSION

  • Object owner: MKT

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

MKT_IMP_FILES_PK

IMPORT_FILE_ID

Columns

Name Datatype Length Precision Not-null Comments
IMPORT_FILE_ID NUMBER 18 Yes Primary key
IMPORT_JOB_ID NUMBER 18 Yes FK to MKT_IMP_JOBS.IMPORT_JOB_ID
FILE_USAGE_TYPE_CD VARCHAR2 30 Yes File usage type(imported, exception)
IMPORT_STATUS_CD VARCHAR2 30 Yes Status (scheduled, not scheduled, running, complete, error)
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
SYSTASK_ID NUMBER 18 System Task Id

Foreign Keys

Table Foreign Table Foreign Key Column
MKT_IMP_FILES mkt_imp_jobs IMPORT_JOB_ID

Indexes

Index Uniqueness Tablespace Columns
MKT_IMP_FILES_FK1 Non Unique Default IMPORT_JOB_ID
MKT_IMP_FILES_PK Unique IMPORT_FILE_ID