ZSP_ODM_DATA_EXP_JOBS

This table stores the data exploration job details.

Details

  • Schema: FUSION

  • Object owner: ZSP

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

ZSP_ODM_DATA_EXP_JOBS_PK

DATA_EXP_JOB_ID

Columns

Name Datatype Length Precision Not-null Comments
DATA_EXP_JOB_ID NUMBER 18 Yes DATA_EXP_JOB_ID, primary key of this table.
ENTITY_CODE VARCHAR2 250 Yes Entity Code for a given entity.
JOB_CODE VARCHAR2 30 Yes Job Code passed from SPE ESS job.
ODM_VIEW_NAME VARCHAR2 30 Database view name for an entity used in ODM code.
START_REVN_CLOSE_DT DATE Satrt Revenue Close Date.
END_REVN_CLOSE_DT DATE End Revenue Close Date.
NO_OF_ROWS_LEARNED NUMBER Total number of revenue lines learned.
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_data_explore zsp_odm_data_exp_jobs DATA_EXP_JOB_ID

Indexes

Index Uniqueness Tablespace Columns
ZSP_ODM_DATA_EXP_JOBS_N1 Non Unique FUSION_TS_TX_DATA START_REVN_CLOSE_DT, END_REVN_CLOSE_DT
ZSP_ODM_DATA_EXP_JOBS_N2 Non Unique FUSION_TS_TX_DATA ENTITY_CODE
ZSP_ODM_DATA_EXP_JOBS_PK Unique FUSION_TS_TX_DATA DATA_EXP_JOB_ID
ZSP_ODM_DATA_EXP_JOBS_U1 Unique FUSION_TS_TX_DATA JOB_CODE, ENTITY_CODE