MSC_IS_COMP_SUBSTITUTES
This table contains replica data of the source side component substitutes from IS and is used to populate component substitutes on ODS.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
MSC_IS_COMP_SUBSTITUTES_PK |
ORGANIZATION_ID, SUBSTITUTE_SEQUENCE_ID, COMPONENT_SEQUENCE_ID, BILL_SEQUENCE_ID, PART_KEY1 |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
ORGANIZATION_ID | NUMBER | 18 | Yes | This column indicates the organization identifier. | |
DELETED_FLAG | NUMBER | 1 | To indicate if the record is deleted or not. | ||
SUBSTITUTE_ITEM_ID | NUMBER | 18 | Yes | Identifies the substitute inventory item id for a component. | |
COMPONENT_SEQUENCE_ID | NUMBER | 18 | Yes | The Bill Of Material Component Sequence Identifier. | |
BILL_SEQUENCE_ID | NUMBER | 18 | Yes | Bill of material unique identifier | |
PART_KEY1 | NUMBER | 18 | Yes | Source application instance identifier. | |
USAGE_QUANTITY | NUMBER | This value indicates the quantity used. | |||
PRIORITY | NUMBER | Indicates the priority of the substitute item id. | |||
ROUNDING_DIRECTION | NUMBER | Rounding direction for work definition or a bom/IS component. | |||
REFRESH_NUMBER | NUMBER | 18 | Refresh number populated by the collection program. | ||
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
SUBSTITUTE_SEQUENCE_ID | NUMBER | 18 | Yes | Indicates Substitutes sequence identifier. |
Indexes
Index | Uniqueness | Tablespace | Columns | Status |
---|---|---|---|---|
MSC_IS_COMP_SUBSTITUTES_U1 | Unique | Default | ORGANIZATION_ID, SUBSTITUTE_SEQUENCE_ID, COMPONENT_SEQUENCE_ID, BILL_SEQUENCE_ID, PART_KEY1 | |
MSC_IS_COMP_SUBSTITUTES_U2 | Unique | Default | ORGANIZATION_ID, SUBSTITUTE_ITEM_ID, COMPONENT_SEQUENCE_ID, BILL_SEQUENCE_ID, PART_KEY1 | Obsolete |