MSC_IS_COMPONENTS
This table contains replica dat of the source side bom components and is used to populate bom components on ODS.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
MSC_IS_COMPONENTS_PK |
ORGANIZATION_ID, BILL_SEQUENCE_ID, COMPONENT_SEQUENCE_ID, PART_KEY1 |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
COMPONENT_SEQUENCE_ID | NUMBER | 18 | Yes | This value indicates the Component Sequence Identifier. | |
PART_KEY1 | NUMBER | 18 | Yes | Source application instance identifier. | |
MATERIAL_SEQ_NUMBER | NUMBER | Material Sequence Number of the component under a work definition operation. | |||
BILL_SEQUENCE_ID | NUMBER | 18 | Yes | Bill of material unique identifier | |
SR_COMPONENT_SEQUENCE_ID | NUMBER | 18 | Source side Component Identifier. | ||
SR_BILL_SEQUENCE_ID | NUMBER | 18 | This value indicates the Source side bill identifier.. | ||
ALTERNATE_BOM_DESIGNATOR | VARCHAR2 | 80 | source side alternate bom designator. | ||
ORGANIZATION_ID | NUMBER | 18 | Yes | Identifies the Organization identifier. | |
INVENTORY_ITEM_ID | NUMBER | 18 | Yes | Identifies the inventory item id | |
USING_ASSEMBLY_ITEM_ID | NUMBER | 18 | Assembly identifier of the BOM of the component item. | ||
COMPONENT_TYPE | NUMBER | Component (1), Ingredient component (-1), by-product (2) | |||
OPERATION_SEQ_NUM | NUMBER | This value indicates the Operation Sequence Number. | |||
REVISION | VARCHAR2 | 3 | Inventory item revision code for the BOM component. | ||
UOM_CODE | VARCHAR2 | 3 | UOM of the component quantities. | ||
USAGE_QUANTITY | NUMBER | This value indicates the Component quantity used. | |||
EFFECTIVITY_DATE | DATE | Yes | Effective date of the component. | ||
DISABLE_DATE | DATE | End effective of the component. | |||
OPERATION_OFFSET_PERCENT | NUMBER | This value indicates OPERATION OFFSET PERCENT. | |||
OPTIONAL_COMPONENT | NUMBER | This is the optional component for item structure. | |||
WIP_SUPPLY_TYPE | NUMBER | Work in process supply type value for the record. Mainly used for phantom identification. | |||
PLANNING_FACTOR | NUMBER | Planning factor for this component (percent). | |||
ATP_FLAG | NUMBER | Flag used for ATP. Possible values 1(Yes), 2(No). | |||
COMPONENT_YIELD_FACTOR | NUMBER | Factor used to multiply component quantity with to obtain component quantity | |||
ROUNDING_DIRECTION | NUMBER | Rounding direction for work definition or a bom/IS component. | |||
BASIS_TYPE | NUMBER | Indicates whether the item quantity is fixed (e.g., quantity per lot produced) or variable (e.g., quantity per item produced). | |||
OPERATION_SEQUENCE_ID | NUMBER | Reference to the operation to which the routing is assigned. | |||
OPERATION_EFFECTIVE_DATE | DATE | Indicate the date from when this operation is effective. | |||
REFRESH_NUMBER | NUMBER | 18 | Refresh number populated by the collection program. | ||
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. | ||
DELETED_FLAG | NUMBER | 1 | To indicate if the record is deleted or not. | ||
FIND_NUMBER | NUMBER | This is analogous to Operation sequence number in Product Information Management Cloud. When a same component is assigned to an assembly multiple times with same effectivity, Find Number value is used to uniquely identify each occurrence of the component. |
Indexes
Index | Uniqueness | Tablespace | Columns | Status |
---|---|---|---|---|
MSC_IS_COMPONENTS_U1 | Unique | Default | ORGANIZATION_ID, BILL_SEQUENCE_ID, COMPONENT_SEQUENCE_ID, PART_KEY1 | |
MSC_IS_COMPONENTS_U2 | Unique | Default | ORGANIZATION_ID, BILL_SEQUENCE_ID, OPERATION_SEQ_NUM, INVENTORY_ITEM_ID, EFFECTIVITY_DATE, PART_KEY1 | Obsolete |
MSC_IS_COMPONENTS_U3 | Unique | Default | ORGANIZATION_ID, BILL_SEQUENCE_ID, OPERATION_SEQ_NUM, INVENTORY_ITEM_ID, EFFECTIVITY_DATE, FIND_NUMBER, PART_KEY1 |