MSC_HVGOP_SUBSTITUTION_UT
Table data used for tetsing subsitution.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
Name | Columns |
---|---|
MSC_HVGOP_SUBSTITUTION_UT_PK |
ITEM_ID, SUBSTITUTE_ITEM_ID, CUSTOMER_ID, CUSTOMER_SITE_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments | Status |
---|---|---|---|---|---|---|
ITEM_ID | NUMBER | 18 | Yes | Field is used to indicate item id | Active | |
SUBSTITUTE_ITEM_ID | NUMBER | 18 | Yes | Field is used to indicate subsitute item id | Active | |
CUSTOMER_ID | NUMBER | Yes | Field is used to indicate customer id | Active | ||
CUSTOMER_SITE_ID | NUMBER | Yes | Field is used to indicate customer site id | Active | ||
ENABLE_DATE | TIMESTAMP | Yes | Field is used to indicate enable date | Active | ||
DISABLE_DATE | TIMESTAMP | Field is used to indicate disable date | Active | |||
RATIO | NUMBER | Field is used to indicate subsitute ratio | Active | |||
PREFERENCE | NUMBER | Field is used to indicate subsitute preference | Active | |||
IS_RECIPROCAL | VARCHAR2 | 1 | Field is used to indicate if subsitute is reciprocal | Active | ||
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_HVGOP_SUBSTITUTION_UT_U1 | Unique | Default | ITEM_ID, SUBSTITUTE_ITEM_ID, CUSTOMER_ID, CUSTOMER_SITE_ID |