MSC_COMPONENT_SUBSTITUTES

This table stores the substitution information for item components

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

MSC_COMPONENT_SUBSTITUTES_PK

PLAN_ID, ORGANIZATION_ID, COMPONENT_SEQUENCE_ID, BILL_SEQUENCE_ID, NEW_PLAN_ID, SIMULATION_SET_ID, SUBSTITUTE_SEQUENCE_ID, PART_KEY1

Columns

Name Datatype Length Precision Not-null Comments
PLAN_ID NUMBER 18 Yes This value indicates the plan identifier for the record.
ORGANIZATION_ID NUMBER 18 Yes ORGANIZATION IDENTIFIER
SUBSTITUTE_ITEM_ID NUMBER 18 Yes Identifier of the Substitute item for the component item
COMPONENT_SEQUENCE_ID NUMBER 18 Yes Component identifier on the source application instance
BILL_SEQUENCE_ID NUMBER 18 Yes Bill of material unique identifier
PART_KEY1 NUMBER 18 Yes Source system code from which data is being collected
USAGE_QUANTITY NUMBER Quantity of the component to build one unit of item
PRIORITY NUMBER Priority of the substitute specified for the component in the BOM.
ROUNDING_DIRECTION NUMBER Enforce Integer Quantity
REFRESH_NUMBER NUMBER 18 Refresh identifier 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.
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield.
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.
APPLIED NUMBER 1 Flag to indicate whether this row contains changed row (this col is not collected)
SUBSTITUTE_SEQUENCE_ID NUMBER 18 Yes Substitute Identifier For Bom Component Substitutes
NEW_PLAN_ID NUMBER 18 Yes Planid of the copied plan (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)
SIMULATION_SET_ID NUMBER 18 Yes Simulation setid (this col is not collected)
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.
SIM_EDIT_FLAGS NUMBER Indicates which columns are edited in simulation set records

Indexes

Index Uniqueness Tablespace Columns
MSC_COMPONENT_SUBSTITUTES_U1 Unique Default PLAN_ID, ORGANIZATION_ID, COMPONENT_SEQUENCE_ID, BILL_SEQUENCE_ID, NEW_PLAN_ID, SIMULATION_SET_ID, SUBSTITUTE_SEQUENCE_ID, PART_KEY1
MSC_COMPONENT_SUBSTITUTES_U2 Unique FUSION_TS_TX_IDX PLAN_ID, ORGANIZATION_ID, COMPONENT_SEQUENCE_ID, BILL_SEQUENCE_ID, NEW_PLAN_ID, SIMULATION_SET_ID, SUBSTITUTE_ITEM_ID, PART_KEY1