MSC_BOMS

This table represents the Bills Of Material of an item created at source applications.

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

MSC_BOMS_PK

PLAN_ID, ORGANIZATION_ID, BILL_SEQUENCE_ID, NEW_PLAN_ID, SIMULATION_SET_ID, PART_KEY1

Columns

Name Datatype Length Precision Not-null Comments
ALTERNATE_BOM_DESIGNATOR VARCHAR2 80 Name of the bill for alternate bills (null for the primary bill) .
APPLIED NUMBER 1 Flag to indicate whether this row contains changed row (this col is not collected)
ASSEMBLY_ITEM_ID NUMBER 18 Yes Identifier of the item being assembled.
ASSEMBLY_QUANTITY NUMBER Total Quantity of the assembly item
ASSEMBLY_TYPE NUMBER Yes Manufacturing Bill(1), or Engineering(2). Used for UI and reports.
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield.
BILL_SEQUENCE_ID NUMBER 18 Yes Bill sequence identifier in the source application instance
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.
NEW_PLAN_ID NUMBER 18 Yes New plan id
NEW_PLAN_LIST VARCHAR2 256 List indicates the new plan identifiers for the record.
ORGANIZATION_ID NUMBER 18 Yes Organization identifier of the item
PLAN_ID NUMBER 18 Yes This value indicates the plan identifier for the record.
REFRESH_NUMBER NUMBER Refresh number populated by the collection program
SIMULATION_SET_ID NUMBER 18 Yes Simulation set to which the current record is added.
PART_KEY1 NUMBER 18 Yes Identifier of the source application instance
SPECIFIC_ASSEMBLY_COMMENT VARCHAR2 240 Comments for specific assembly in the Bill of materials.
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.
SR_WD_CODE VARCHAR2 30 Source side work definition code
SR_WD_NAME VARCHAR2 80 Source side value of the Work definition name.
SR_ALTERNATE_BOM_DESIGNATOR VARCHAR2 80 Source side alternate bom identifier
PRIMARY_FLAG NUMBER 1 Flag to indicate if the Bill is primary. 1- Primary Bill, 2 ??? Alternate Bill
SIM_EDIT_FLAGS NUMBER Indicates which columns are edited in simulation set records

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
msc_process_effectivity msc_boms PLAN_ID, ORGANIZATION_ID, BILL_SEQUENCE_ID, NEW_PLAN_ID, SIMULATION_SET_ID, PART_KEY1

Indexes

Index Uniqueness Tablespace Columns Status
MSC_BOMS_FN_U3 Unique Default DECODE("ALTERNATE_BOM_DESIGNATOR", null, 'ALTERNATE_BOM_DESIGNATOR') Obsolete
MSC_BOMS_U1 Unique Default PLAN_ID, ORGANIZATION_ID, BILL_SEQUENCE_ID, NEW_PLAN_ID, SIMULATION_SET_ID, PART_KEY1
MSC_BOMS_U2 Unique Default PLAN_ID, ORGANIZATION_ID, ASSEMBLY_ITEM_ID, ALTERNATE_BOM_DESIGNATOR, NEW_PLAN_ID, SIMULATION_SET_ID, PART_KEY1