[Home] [Help]
[Dependency Information]
| Object Name: | FND_INDEXES |
|---|---|
| Object Type: | TABLE |
| Owner: | APPLSYS |
| FND Design Data: | FND.FND_INDEXES
|
| Subobject Name: | |
| Status: | VALID |
FND_INDEXES stores information about the registered indexes
in your applications. Each row includes the name and a
description of the index. Each row also contains information about
the storage parameters for the index and a flag (AUTO_SIZE) which
indicates whether the install should automatically apply a sizing
factor to the storage parameters. You need one row for each
index in each application. Oracle Applications uses this
information when installing and upgrading the database.
.
.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 20 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| FND_INDEXES_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
APPLICATION_ID
TABLE_ID
INDEX_ID
ZD_EDITION_NAME
|
| FND_INDEXES_U2 | NORMAL | UNIQUE |
APPS_TS_SEED
|
INDEX_NAME
APPLICATION_ID
TABLE_ID
ZD_EDITION_NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| APPLICATION_ID | NUMBER | (15) | Yes | Application identifier |
| TABLE_ID | NUMBER | (15) | Yes | Table identifier |
| INDEX_ID | NUMBER | (15) | Yes | Index identifier |
| INDEX_NAME | VARCHAR2 | (30) | Yes | Index name |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
| CREATION_DATE | DATE | Yes | Standard Who column | |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Yes | Standard Who column |
| AUTO_SIZE | VARCHAR2 | (1) | Yes | Is this index automatically sized during an install? |
| INI_TRANS | NUMBER | (15) | Yes | Initial number of transactions |
| MAX_TRANS | NUMBER | (15) | Yes | Maximum number of transactions |
| INITIAL_EXTENT | NUMBER | (15) | Yes | Initial extent |
| NEXT_EXTENT | NUMBER | (15) | Yes | Next extent |
| MIN_EXTENTS | NUMBER | (15) | Yes | Minimum extent |
| MAX_EXTENTS | NUMBER | (15) | Yes | Maximum extent |
| PCT_FREE | NUMBER | (15) | Yes | Percent of free space |
| PCT_INCREASE | NUMBER | (15) | Yes | Percent of free space to increase |
| UNIQUENESS | VARCHAR2 | (1) | Yes | Uniqueness |
| DESCRIPTION | VARCHAR2 | (240) | Description | |
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT APPLICATION_ID
, TABLE_ID
, INDEX_ID
, INDEX_NAME
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, AUTO_SIZE
, INI_TRANS
, MAX_TRANS
, INITIAL_EXTENT
, NEXT_EXTENT
, MIN_EXTENTS
, MAX_EXTENTS
, PCT_FREE
, PCT_INCREASE
, UNIQUENESS
, DESCRIPTION
, ZD_EDITION_NAME
FROM APPLSYS.FND_INDEXES;
APPLSYS.FND_INDEXES does not reference any database object
APPLSYS.FND_INDEXES is referenced by following:
APPLSYS
FND_INDEXES#
|
|
|
|