FND_BOSS_HS_FUSION_INDICES
BOSS RODS Hybrid Search indexes defined by BOSS metadata.
Details
-
Schema: FUSION
-
Object owner: FND
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
FND_BOSS_HS_FUSION_INDICES_PK |
INDEX_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| INDEX_ID | NUMBER | 18 | Yes | Unique identifier of the index. | |
| DEPLOYMENT_ID | VARCHAR2 | 255 | Yes | Deployment Id. | |
| MODULE_NAME | VARCHAR2 | 255 | Yes | Module Name which contains the Business Object. | |
| BUSINESS_OBJECT_NAME | VARCHAR2 | 255 | Yes | Name of the Business Object. | |
| ALL_VIEW_NAMES | VARCHAR2 | 4000 | Yes | All BOSS RODS view names that contributed to this index encoded as a csv list. | |
| LANGUAGE_CODE | VARCHAR2 | 4 | Yes | Indicates the code of the language this index reference is for. | |
| 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 |
|---|---|---|---|
| FND_BOSS_HS_FUSION_INDICES_U1 | Unique | Default | INDEX_ID |
| FND_BOSS_HS_FUSION_INDICES_U2 | Unique | Default | DEPLOYMENT_ID, MODULE_NAME, BUSINESS_OBJECT_NAME, LANGUAGE_CODE |