MSC_DAS_ENTITY_CONDITIONS
Table for storing data security condition data.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
MSC_DAS_ENTITY_CONDITIONS_PK |
ENTITY_CONDITION_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
ENTITY_CONDITION_ID | NUMBER | Yes | Unique key for the table msc_das_entity_conditions | ||
ALL_MEMBERS_FLAG | NUMBER | 1 | This column stores whether all levels are included for entity. | ||
UNASSIGNED_MEMBERS_FLAG | NUMBER | 1 | This column stores whether unassigned level member is selected. | ||
CONDITION_NAME | VARCHAR2 | 30 | Yes | Condition name of an entity under data access set | |
ENTITY_ID | NUMBER | Yes | Entity Id for the business object in defining condition | ||
HIERARCHY_ID | NUMBER | Hierarchy Id of the selected entity's level | |||
LEVEL_ID | NUMBER | Level Id of the selected entity for the condition | |||
CONDITION_STRING_INTERNAL | VARCHAR2 | 4000 | Internal condition string for selected entity and level | ||
CONDITION_STRING | VARCHAR2 | 4000 | Condition string for the selected entity and level | ||
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. | ||
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. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
MSC_DAS_ENTITY_CONDITIONS_U1 | Unique | Default | ENTITY_CONDITION_ID |