PPM_MY_LINKS
This table stores the PPM pages a user has added to the My Links menu.
Foreign Keys
|
Primary Key Table |
Primary Key Column |
Foreign Key Column |
|---|---|---|
|
KNTA_USERS |
USER_ID |
USER_ID |
|
KNTA_USERS |
USER_ID |
LAST_UPDATED_BY |
|
KNTA_USERS |
USER_ID |
CREATED_BY |
Column Descriptions
|
Column Name |
Null? |
Data Type |
Description |
|---|---|---|---|
|
ID |
NOT NULL |
NUMBER |
System-generated identifier |
|
VERSION |
NOT NULL |
NUMBER |
System-generated version |
|
CREATION_DATE |
NOT NULL |
DATE |
Date record was created |
|
CREATED_BY |
NOT NULL |
NUMBER |
Identifier for the user who created the record |
|
LAST_UPDATE_DATE |
NOT NULL |
DATE |
Date record was last updated |
|
LAST_UPDATED_BY |
NOT NULL |
NUMBER |
Identifier for the user who last updated the record |
|
DISPLAY_NAME |
NOT NULL |
VARCHAR2(200) |
Label of the link |
|
URL |
NULLABLE |
VARCHAR2(2048) |
URL of the link |
|
DESCRIPTION |
NULLABLE |
VARCHAR2(2000) |
Description of the link |
|
SEQ |
NOT NULL |
NUMBER |
Sequence of the ordered link |
|
USER_ID |
NOT NULL |
NUMBER |
Identifier for the user who owns the link |
Indexes
|
Index Name |
Index Type |
Sequence |
Column Name |
|---|---|---|---|
|
PPM_MY_LINKS_PK |
UNIQUE |
1 |
ID |
Sequences
|
Sequence Name |
Sequence Type |
|---|---|
|
PPM_MY_LINKS_S |
ID |

