MSC_NPI_ORG_CUST_COMB
Table for storing item, org, and site combinations selected for an NPI definition
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
MSC_NPI_ORG_CUST_COMB_PK |
NPI_COMB_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
NPI_COMB_ID | NUMBER | 18 | Yes | NPI_COMB_ID | |
NPI_DEF_ID | NUMBER | 18 | Yes | NPI_DEF_ID | |
ORG_ID | NUMBER | 18 | Yes | Indicates the identifier of the business unit associated to the row. | |
SITE_ID | NUMBER | Yes | Indicates the identifier of the customer site associated to the row. | ||
LAUNCH_DT | DATE | Yes | Indicates the launch date associated to the row. | ||
COPY_FLAG | NUMBER | 1 | Yes | Indicates the copy status associated to the row. 1 = Data is copied, 0 = only matrix combinations copied | |
ADD_DEL_FLAG | NUMBER | 1 | Yes | Add or Delete Flag , 0 = Default , 1= Add/ Changed, 2 = Deleted | |
IS_LAUNCHED | NUMBER | 1 | Yes | IS_LAUNCHED flag 0 = row launch_dt is greater than system date, 1 = row launch_dt is less than system date | |
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_ORG_CUST_COMB_U1 | Unique | Default | NPI_COMB_ID |