ZCH_SOURCE_CONF_LEVELS_M

This table is used for storing the confidence levels in trading community objects and the attributes of these objects from different source systems. These confidence levels are used in the survivorship process.

Details

  • Schema: FUSION

  • Object owner: FUSION

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ZCH_SOURCE_CONF_LEVELS_F_PK

SOURCE_CONF_LEVEL_ID, EFFECTIVE_START_DATE, EFFECTIVE_END_DATE, EFFECTIVE_SEQUENCE, EFFECTIVE_LATEST_CHANGE

Columns

Name Datatype Length Precision Not-null Comments
SOURCE_CONF_LEVEL_ID NUMBER 18 Yes Source Confidence Level Id is a system generated id. Along with the date columns, it uniquely identifies a row
SYNC_REQUEST_ID NUMBER 18 ESS Request Id for synchronization
SYNC_FROM_DATE TIMESTAMP Last sync Date for synchronization
SYNC_RECORD_ID NUMBER 18 ESS record ID for synchronization
ENTITY_LEVEL VARCHAR2 1 This flag captures if the confidence level is for the entity (Y) or the entity/attribute combination (N)
ORIG_SYSTEM_ID NUMBER 18 Yes This is the unique identifier in the hz_orig_systems table that identifies a source system.
ORIG_SYSTEM VARCHAR2 30 This is the original system name of the source system.
OBJ_NAME VARCHAR2 30 Yes This column identifies the entity/object for which the source confidence level is being captured
OBJ_DEF VARCHAR2 100 The object definition contains the full path of the VO corresponding to the object.
TABLE_NAME VARCHAR2 30 The corresponding physical table name of the object.
ATTRIBUTE_NAME VARCHAR2 80 This column identifies the attribute name in the entity for which the source confidence level is being captured.
COLUMN_NAME VARCHAR2 30 This column captures the underlying physical column name of the VO attribute.
CONFIDENCE_LEVEL NUMBER 3 The confidence level for the attribute/entity combination for a given source system. This ranges from 0-100, capturing the percentage.
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.
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.
EFFECTIVE_START_DATE DATE Yes Date Effective Entity: indicates the date at the beginning of the date range within which the row is effective.
EFFECTIVE_END_DATE DATE Yes Date Effective Entity: indicates the date at the end of the date range within which the row is effective.
EFFECTIVE_SEQUENCE NUMBER 4 Yes Date Effective Entity: indicates the order of different changes made during a day. The lowest value represents the earliest change in the day.
EFFECTIVE_LATEST_CHANGE VARCHAR2 30 Yes Date Effective Entity: 'Y' indicates that this row represents the latest change in the day.

Foreign Keys

Table Foreign Table Foreign Key Column
ZCH_SOURCE_CONF_LEVELS_M hz_orig_systems_b ORIG_SYSTEM_ID

Indexes

Index Uniqueness Tablespace Columns
ZCH_SOURCE_CONF_LEVELS_M_PK Unique Default SOURCE_CONF_LEVEL_ID, EFFECTIVE_START_DATE, EFFECTIVE_END_DATE, EFFECTIVE_SEQUENCE, EFFECTIVE_LATEST_CHANGE
ZCH_SOURCE_CONF_LEVELS_M_U1 Unique Default ORIG_SYSTEM_ID, OBJ_NAME, ATTRIBUTE_NAME, EFFECTIVE_START_DATE, EFFECTIVE_END_DATE, EFFECTIVE_SEQUENCE, EFFECTIVE_LATEST_CHANGE