FND_PRIMARY_KEY_COLUMNS
Contains the list of Primary and Unique key columns registered with Applications.
Details
-
Schema: FUSION
-
Object owner: FND
-
Object type: TABLE
-
Tablespace: REFERENCE
Primary Key
Name | Columns |
---|---|
FND_PRIMARY_KEY_COLUMNS_PK |
TABLE_ID, PRIMARY_KEY_ID, PRIMARY_KEY_SEQUENCE |
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_SEQUENCE | NUMBER | 18 | Yes | Sequence of the column in the primary/unique key. | |
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. |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
FND_PRIMARY_KEY_COLUMNS | FND_PRIMARY_KEYS | TABLE_ID, PRIMARY_KEY_ID |
FND_PRIMARY_KEY_COLUMNS | FND_COLUMNS | TABLE_ID, COLUMN_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
FND_PRIMARY_KEY_COLUMNS_U1 | Unique | Default | TABLE_ID, PRIMARY_KEY_ID, PRIMARY_KEY_SEQUENCE |
FND_PRIMARY_KEY_COLUMNS_U2 | Unique | Default | TABLE_ID, PRIMARY_KEY_ID, COLUMN_ID |