ZSP_ODM_ATTR_IMP_MODELS

This table is used to store the attribute importance model info

Details

  • Schema: FUSION

  • Object owner: ZSP

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

ZSP_ODM_ATTR_IMP_MODELS_PK

MODEL_ID

Columns

Name Datatype Length Precision Not-null Comments
MODEL_ID NUMBER 18 Yes Model Id of a attribute Importance Model.Primary Key
MODEL_DESCRIPTION VARCHAR2 80 Description of the attribute importance model
COMPLETED_FLG VARCHAR2 1 Yes Completed Flag Y/N
ACTIVE_FLG VARCHAR2 1 Yes Active Flag Y/N
MODEL_CREATE_DATE DATE Creation date of model
MODEL_ACTIVE_DATE DATE active date of model
JOB_CODE VARCHAR2 30 JOB_CODE from ZSP_JOBS
START_REVN_CLOSE_DT DATE Start Revenue Close date for model
END_REVN_CLOSE_DT DATE End Revenue Close date for model
REVN_LINES_LEARNED NUMBER REVN_LINES_LEARNED
ENTITY_CODE VARCHAR2 250 Entity Code.
ODM_VIEW_NAME VARCHAR2 30 Database view name of an entity used in ODM code.
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_attr_importance zsp_odm_attr_imp_models MODEL_ID

Indexes

Index Uniqueness Tablespace Columns
ZSP_ODM_ATTR_IMP_MODELS_N1 Non Unique FUSION_TS_TX_DATA JOB_CODE
ZSP_ODM_ATTR_IMP_MODELS_N2 Non Unique FUSION_TS_TX_DATA START_REVN_CLOSE_DT, END_REVN_CLOSE_DT
ZSP_ODM_ATTR_IMP_MODELS_N3 Non Unique Default ENTITY_CODE
ZSP_ODM_ATTR_IMP_MODELS_N4 Non Unique Default ODM_VIEW_NAME
ZSP_ODM_ATTR_IMP_MODELS_PK Unique Default MODEL_ID