[Home] [Help]
[Dependency Information]
Object Name: | FND_INDEX_COLUMNS |
---|---|
Object Type: | TABLE |
Owner: | APPLSYS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
FND_INDEX_COLUMNS stores information about individual columns
in application indexes. Each row includes the index column and its
sequence in the index. You need one row for each index column in
each application. Oracle Applications uses this information when
installing and upgrading the database.
.
.
Tablespace: | ![]() |
---|---|
PCT Free: | 20 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
FND_INDEX_COLUMNS_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() ![]() ![]() |
FND_INDEX_COLUMNS_U2 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() ![]() ![]() |
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 |
COLUMN_SEQUENCE | NUMBER | (15) | Yes | The position of the column in the index |
COLUMN_ID | NUMBER | (15) | Yes | Column identifier |
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 |
ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT APPLICATION_ID
, TABLE_ID
, INDEX_ID
, COLUMN_SEQUENCE
, COLUMN_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, ZD_EDITION_NAME
FROM APPLSYS.FND_INDEX_COLUMNS;
APPLSYS.FND_INDEX_COLUMNS does not reference any database object
APPLSYS.FND_INDEX_COLUMNS is referenced by following:
|
|
|