OSS_RULE_BUILDER_CONDITIONS
Ability to Store Rule Builder Object Levels Conditions.
Details
-
Schema: FUSION
-
Object owner: OSS
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
OSS_RULE_BUILDER_CONDITIONS_PK |
CONDITION_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
CONDITION_ID | NUMBER | 18 | Yes | Primary Key of Rule Builder Condition | |
CONDITION_NUMBER | VARCHAR2 | 120 | Yes | Public Unique Identifier of Rule Builder Condition | |
DISPLAY_SEQUENCE | NUMBER | 18 | Display sequence of Conditions | ||
REFERENCE_ENTITY_ID | NUMBER | 18 | Identifies the PK of Object to which this rule condition is associated | ||
REFERENCE_ENTITY_NAME | VARCHAR2 | 30 | Identifies the Name of Object to which this rule condition is associated | ||
CONDITION_GROUP_NAME | VARCHAR2 | 30 | Identifies the Group for the Rule Conditions | ||
CONDITION_GROUP_TYPE | VARCHAR2 | 30 | Identifies if the rule condition is inclusion or exclusion. | ||
QUALIFIED_REST_OBJECT_NAME | VARCHAR2 | 120 | Identifies the unique object code for which Rule Condition is generated | ||
CONDITION_JSON | CLOB | JSON Expression of Rule Condition | |||
CONDITION_SQL | CLOB | SQL Expression of Rule Condition | |||
CONDITION_REST_Q_PARAM | CLOB | REST_Q_PARAM Expression of Rule Condition | |||
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. | |
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. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
OSS_RULE_BUILDER_CONDITIONS_N1 | Non Unique | Default | REFERENCE_ENTITY_ID |
OSS_RULE_BUILDER_CONDITIONS_PK | Unique | Default | CONDITION_ID |
OSS_RULE_BUILDER_CONDITIONS_U1 | Unique | Default | CONDITION_NUMBER |