FFS_SP_LABEL_REPLACEMENT

Contains a mapping of object labels used during importing routing plans.

Details

  • Schema: FUSION

  • Object owner: FFS

  • Object type: TABLE

  • Tablespace: DATA

Primary Key

Name Columns

FFS_SP_LABEL_REPLACEMENT_PK

REPLACEMENT_TYPE, SRC

Columns

Name Datatype Length Not-null Comments
REPLACEMENT_TYPE VARCHAR2 32 Yes Identifier of the type of the field in scheduling plan for which replacement was applied.
SRC VARCHAR2 1024 Yes Old text label of the field which was replaced.
DST VARCHAR2 1024 Yes New text label of the filed for which replacement was applied.
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_SP_LABEL_REPLACEMENT_PK Unique DATA REPLACEMENT_TYPE, SRC