MSC_NPI_DEF
Table stores the New Product Definitions, primary records
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
MSC_NPI_DEF_PK |
NPI_DEF_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
NPI_DEF_ID | NUMBER | 18 | Yes | NPI_DEF_ID | |
PLAN_ID | NUMBER | 18 | Yes | PLAN_ID | |
SOURCE_PRODUCT_ID | NUMBER | 18 | Yes | SOURCE_PRODUCT_ID | |
NEW_PRODUCT_ID | NUMBER | 18 | Yes | NEW_PRODUCT_ID | |
STATUS | NUMBER | 1 | Yes | STATUS 1=In Progress,2=Active,3=Completed | |
LAST_COPY_DATE | DATE | LAST_COPY_DATE | |||
ADD_DEL_FLAG | NUMBER | 1 | 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_DEF_U1 | Unique | Default | NPI_DEF_ID |