ZSP_ODM_MODELS

This table is used to store the models in ODM.

Details

  • Schema: FUSION

  • Object owner: ZSP

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

ZSP_ODM_MODELS_PK

MODEL_ID

Columns

Name Datatype Length Precision Not-null Comments
MODEL_ID NUMBER 18 Yes MODEL_ID
MODEL_DESCRIPTION VARCHAR2 80 MODEL_DESCRIPTION
CUST_ROOT_VARIANCE NUMBER CUST_ROOT_VARIANCE
CUST_AVG_VARIANCE NUMBER CUST_AVG_VARIANCE
PROD_ROOT_VARIANCE NUMBER PROD_ROOT_VARIANCE
PROD_AVG_VARIANCE NUMBER PROD_AVG_VARIANCE
OPTY_ROOT_VARIANCE NUMBER OPTY_ROOT_VARIANCE
OPTY_AVG_VARIANCE NUMBER OPTY_AVG_VARIANCE
COMPLETED_FLG VARCHAR2 20 Yes COMPLETED_FLG
ACTIVE_FLG VARCHAR2 20 Yes ACTIVE_FLG
MODEL_CREATE_DATE DATE MODEL_CREATE_DATE
MODEL_ACTIVE_DATE DATE MODEL_ACTIVE_DATE
MODEL_TYPE VARCHAR2 30 Type of Model. Cluster/AR model.
JOB_CODE VARCHAR2 30 Job Code of a SPE ESS Job.
START_REVN_CLOSE_DT DATE Start Revenue Close Date for training.
END_REVN_CLOSE_DT DATE End Revenue Close Date for training.
REVN_LINES_LEARNED NUMBER Total number of revenue lines learned.
PARTY_TYPE VARCHAR2 30 Type of Party, PERSON/ORGANIZATION/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_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.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
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.
USER_LAST_UPDATE_DATE TIMESTAMP Disconnected Mobile: indicates the date and time of the last update of the row. This value is different from LAST_UPDATE_DATE if the update originally happened in a different database (i.e. a different mobile database or the server).

Foreign Keys

Table Foreign Table Foreign Key Column
zsp_odm_assoc_rules zsp_odm_models MODEL_ID
zsp_odm_clusters zsp_odm_models MODEL_ID

Indexes

Index Uniqueness Tablespace Columns
ZSP_ODM_MODELS_N1 Non Unique Default MODEL_TYPE
ZSP_ODM_MODELS_N2 Non Unique Default JOB_CODE
ZSP_ODM_MODELS_N3 Non Unique Default START_REVN_CLOSE_DT, END_REVN_CLOSE_DT
ZSP_ODM_MODELS_N4 Non Unique Default PARTY_TYPE
ZSP_ODM_MODELS_PK Unique FUSION_TS_TX_IDX MODEL_ID