MSC_NPI_MEASURES
Table for storing the measures associated to a particular NPI Definition
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
MSC_NPI_MEASURES_PK |
NPI_MEASURE_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| NPI_MEASURE_ID | NUMBER | 18 | Yes | NPI_MEASURE_ID | |
| NPI_DEF_ID | NUMBER | 18 | Yes | NPI_DEF_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 | |
| ADD_DEL_FLAG | NUMBER | 1 | Yes | Add or Delete Flag , 0 = Default , 1= Add/ Changed, 2 = Deleted | |
| 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_MEASURES_U1 | Unique | Default | NPI_MEASURE_ID |