MSC_SEGMENT_CRITERIA
table holds information about segment criteria
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
MSC_SEGMENT_CRITERIA_PK |
SEGMENT_CRITERIA_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| SEGMENT_CRITERIA_ID | NUMBER | 18 | Yes | SEGMENT_CRITERIA_ID is primary key for the table | |
| SEGMENT_ID | NUMBER | 18 | Yes | SEGMENT_ID field is the foreign key to the MSC_SEGMENT_B table | |
| SELECTED_DIMENSION | NUMBER | Yes | SELECTED_DIMENSION field represents the selected dimension for the criteria row | ||
| GROUP_NUMBER | NUMBER | 3 | Yes | GROUP_NUMBER field groups all criteria row together, separate groups are joined together with OR condition. All criteria inside a group are AND conditions | |
| MEASURE_ID | NUMBER | 18 | MEASURE_ID field is the foreign key to the MSC_MEASURES_B table | ||
| TABLE_ID | NUMBER | 18 | TABLE_ID field is the foreign key to the MSC_TABLE_GRAPH_OPTIONS_B table | ||
| ENTITY_ID | NUMBER | 18 | ENTITY_ID field is the foreign key to the MSC_SEGMENT_ENTITY_B table | ||
| CRITERIA_OPERATOR | NUMBER | 2 | Yes | CRITERIA_OPERATOR field is the key to the FND_LOOKUP table | |
| 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. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| MSC_SEGMENT_CRITERIA_U1 | Unique | Default | SEGMENT_CRITERIA_ID |