MSC_WD_COMP_SUBSTITUTES

This table contains replica data of the source side component substitutes from IS and is used to populate component substitutes on ODS.

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

MSC_WD_COMP_SUBSTITUTES_PK

ORGANIZATION_ID, SUBSTITUTE_SEQUENCE_ID, COMPONENT_SEQUENCE_ID, BILL_SEQUENCE_ID, PART_KEY1

Columns

Name Datatype Length Precision Not-null Comments
ORGANIZATION_ID NUMBER 18 Yes This column indicates the organization identifier.
DELETED_FLAG NUMBER 1 To indicate if the record is deleted or not.
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 Rounding direction for work definition or a bom/IS component.
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.
SUBSTITUTE_SEQUENCE_ID NUMBER 18 Yes Substitute Identifier For Bom/wd Component Substitutes

Indexes

Index Uniqueness Tablespace Columns
MSC_WD_COMP_SUBSTITUTES_U1 Unique Default ORGANIZATION_ID, SUBSTITUTE_SEQUENCE_ID, COMPONENT_SEQUENCE_ID, BILL_SEQUENCE_ID, PART_KEY1
MSC_WD_COMP_SUBSTITUTES_U2 Unique Default ORGANIZATION_ID, SUBSTITUTE_ITEM_ID, COMPONENT_SEQUENCE_ID, BILL_SEQUENCE_ID, PART_KEY1