WP_PENDING_EXCEPTIONS
This table stores the work plans whose exceptions or health need to be recalculated.
Foreign Keys
|
Primary Key Table |
Primary Key Column |
Foreign Key Column |
|---|---|---|
|
KNTA_USERS |
USER_ID |
CREATED_BY |
|
KNTA_USERS |
USER_ID |
LAST_UPDATED_BY |
|
PM_WORK_PLANS |
WORK_PLAN_ID |
WORK_PLAN_ID |
Column Descriptions
|
Column Name |
Null? |
Data Type |
Description |
|---|---|---|---|
|
ID |
NOT NULL |
NUMBER |
System-generated identifier |
|
VERSION |
NOT NULL |
NUMBER |
System-generated version for the entity. This column must not be updated manually |
|
WORK_PLAN_ID |
NULLABLE |
NUMBER |
Identifies the work plan that need to be checked for exceptions |
|
TYPE |
NULLABLE |
NUMBER |
Indicates whether the work plan needs to have all its exception recomputed (= 1) or only its health (= 2). |
|
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 |
Indexes
|
Index Name |
Index Type |
Sequence |
Column Name |
|---|---|---|---|
|
SYS_C005201608 |
UNIQUE |
1 |
ID |
| WP_PENDING_EXCEPTIONS_IDX_1 | NONUNIQUE | 1 | WORK_PLAN_ID |
Sequences
|
Sequence Name |
Sequence Type |
|---|---|
|
WP_PENDING_EXCEPTIONS_S |
ID |

