SMS_MULTIPLEX_CONFIGS

This table will be used to store multiplex configurations

Details

  • Schema: FUSION

  • Object owner: FND

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

SMS_MULTIPLEX_CONFIGS_PK

TENANT_ID, VERSION

Columns

Name Datatype Length Precision Not-null Comments
TENANT_ID VARCHAR2 128 Yes tenant id
VERSION NUMBER 10 Yes version
CUSTOMER_ID VARCHAR2 128 customer id
MASTER_KEY_OCID VARCHAR2 110 master key OCID
KEY_PLAIN_TEXT VARCHAR2 92 key in plain text
KEY_CIPHER VARCHAR2 150 key cipher
ADDITIONAL_DETAILS BLOB this column will be used to store any additional details
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
SMS_MULTIPLEX_CONFIGS_U1 Unique Default TENANT_ID, VERSION