EGI_IO_MAP_DEST_VALUES

Table to store valid values for Import Map columns to show in BIP reports.

Details

  • Schema: FUSION

  • Object owner: EGI

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

EGI_IO_MAP_DEST_VALUES_PK

VALUE_ID

Columns

Name Datatype Length Precision Not-null Comments
VALUE_ID NUMBER 18 Yes Unique identifier of the language for the import map.
VALID_MEANINGS CLOB Comma-separated values of description (display name) for List of values (LOVs)
VALID_VALUES CLOB Comma-separated valid values for List Of Values (LOVs)
DEST_TABLE VARCHAR2 30 The destination table record for the import map.
DEST_COLUMN VARCHAR2 30 The destination data record for the import map
CONTEXTCODE VARCHAR2 80 The unique identifier for the context value for the destination mapping.
MEANING VARCHAR2 2000 Column header. Lists the business entities
DESCRIPTION VARCHAR2 4000 The description of the import map.
VALUE_LANG VARCHAR2 4 Yes The language for the import map.
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
EGI_IO_MAP_DEST_VALUES_N1 Non Unique Default DEST_TABLE, DEST_COLUMN
EGI_IO_MAP_DEST_VALUES_U1 Unique Default VALUE_ID