MSC_SEGMENT_GROUP_B

MSC_SEGMENT_GROUP_B table holds information about segment groups

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

MSC_SEGMENT_GROUP_B_PK

SEGMENT_GROUP_ID

Columns

Name Datatype Length Precision Not-null Comments
SEGMENT_GROUP_ID NUMBER 18 Yes SEGMENT_GROUP_ID field is the primary key
SIMULATION_SET_ID NUMBER 18 SIMULATION_SET_ID field is the foreign key to the MSC_SIMULATION_SETS table
SUB_INV_FLAG NUMBER 1 SUB_INV_FLAG field indicates if the segment group is using sub inventory level
SOURCE_SYSTEM_ID NUMBER 18 Yes SOURCE_SYSTEM_ID identifies the source system to be used for item and organization segmentation
CATALOG_ID NUMBER 18 CATALOG_ID identifies the item catalog to use when category is selected as a criteria
KEEP_OVERRIDES NUMBER 1 Yes KEEP_OVERRIDES signifies if the user entered item-org segments should be preserved for each segmentation execution. 0=don't keep, 1=keep
STATUS NUMBER 5 STATUS holds information regarding the current status of the segment group
LAST_RUN_DATE TIMESTAMP LAST_RUN_DATE holds the last time the execute parts segmentation process was run
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.
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.
HIERARCHY_ID NUMBER 18 HIERARCHY_ID field is the foreign Key to the msc_hierarchies_b table

Indexes

Index Uniqueness Tablespace Columns
MSC_SEGMENT_GROUP_B_U1 Unique Default SEGMENT_GROUP_ID