MKT_IMP_ARGS

This table stores the mapping data passed as an argument to an import job which overwrites the detailed mapping value already specified as a part of import mapping columns.

Details

  • Schema: FUSION

  • Object owner: MKT

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

MKT_IMP_ARGS_PK

IMPORT_ARG_ID

Columns

Name Datatype Length Precision Not-null Comments
IMPORT_ARG_ID NUMBER 18 Yes Primary key
IMPORT_JOB_ID NUMBER 18 Yes FK to MKT_IMP_JOB.IMPORT_JOB_ID
LOGIC_OBJ_NAME VARCHAR2 60 Mapped VO name
OBJECT_NAME VARCHAR2 60 Mapped table name
OBJECT_DISPLAY_NAME VARCHAR2 100 Object display name
LOGIC_OBJ_COL_NAME VARCHAR2 120 Mapped VO attribute name
OBJ_COL_NAME VARCHAR2 60 Mapped table column name
OBJ_COL_DISPLAY_NAME VARCHAR2 120 Object field display name
VALUE VARCHAR2 250 Overwritten value
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.
OBJECT_TYPE VARCHAR2 30 Object of the field

Foreign Keys

Table Foreign Table Foreign Key Column
MKT_IMP_ARGS mkt_imp_jobs IMPORT_JOB_ID

Indexes

Index Uniqueness Tablespace Columns
MKT_IMP_ARGS_FK1 Non Unique Default IMPORT_JOB_ID
MKT_IMP_ARGS_PK Unique Default IMPORT_ARG_ID