FND_INDEXES
Contains the list of Unique and non-unique indexes registered with Applications.
Details
-
Schema: FUSION
-
Object owner: FND
-
Object type: TABLE
-
Tablespace: REFERENCE
Primary Key
Name | Columns |
---|---|
FND_INDEXES_PK |
TABLE_ID, INDEX_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
TABLE_ID | NUMBER | 18 | Yes | Table Identifier. | |
INDEX_ID | NUMBER | 18 | Yes | Index Identifier. | |
INDEX_NAME | VARCHAR2 | 30 | Yes | Index Name. | |
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. | |
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_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
UNIQUENESS | VARCHAR2 | 1 | Y/N Flag: Is the index Unique? | ||
DEPLOY_TO | VARCHAR2 | 30 | All / Server DB Only / Mobile DB Only (default: 'Server DB Only'). | ||
STATUS | VARCHAR2 | 30 | Active / Obsolete / EOL / Not Used (default: 'Active'). | ||
SHORT_NAME | VARCHAR2 | 30 | Index Short Name: Max Length 28. | ||
APPLICATION_DB_TYPE | VARCHAR2 | 30 | Application DB type. Options: NULL/FA/RODS/FA,RODS. |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
FND_INDEXES | FND_TABLES | TABLE_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
FND_INDEXES_U1 | Unique | Default | TABLE_ID, INDEX_ID |
FND_INDEXES_U2 | Unique | Default | INDEX_NAME, TABLE_ID |