MSC_BOM_COMPONENTS
This table stores Bill of material data for plans in Oracle Advanced Planning and Oracle Supply Chain Hub products.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
MSC_BOM_COMPONENTS_PK |
PLAN_ID, ORGANIZATION_ID, BILL_SEQUENCE_ID, COMPONENT_SEQUENCE_ID, NEW_PLAN_ID, SIMULATION_SET_ID, PART_KEY1 |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| ATP_FLAG | NUMBER | Flag used for ATP. Possible values 1(Yes), 2(No). | |||
| DEFAULT_OPSEQ_FLAG | NUMBER | Default operation sequence flag | |||
| BILL_SEQUENCE_ID | NUMBER | 18 | Yes | Bill of material unique identifier | |
| COMPONENT_SEQUENCE_ID | NUMBER | 18 | Yes | Component identifier on the source application instance | |
| COMPONENT_TYPE | NUMBER | Component (1), Ingredient component (-1), by-product (2) | |||
| COMPONENT_YIELD_FACTOR | NUMBER | Factor used to multiply component quantity with to obtain component quantity | |||
| 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. | ||
| DISABLE_DATE | DATE | Date indicating End of effectivity | |||
| EFFECTIVITY_DATE | DATE | Yes | Date of effectivity for this component | ||
| INVENTORY_ITEM_ID | NUMBER | 18 | Yes | Identifier of the component item | |
| 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. | ||
| OPERATION_OFFSET_PERCENT | NUMBER | This value indicates Operation offset percent. | |||
| OPERATION_SEQ_NUM | NUMBER | This value indicates the Operation sequence number | |||
| OPTIONAL_COMPONENT | NUMBER | Yes/No flag if optional use planning factor to determine demand | |||
| ORGANIZATION_ID | NUMBER | 18 | Yes | This value indicates the Organization identifier | |
| PLANNING_FACTOR | NUMBER | Planning factor for this component (percent) | |||
| PLAN_ID | NUMBER | 18 | Yes | This value indicates the plan identifier for the record. | |
| REFRESH_NUMBER | NUMBER | 18 | Refresh number populated by the collection program | ||
| REVISION | VARCHAR2 | 3 | Inventory item revision code for the BOM component. | ||
| 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). | |||
| NEW_PLAN_ID | NUMBER | 18 | Yes | This value indicates the new plan id | |
| SIMULATION_SET_ID | NUMBER | 18 | Yes | Simulation set to which the current record is added. | |
| PART_KEY1 | NUMBER | 18 | Yes | Source application instance identifier | |
| APPLIED | NUMBER | 1 | Flag to indicate whether this row contains changed row (this col is not collected) | ||
| NEW_PLAN_LIST | VARCHAR2 | 256 | the plan ids in format of "id1, id2, id3, etc" from all copied plans (this col is not collected) | ||
| UOM_CODE | VARCHAR2 | 3 | Unit of measure code of the bom components. | ||
| USAGE_QUANTITY | NUMBER | Quantity of the component to build one unit of item | |||
| USING_ASSEMBLY_ID | NUMBER | 18 | Identifier of the item being assembled | ||
| WIP_SUPPLY_TYPE | NUMBER | Work in process supply type value for the record. Mainly used for phantom identification. | |||
| ATTRIBUTE1 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE2 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE3 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE4 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE5 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE6 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE7 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE8 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE9 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE10 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE11 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE12 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE13 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE14 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE15 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. | |
| ATTRIBUTE_CATEGORY | VARCHAR2 | 30 | Descriptive Flexfield: structure definition of the user descriptive flexfield. | ||
| MATERIAL_SEQ_NUMBER | NUMBER | Indicates the sequence of this material line within this operation. | |||
| SIM_EDIT_FLAGS | NUMBER | Indicates which columns are edited in simulation set records | |||
| OPERATION_SEQUENCE_ID | NUMBER | Reference to the operation to which the routing is assigned. | |||
| 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. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| MSC_BOM_COMPONENTS | msc_boms | PLAN_ID, ORGANIZATION_ID, BILL_SEQUENCE_ID, NEW_PLAN_ID, SIMULATION_SET_ID, PART_KEY1 |
Indexes
| Index | Uniqueness | Tablespace | Columns | Status |
|---|---|---|---|---|
| MSC_BOM_COMPONENTS_N1 | Non Unique | Default | PLAN_ID, USING_ASSEMBLY_ID, ORGANIZATION_ID, PART_KEY1 | |
| MSC_BOM_COMPONENTS_U1 | Unique | Default | PLAN_ID, ORGANIZATION_ID, BILL_SEQUENCE_ID, COMPONENT_SEQUENCE_ID, NEW_PLAN_ID, SIMULATION_SET_ID, PART_KEY1 | |
| MSC_BOM_COMPONENTS_U2 | Unique | Default | PLAN_ID, ORGANIZATION_ID, BILL_SEQUENCE_ID, INVENTORY_ITEM_ID, OPERATION_SEQ_NUM, EFFECTIVITY_DATE, NEW_PLAN_ID, SIMULATION_SET_ID, PART_KEY1 | Obsolete |
| MSC_BOM_COMPONENTS_U3 | Unique | Default | PLAN_ID, ORGANIZATION_ID, BILL_SEQUENCE_ID, INVENTORY_ITEM_ID, OPERATION_SEQ_NUM, EFFECTIVITY_DATE, FIND_NUMBER, NEW_PLAN_ID, SIMULATION_SET_ID, PART_KEY1 |