FND_BOSS_HS_BV_TO_INDEX

Reference of BOSS RODS indexes to FND_BOSS_HV_INDICES.

Details

  • Schema: FUSION

  • Object owner: FND

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

FND_BOSS_HS_BV_TO_INDEX_PK

INDEX_ID, VIEW_NAME

Columns

Name Datatype Length Precision Not-null Comments
INDEX_ID NUMBER 18 Yes Unique identifier of the index reference.
VIEW_NAME VARCHAR2 255 Yes Name of the Business View.
REFERENCE_INDEX_ID NUMBER 18 Yes A foreign key to FND_BOSS_DATABASE_INDICES indicating which index to use.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
FND_BOSS_HS_BV_TO_INDEX fnd_boss_hs_indices REFERENCE_INDEX_ID

Indexes

Index Uniqueness Tablespace Columns
FND_BOSS_HS_BV_TO_INDEX_U1 Unique Default INDEX_ID, VIEW_NAME