MCT_CFG_COMM_USER

Extension table to HZ_PARTIES, contains CC specific Agent/user information

Details

  • Schema: FUSION

  • Object owner: MCT

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

MCT_CFG_COMM_USER_PK

COMM_USER_GUID

Columns

Name Datatype Length Precision Not-null Comments
COMM_USER_GUID VARCHAR2 64 Yes Primary key of the table
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.
DESCRIPTION VARCHAR2 256 Description of the user
STATUS VARCHAR2 32 Active/Inactive status of the user
USER_GUID VARCHAR2 64 Yes FK to the party guid
CONN_GUID VARCHAR2 64 CONNECTOR_ID
IS_LAST_USED_CONN_FLG VARCHAR2 32 IS_LAST_USED_CONN_FLG
IS_AUTO_LOGIN_ENABLED_FLG VARCHAR2 32 IS_AUTO_LOGIN_ENABLED_FLG
USER_CONN_PORT NUMBER 18 USER_CONN_PORT
ACD_AGENT_ID VARCHAR2 64 ACD_AGENT_ID
ACD_AGENT_PASSWORD VARCHAR2 256 ACD_AGENT_PASSWORD
ACD_AGENT_GROUP VARCHAR2 64 ACD_AGENT_GROUP
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.

Foreign Keys

Table Foreign Table Foreign Key Column
MCT_CFG_COMM_USER mct_cfg_conn_b CONN_GUID
mct_cfg_conn_usr_par_val mct_cfg_comm_user COMM_USER_GUID
mct_cfg_comm_user_dev mct_cfg_comm_user COMM_USER_GUID

Indexes

Index Uniqueness Tablespace Columns
MCT_CFG_COMM_USER_PK Unique FUSION_TS_TX_DATA COMM_USER_GUID
MCT_CFG_COMM_USER_U2 Unique FUSION_TS_TX_DATA USER_GUID, CONN_GUID