POQ_QNAIRE_RULES
POQ_QNAIRE_RULES stores questionnaire rules generated during the external supplier registration process.
Details
-
Schema: FUSION
-
Object owner: POQ
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
POQ_QNAIRE_RULES_PK |
QUESTNAIRE_RULE_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| QUESTNAIRE_RULE_ID | NUMBER | 18 | Yes | Internal system identifier for a questionnaire rule. | |
| 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. | |
| QUESTNAIRE_ID | NUMBER | 18 | Yes | Internal system identifier for a questionnaire. | |
| DISPLAY_SEQUENCE | NUMBER | 9 | Yes | Specifies the display sequence for a questionnaire rule. | |
| RULE_ID | NUMBER | 18 | Yes | Internal system identifier for a rule. | |
| RULE_TYPE | VARCHAR2 | 30 | Yes | Identifies the type of a rule. Only possible value is area. Question value is obsolete. | |
| CONDITION_TYPE | VARCHAR2 | 30 | Yes | Specifies the type of rule condition. | |
| SUPPLIER_ATTRIBUTE_CODE | VARCHAR2 | 35 | Specifies a unique code identifying a supplier attribute. | ||
| EXT_ATTR_1 | VARCHAR2 | 240 | This is used to store some relevant information related to the business classification. For example, this column is used to store the minority type for the Minority Owned business classification. | ||
| CONDITION_OPERATOR | VARCHAR2 | 30 | Specifies the operation of the rule condition. | ||
| CONDITION_VALUE_TYPE | VARCHAR2 | 20 | Specifies the value type of the rule condition. | ||
| CONDITION_VALUE_TEXT | VARCHAR2 | 240 | Specifies the value text of the rule condition. | ||
| CONDITION_VALUE_NUMBER | NUMBER | Specifies the value number of the rule condition. | |||
| CONDITION_VALUE_DATE | DATE | Specifies the value date of the rule condition. | |||
| CONDITION_VALUE_TIMESTAMP | TIMESTAMP | Specifies the value timestamp of the rule condition. | |||
| CATEGORY_ID | NUMBER | 18 | Internal system identifier for a products and services category. | ||
| VALID_STATE_FLAG | VARCHAR2 | 1 | Yes | Specifies the valid state of the questionnaire rule. | |
| REG_SOURCING_QUAL_MODEL_ID | NUMBER | 18 | Internal system identifier for the qualification model. This qualification model is enabled for sourcing eligibility. | ||
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| POQ_QNAIRE_RULES | poq_questnaires_b | QUESTNAIRE_ID |
| poq_qnaire_rule_entity | poq_qnaire_rules | QUESTNAIRE_RULE_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| POQ_QNAIRE_RULES_PK | Unique | Default | QUESTNAIRE_RULE_ID |
| POQ_QNAIRE_RULES_U1 | Unique | Default | QUESTNAIRE_ID, DISPLAY_SEQUENCE |