PON_IOT_CONFIGURATION

PON_IOT_CONFIGURATION stores various IOT configuration values that is being used on the Supplier Recommendation feature.

Details

  • Schema: FUSION

  • Object owner: PON

  • Object type: TABLE

  • Tablespace: pon_iot_configuration

Primary Key

Name Columns

pon_iot_configuration_PK

CONFIG_ID

Columns

Name Datatype Length Precision Not-null Comments
CONFIG_ID NUMBER 18 Yes System-generated unique Identifier
IOT_INTEGRATION_ID VARCHAR2 30 IOT Server Integration Id
BICC_STORAGE_ID NUMBER 18 BICC Storage Id
CONFIG_STATUS VARCHAR2 30 "SUCCESS" "DEACTIVED" or null
EVENT_TIMESTAMP TIMESTAMP Indicates the time of the configuration
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
PON_IOT_CONFIGURATION_U1 Unique Default CONFIG_ID