MSC_COLL_ENTITY_REF_NUM

This table stores the entity to refresh number mapping when multiple csv files are uploaded individually to the UCM and then a single collection run processes all the csv files for the refresh number for each entity.

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

MSC_COLL_ENTITY_REF_NUM_PK

REFRESH_NUMBER, ENTITY

Columns

Name Datatype Length Precision Not-null Comments
REFRESH_NUMBER NUMBER 18 Yes Input(Part 1) Refresh Number of Load Planning Data from flat files Ess Job.
ENTITY VARCHAR2 33 Yes This column refers to Entity name.
INSTANCE_CODE VARCHAR2 30 Source Instance code from which data is being populated.
ESS_FLATFILE_LOAD_REQ_ID NUMBER 18 Ess request identifier of the Flat File load Program.
ESS_COLL_JOB_SET_REQ_ID NUMBER 18 Ess request identifier of collection jobset which processes csv data.
STATUS VARCHAR2 32 The value indicates the status of the CSV Upload. Valid values are NEW, IN_PROGRESS and DONE.
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
MSC_COLL_ENTITY_REF_NUM_U1 Unique Default REFRESH_NUMBER, ENTITY