WP_MT_AFFECTING_TASK

Links the tasks and their exceptions.

Foreign Keys

Primary Key Table

Primary Key Column

Foreign Key Column

KNTA_USERS

USER_ID

CREATED_BY

PM_EXCEPTION_RULE_RESULTS

EXCEPTION_RULE_RESULT_ID

EXCEPTION_ID

KNTA_USERS

USER_ID

LAST_UPDATED_BY

WP_TASKS

TASK_ID

TASK_ID

Column Descriptions

Column Name

Null?

Data Type

Description

DEPENDANT_TASK_ID

NOT NULL

NUMBER

System-generated identifier

VERSION

NOT NULL

NUMBER

System-generated version for the entity. This column must not be updated manually

TASK_ID

NULLABLE

NUMBER

Identifies the task. Foreign key to WP_TASKS.

EXCEPTION_ID

NULLABLE

NUMBER

Identifies the exception. Foreign key to pm_exception_rule_results.

DETAILS

NULLABLE

VARCHAR2(600)

Detail of the exception

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

FK9EE737897E369B78_I

NONUNIQUE

1

EXCEPTION_ID

FK9EE73789DED8B1D6_I

NONUNIQUE

1

TASK_ID

SYS_C005201606

UNIQUE

1

DEPENDANT_TASK_ID

Sequences

This table uses no sequences.