WP_TASK_SCHEDULE

This table stores schedule information for tasks.

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

TASK_SCHEDULE_ID

NOT NULL

NUMBER

System-generated identifier

VERSION

NOT NULL

NUMBER

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

SCHED_DURATION

NULLABLE

FLOAT

Scheduled duration of the task

SCHED_EFFORT

NULLABLE

FLOAT

Scheduled effort of the task

SCHED_FINISH_DATE

NULLABLE

DATE

Scheduled finish date of the task

SCHED_START_DATE

NULLABLE

DATE

Scheduled start date of the task

EARLY_FINISH

NULLABLE

DATE

Early finish of the task (used by the scheduling engine)

EARLY_START

NULLABLE

DATE

Early start of the task (used by the scheduling engine)

LATE_FINISH

NULLABLE

DATE

Late finish of the task (used by the scheduling engine)

LATE_START

NULLABLE

DATE

Late start of the task (used by the scheduling engine)

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

OWNER_TASK_ID

NULLABLE

NUMBER

ID of the task in WP_TASKS table

Indexes

Index Name

Index Type

Sequence

Column Name

SYS_C005201615

UNIQUE

1

TASK_SCHEDULE_ID

Sequences

Sequence Name

Sequence Type

WP_TASK_SCHEDULE_S

TASK_SCHEDULE_ID