EGP_PM_ES_ATTRS
This table stores attributes enabled for elastic search index.
Details
-
Schema: FUSION
-
Object owner: EGP
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
EGP_PM_ES_ATTRS_PK |
ATTRIBUTE_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| ATTRIBUTE_ID | NUMBER | 18 | Yes | Unique identifier for each record in this table. | |
| INDEX_NAME | VARCHAR2 | 240 | Yes | Identifies the name of the index. | |
| OBJECT_CODE | VARCHAR2 | 30 | Yes | Identifies the object to which the indexed attributes belongs (example: Item, Item Relationship, Item Supplier etc). | |
| OBJECT_SUB_TYPE_CODE | VARCHAR2 | 40 | Identifies the sub type of the object under which the attribute is grouped. | ||
| GROUP_CODE | VARCHAR2 | 80 | Yes | Identifies the group to which the selected attribute belongs. | |
| ATTRIBUTE_CODE | VARCHAR2 | 200 | Yes | The internal code of the selected attribute. | |
| AUTOCOMPLETE | VARCHAR2 | 1 | Indicates if an attribute has autocomplete enabled. | ||
| ATTR_DATA_TYPE | VARCHAR2 | 50 | Code of the data type. | ||
| ATTR_CODE_PATH | VARCHAR2 | 4000 | Path of the attribute code. | ||
| ATTR_DISPLAY_PATH | VARCHAR2 | 4000 | Path of the attribute display value. | ||
| UOM_CODE_PATH | VARCHAR2 | 4000 | Path of the UOM code for the attribute. | ||
| UOM_DISPLAY_PATH | VARCHAR2 | 4000 | Path of the UOM display value of the attribute. | ||
| ATTR_INDEX_STATUS | VARCHAR2 | 1 | Contains one of the following values: true or false. If true, then the attribute is indexed. The default value is false. | ||
| 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. | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of 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. | ||
| 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 |
|---|---|---|
| egp_es_search_view_config | egp_pm_es_attrs | INDEXED_ATTR_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| EGP_PM_ES_ATTRS_U1 | Unique | FUSION_TS_TX_IDX | ATTRIBUTE_ID |
| EGP_PM_ES_ATTRS_U2 | Unique | FUSION_TS_TX_IDX | INDEX_NAME, OBJECT_CODE, OBJECT_SUB_TYPE_CODE, GROUP_CODE, ATTRIBUTE_CODE |