FND_PRIMARY_KEYS
Contains the list of Primary and Unique keys registered with Applications.
Details
-
Schema: FUSION
-
Object owner: FND
-
Object type: TABLE
-
Tablespace: REFERENCE
Primary Key
Name | Columns |
---|---|
FND_PRIMARY_KEYS_PK |
TABLE_ID, PRIMARY_KEY_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
TABLE_ID | NUMBER | 18 | Yes | Table Identifier. | |
PRIMARY_KEY_ID | NUMBER | 18 | Yes | Primary Key Identifier. | |
PRIMARY_KEY_NAME | VARCHAR2 | 30 | Yes | Primary Key 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. | ||
PRIMARY_KEY_TYPE | VARCHAR2 | 1 | Yes | Primary Key Type. | |
AUDIT_KEY_FLAG | VARCHAR2 | 1 | Yes | Y/N Flag: Is this the Primary Key ? | |
LOGICAL | VARCHAR2 | 1 | Y/N Flag: Is the primary/unique key logical ? | ||
SHORT_NAME | VARCHAR2 | 30 | Constraint short Name. | ||
STATUS | VARCHAR2 | 30 | Active / Obsolet (default: Active) |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
FND_PRIMARY_KEYS | FND_TABLES | TABLE_ID |
FND_PRIMARY_KEY_COLUMNS | FND_PRIMARY_KEYS | TABLE_ID, PRIMARY_KEY_ID |
FND_FOREIGN_KEYS | FND_PRIMARY_KEYS | PRIMARY_KEY_TABLE_ID, PRIMARY_KEY_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
FND_PRIMARY_KEYS_U1 | Unique | Default | TABLE_ID, PRIMARY_KEY_ID |
FND_PRIMARY_KEYS_U2 | Unique | Default | PRIMARY_KEY_NAME, TABLE_ID |