POQ_SUPPLIER_ATTRIBUTES_B
POQ_SUPPLIER_ATTRIBUTES_B contains information about attributes mapped to the supplier profile. The table stores details such as question type, responder type, and response type for each of the mapped attributes.
Details
-
Schema: FUSION
-
Object owner: POQ
-
Object type: TABLE
-
Tablespace: REFERENCE
Primary Key
| Name | Columns |
|---|---|
|
POQ_SUPPLIER_ATTRIBUTES_B_PK |
SUPPLIER_ATTRIBUTE_CODE |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| SUPPLIER_ATTRIBUTE_CODE | VARCHAR2 | 35 | Yes | A unique code identifying this supplier attribute | |
| 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. | |
| CATEGORY_CODE | VARCHAR2 | 30 | Yes | A code identifying the categorization of this supplier attribute | |
| ATTRIBUTE_ACTIVE_FLAG | VARCHAR2 | 1 | Yes | If Y, this supplier attribute can be assigned to a Question Revision | |
| QUESTION_LEVEL | VARCHAR2 | 30 | Yes | The question level this supplier attribute - Supplier or Supplier site | |
| QUESTION_TYPE | VARCHAR2 | 30 | Yes | The question type of this supplier attribute | |
| RESPONSE_TYPE | VARCHAR2 | 30 | If the Question Type of this supplier attribute is 'INPUT_BOX', the response type of this attribute | ||
| SYNC_REQ_FLAG | VARCHAR2 | 1 | This flag indicates if question mapped to this attribute needs to be synced up with source or not. If this flag is set, system will compare question definition with source to make sure it is consistent with source. | ||
| RULE_SET_ATTR_CODE | VARCHAR2 | 30 | A column that indicates which set of attributes for rule sets does this attribute belong to. Possible values are RULE_CONDITION to indicate attribute appears in the list of response dependent attributes, MAPPED_QUESTION to indicate questions mapped to an attribute has to be shown on select and add questions popup. | ||
| REG_READ_ONLY_FLAG | VARCHAR2 | 1 | A column to indicate if the question mapped to this supplier attribute appears as read only on the supplier registration questionnaire. The responses will not be passed to update supplier profile upon the approval of the supplier registration. | ||
| 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. | ||
| SEED_DATA_SOURCE | VARCHAR2 | 512 | Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file. | ||
| ORA_SEED_SET1 | VARCHAR2 | 1 | Yes | Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N. | |
| ORA_SEED_SET2 | VARCHAR2 | 1 | Yes | Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| poq_questions_b | poq_supplier_attributes_b | SUPPLIER_ATTRIBUTE_CODE |
| poq_supplier_attributes_tl | poq_supplier_attributes_b | SUPPLIER_ATTRIBUTE_CODE |
| poq_questions | poq_supplier_attributes_b | SUPPLIER_ATTRIBUTE_CODE |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| POQ_SUPPLIER_ATTRIBUTES_B_PK | Unique | Default | SUPPLIER_ATTRIBUTE_CODE, ORA_SEED_SET1 |
| POQ_SUPPLIER_ATTRIBUTES_B_PK1 | Unique | Default | SUPPLIER_ATTRIBUTE_CODE, ORA_SEED_SET2 |