FOS_QUALIFIER_RULES
This table stores the qualifier rule lines. Each rule line is defined using a qualifier code, operand and a value. Opening and closing braces can be used optionally. If more than one rule line is defined, conjunction is mandatory.
Details
-
Schema: FUSION
-
Object owner: FOS
-
Object type: TABLE
-
Tablespace: REFERENCE
Primary Key
| Name | Columns |
|---|---|
|
FOS_QUALIFIER_RULES_PK |
QUALIFIER_RULE_LINE_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| QUALIFIER_RULE_LINE_ID | NUMBER | 18 | Yes | This is the primary key and its value is an application generated unique id. It is used to uniquely distinguish different lines of a given qualifier. | |
| 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. | |
| QUALIFIER_RULE_LINE_NUMBER | NUMBER | 18 | Yes | This field represents the rule line number. | |
| OPEN_BRACE | VARCHAR2 | 30 | Marks the beginning of a rule expression, using a left parenthesis character. This column can have more than one left parentheses when multiple expressions are grouped. | ||
| QUALIFIER_CODE | VARCHAR2 | 40 | Yes | Represents the qualifier code for which the rule is being defined. | |
| QUALIFIER_OPERATOR | VARCHAR2 | 30 | Yes | The operator for the rule line. Valid values are contained within the FOS_QUALIFIER_OPERATORS lookup type. | |
| VALUE | VARCHAR2 | 820 | Yes | Stores the value for the qualifier code. | |
| CLOSE_BRACE | VARCHAR2 | 30 | Marks the ending of a rule expression, using a right parenthesis character. This column can have more than one right parentheses when multiple expressions are grouped. | ||
| CONJUNCTION | VARCHAR2 | 30 | Indicates the conjunction to be used when more than one rule line is defined. Valid values are contained within the FOS_CONJUNCTION lookup type. | ||
| QUALIFIER_RULE_SET_ID | NUMBER | 18 | Yes | This is a foreign key to the FOS_QUALIFIER_RULE_SET table. | |
| ENTERPRISE_ID | NUMBER | 18 | Yes | Identifier of Enterprise, used for multi-tenancy partitioning. | |
| 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. | ||
| ATTRIBUTE_CATEGORY | VARCHAR2 | 150 | Descriptive Flexfield: structure definition of the user descriptive flexfield. | ||
| ATTRIBUTE_CHAR1 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE_CHAR2 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE_CHAR3 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE_CHAR4 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE_CHAR5 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE_CHAR6 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE_CHAR7 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE_CHAR8 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE_CHAR9 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE_CHAR10 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE_CHAR11 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE_CHAR12 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE_CHAR13 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE_CHAR14 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE_CHAR15 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE_NUMBER1 | NUMBER | Descriptive Flexfield: segment of the user descriptive flexfield. | |||
| ATTRIBUTE_NUMBER2 | NUMBER | Descriptive Flexfield: segment of the user descriptive flexfield. | |||
| ATTRIBUTE_NUMBER3 | NUMBER | Descriptive Flexfield: segment of the user descriptive flexfield. | |||
| ATTRIBUTE_NUMBER4 | NUMBER | Descriptive Flexfield: segment of the user descriptive flexfield. | |||
| ATTRIBUTE_NUMBER5 | NUMBER | Descriptive Flexfield: segment of the user descriptive flexfield. | |||
| ATTRIBUTE_DATE1 | DATE | Descriptive Flexfield: segment of the user descriptive flexfield. | |||
| ATTRIBUTE_DATE2 | DATE | Descriptive Flexfield: segment of the user descriptive flexfield. | |||
| ATTRIBUTE_DATE3 | DATE | Descriptive Flexfield: segment of the user descriptive flexfield. | |||
| ATTRIBUTE_TIMESTAMP1 | TIMESTAMP | Descriptive Flexfield: segment of the user descriptive flexfield. | |||
| ATTRIBUTE_TIMESTAMP2 | TIMESTAMP | Descriptive Flexfield: segment of the user descriptive flexfield. | |||
| ATTRIBUTE_TIMESTAMP3 | TIMESTAMP | Descriptive Flexfield: segment of the user descriptive flexfield. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| FOS_QUALIFIER_RULES | fos_qualifier_rule_set | QUALIFIER_RULE_SET_ID |
| FOS_QUALIFIER_RULES | fos_qualifier_definitions_b | QUALIFIER_CODE |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| FOS_QUALIFIER_RULES_N1 | Non Unique | Default | QUALIFIER_CODE |
| FOS_QUALIFIER_RULES_PK | Unique | Default | QUALIFIER_RULE_LINE_ID |
| FOS_QUALIFIER_RULES_U1 | Unique | Default | QUALIFIER_RULE_SET_ID, QUALIFIER_RULE_LINE_NUMBER |