SVC_ARCH_COLUMN_MAP

This table is used to store mapping between archive table column and object attribute.

Details

  • Schema: FUSION

  • Object owner: SVC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

SVC_ARCH_COLUMN_MAP_PK

ARCH_COL_MAP_ID

Columns

Name Datatype Length Precision Not-null Comments Status
ARCH_COL_MAP_ID NUMBER 18 Yes Primary Key, Auto-generated Number.
OBJECT_TYPE VARCHAR2 64 Yes Name of object that is exported, e.g., ServiceRequest, HRHelpDeskRequest, InternalServiceRequest.
ARCH_COLUMN_NAME VARCHAR2 64 Yes Column name in SVC_OBJ_ARCHIVES table, e.g., OBJ_PUID.
OBJ_ATTR_NAME VARCHAR2 64 Yes Attribute name of the Object, e.g.,SR_NUMBER.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row. Active
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row. Active
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row. Active
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row. Active
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row. Active

Indexes

Index Uniqueness Tablespace Columns
SVC_ARCH_COLUMN_MAP_PK Unique Default ARCH_COL_MAP_ID
SVC_ARCH_COLUMN_MAP_U1 Unique Default OBJECT_TYPE, ARCH_COLUMN_NAME