PPM_NOTIFICATION_DETAILS
This table stores the details about a task notification.
Foreign Keys
Primary Key Table |
Primary Key Column |
Foreign Key Column |
---|---|---|
KNTA_USERS |
USER_ID |
CREATED_BY |
KNTA_USERS |
USER_ID |
LAST_UPDATED_BY |
Column Descriptions
Column Name |
Null? |
Data Type |
Description |
---|---|---|---|
NOTIF_DETAILS_ID |
NOT NULL |
NUMBER |
System-generated identifier |
VERSION |
NOT NULL |
NUMBER |
For the token evaluation engine. Contains the primary key of a table (see KNTA_TOKEN). The reference to this table is used to resolve all the tokens from this context after update |
SOURCE_ID |
NOT NULL |
NUMBER |
For the token evaluation engine. Contains the primary key of a table (see KNTA_TOKEN). The reference to this table is used to resolve all the tokens from this context after update |
SOURCE_ENTITY_ID |
NOT NULL |
NUMBER |
For the token evaluation engine. Contains the primary key of a table (see KNTA_TOKEN). The reference to this table is used to resolve all the tokens from this context after update |
PERIOD |
NULLABLE |
NUMBER |
For the token evaluation engine. Contains the primary key of a table (see KNTA_TOKEN). The reference to this table is used to resolve all the tokens from this context after update |
DETAILS1-5 |
NULLABLE |
VARCHAR2(1020) |
For the token evaluation engine. Contains the primary key of a table (see KNTA_TOKEN). The reference to this table is used to resolve all the tokens from this context after update |
DETAILS6 |
NULLABLE |
VARCHAR2(2000) |
For the token evaluation engine. Contains the primary key of a table (see KNTA_TOKEN). The reference to this table is used to resolve all the tokens from this context after update |
DETAILS7-16 |
NULLABLE |
VARCHAR2(1020) |
For the token evaluation engine. Contains the primary key of a table (see KNTA_TOKEN). The reference to this table is used to resolve all the tokens from this context after update |
CREATED_BY |
NOT NULL |
NUMBER |
Identifier for the user who created the record |
CREATION_DATE |
NOT NULL |
DATE |
Date record was created |
LAST_UPDATED_BY |
NOT NULL |
NUMBER |
Identifier for the user who last updated the record |
LAST_UPDATE_DATE |
NOT NULL |
DATE |
Date record was last updated |
DETAILS1_TYPE |
NULLABLE |
VARCHAR2(255) |
|
DETAILS2_TYPE |
NULLABLE |
VARCHAR2(255) |
|
DETAILS3_TYPE |
NULLABLE |
VARCHAR2(255) |
|
DETAILS4_TYPE |
NULLABLE |
VARCHAR2(255) |
|
DETAILS5_TYPE |
NULLABLE |
VARCHAR2(255) |
|
DETAILS6_TYPE |
NULLABLE |
VARCHAR2(255) |
|
DETAILS7_TYPE |
NULLABLE |
VARCHAR2(255) |
|
DETAILS8_TYPE |
NULLABLE |
VARCHAR2(255) |
|
DETAILS9_TYPE |
NULLABLE |
VARCHAR2(255) |
|
DETAILS10_TYPE |
NULLABLE |
VARCHAR2(255) |
|
DETAILS11_TYPE |
NULLABLE |
VARCHAR2(255) |
|
DETAILS12_TYPE |
NULLABLE |
VARCHAR2(255) |
|
DETAILS13_TYPE |
NULLABLE |
VARCHAR2(255) |
|
DETAILS14_TYPE |
NULLABLE |
VARCHAR2(255) |
|
DETAILS15_TYPE |
NULLABLE |
VARCHAR2(255) |
|
DETAILS16_TYPE |
NULLABLE |
VARCHAR2(255) |
Indexes
Index Name |
Index Type |
Sequence |
Column Name |
---|---|---|---|
PPM_NOTIFICATION_DETAILS_N1 |
NONUNIQUE |
1 |
SOURCE_ID |
SYS_C005201623 |
UNIQUE |
1 |
NOTIF_DETAILS_ID |
Sequences
Sequence Name |
Sequence Type |
---|---|
PPM_NOTIFICATION_DETAILS_S |
NOTIF_DETAILS_ID |