FND_FOREIGN_KEY_COLUMNS

Contains the list of Foreign Key Columns registered in the Applications.

Details

  • Schema: FUSION

  • Object owner: FND

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

FND_FOREIGN_KEY_COLUMNS_PK

TABLE_ID, FOREIGN_KEY_ID, FOREIGN_KEY_SEQUENCE

Columns

Name Datatype Length Precision Not-null Comments
TABLE_ID NUMBER 18 Yes Table Identifier.
FOREIGN_KEY_ID NUMBER 18 Yes Foreign Key Identifier.
FOREIGN_KEY_SEQUENCE NUMBER 18 Yes Sequence of the column in the Foreign Key definition.
COLUMN_ID NUMBER 18 Yes Column Identifier.
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.
CASCADE_VALUE VARCHAR2 80 Cascade Value.

Foreign Keys

Table Foreign Table Foreign Key Column
FND_FOREIGN_KEY_COLUMNS FND_COLUMNS TABLE_ID, COLUMN_ID
FND_FOREIGN_KEY_COLUMNS FND_FOREIGN_KEYS TABLE_ID, FOREIGN_KEY_ID

Indexes

Index Uniqueness Tablespace Columns
FND_FOREIGN_KEY_COLUMNS_U1 Unique Default TABLE_ID, FOREIGN_KEY_ID, FOREIGN_KEY_SEQUENCE
FND_FOREIGN_KEY_COLUMNS_U2 Unique Default TABLE_ID, COLUMN_ID, FOREIGN_KEY_ID