MSC_ITEM_STRUCTURES
This is the replica table used by collections which holds the data which is equvalent to source side BOM data.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
MSC_ITEM_STRUCTURES_PK |
ORGANIZATION_ID, ASSEMBLY_ITEM_ID, SR_ALTERNATE_BOM_DESIGNATOR, PART_KEY1 |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
SR_ALTERNATE_BOM_DESIGNATOR | VARCHAR2 | 80 | Yes | This value indicates the Source side bom designator. | |
ASSEMBLY_TYPE | NUMBER | To indicate Manufacturing Bill(1) or Engineering bill(2) | |||
PART_KEY1 | NUMBER | 18 | Yes | Source application instance identifier. | |
BILL_SEQUENCE_ID | NUMBER | 18 | Yes | Bill of material unique identifier | |
ASSEMBLY_ITEM_ID | NUMBER | 18 | Yes | Item identifier of the assembly. | |
ORGANIZATION_ID | NUMBER | 18 | Yes | Organization Identifier. | |
REFRESH_NUMBER | NUMBER | 18 | Refresh number populated by the collection program. | ||
PRIMARY_FLAG | NUMBER | 1 | Yes | Flag to indicate if BOM is primary or not. | |
SPECIFIC_ASSEMBLY_COMMENT | VARCHAR2 | 240 | Comments for specific assembly in the Bill of materials. | ||
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. | ||
BOM_ITEM_TYPE | NUMBER | To indicate if the BOM is for standard item or model | |||
DELETED_FLAG | NUMBER | To indicate if this BOM is deleted on the source side. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
MSC_ITEM_STRUCTURES_U1 | Unique | Default | ORGANIZATION_ID, ASSEMBLY_ITEM_ID, SR_ALTERNATE_BOM_DESIGNATOR, PART_KEY1 |