MSC_NPI_CS_DETAILS

Table stores the Copy Set SourceMeasure and TargetMeasure combinations along with factor percentage for a particular copy Set

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

MSC_NPI_CS_DETAILS_PK

COPY_SET_DETAIL_ID

Columns

Name Datatype Length Precision Not-null Comments
COPY_SET_DETAIL_ID NUMBER 18 Yes COPY_SET_DETAIL_ID
NPI_COPY_SET_ID NUMBER 18 Yes NPI_COPY_SET_ID
SOURCE_MEASURE_ID NUMBER 18 Yes SOURCE_MEASURE_ID
TARGET_MEASURE_ID NUMBER 18 Yes TARGET_MEASURE_ID
FACTOR_PCT NUMBER 18 Yes FACTOR_PCT
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_NPI_CS_DETAILS_U1 Unique Default COPY_SET_DETAIL_ID