ZSP_ODM_CUST_ATTR_VALUES

This table is used to store attribute filters for Sales Predictor ODM Model

Details

  • Schema: FUSION

  • Object owner: ZSP

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

ZSP_ODM_CUST_ATTR_VALUES_PK

ODM_ATTRIBUTE_ID

Columns

Name Datatype Length Precision Not-null Comments
ODM_ATTRIBUTE_CODE VARCHAR2 500 ODM_ATTRIBUTE_CODE
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.
ODM_JOB_CODE VARCHAR2 20 ODM_JOB_CODE
ODM_ATTR_FILTER VARCHAR2 20 ODM_ATTR_FILTER
ODM_ATTRIBUTE_ID NUMBER Yes ODM_ATTRIBUTE_ID
ODM_ATTRIBUTE_VALUE VARCHAR2 400 ODM_ATTRIBUTE_VALUE
ACTIVE_MODEL_FLAG VARCHAR2 20 ACTIVE_MODEL_FLAG
ODM_FILTER_UUID VARCHAR2 128 ODM_FILTER_UUID
EXTENDED_FLAG VARCHAR2 5 EXTENDEDFLAG
FILTER_TABLE_NAME VARCHAR2 30 FILTER_TABLE_NAME
FILTER_COLUMN_NAME VARCHAR2 60 FILTER_COLUMN_NAME
CONJUNCTION_OPER VARCHAR2 20 CONJUNCTION_OPER

Indexes

Index Uniqueness Tablespace Columns
ZSP_ODM_CUST_ATTR_VALUES_PK Unique FUSION_TS_TX_IDX ODM_ATTRIBUTE_ID