SMS_MT_CHANNEL_DEFS

Details

  • Schema: FUSION

  • Object owner: FND

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

SMS_MT_CHANNEL_DEFS_PK

CHANNEL_ID

Columns

Name Datatype Length Precision Not-null Comments
CHANNEL_ID VARCHAR2 36 Yes Channel Id is random UUID
CHANNEL_NAME VARCHAR2 100 Yes Channel Name given by User
DESCRIPTION VARCHAR2 100 Description
NUM_PARTITION NUMBER 10 Yes number of partitions
CHANNEL_STATUS VARCHAR2 36 channel status
RETENTION_PERIOD_DAYS NUMBER 10 retention period in days
REPARTITIONING_TIMESTAMP TIMESTAMP Yes repartioning timestamp
ADDITIONAL_DETAILS BLOB 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_MT_CHANNEL_DEFS_N1 Non Unique Default CHANNEL_NAME
SMS_MT_CHANNEL_DEFS_U1 Unique Default CHANNEL_ID