MSC_API_WD_COMP_SUBSTITUTES
This table is used to populate work definition component substitutes staging table
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
MSC_API_WD_COMP_SUBSTITUT_PK |
WD_OPERATION_MATERIAL_ID, SUB_COMPONENT_ID, CONFIG_ITEM_ID, ORGANIZATION_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
SUB_MATERIAL_ID | NUMBER | 18 | Yes | wprk definition substitute material identifier | |
WD_OPERATION_MATERIAL_ID | NUMBER | 18 | Yes | work definition operation material identifier | |
SUB_COMPONENT_ID | NUMBER | 18 | Yes | substitute item idetifier | |
SUB_COMPONENT_SEQUENCE_ID | NUMBER | 18 | Yes | work definition component identifier | |
SUBSTITUTE_ITEM_QUANTITY | NUMBER | Yes | This value indicates the quantity of substitute item | ||
SUBSTITUTE_INVERSE_QUANTITY | NUMBER | This value indicates the inverse quantity of substitute item | |||
PRIORITY_RANKING | NUMBER | this value indicates the priority of substitute | |||
CONFIG_ITEM_ID | NUMBER | Yes | Unique identifier of the configured item | ||
ORGANIZATION_ID | NUMBER | Yes | organization identitier | ||
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_API_WD_COMP_SUBSTITUTES_U1 | Unique | Default | WD_OPERATION_MATERIAL_ID, SUB_COMPONENT_ID, CONFIG_ITEM_ID, ORGANIZATION_ID |