MSC_SOP_PLAN_CYCLE_TASK_B

This table lists all the Tasks for a plan cycle

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

MSC_SOP_PLAN_CYCLE_TASK_B_PK

TASK_ID

Columns

Name Datatype Length Precision Not-null Comments
TASK_ID NUMBER 18 Yes Unique identifier for this table
STATUS VARCHAR2 32 Indicates the status of the task
ASSIGNED_DATE DATE Contains the assigne date for an task
DUE_DATE DATE Contains the due date for the task
COMPLETION_DATE DATE Contains the completion date for the task
ASSIGNED_TO VARCHAR2 64 Contains the Assigned to userid for the task
OWNER VARCHAR2 64 Contains the owner userid for the task
PLAN_CYCLE_ID NUMBER 18 Planning cycle id in which the task is present
SUB_PROCESS_ID NUMBER 18 Sub process id in which the task is present
DISPLAY_ORDER NUMBER 18 Display order of the task to be used in UI
TASK_TYPE VARCHAR2 64 Repesents the type of the task created
OFF_SET_DAYS NUMBER 18 Represents the offset days for a task
ACTIVITY_ID NUMBER 18 Id of the Activity under which the task is created
LINK_TO VARCHAR2 256 Represents the Link to which is associated to the task
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
COMMENTS VARCHAR2 1000 Comments for a recommendation task
LINKTYPE NUMBER 9 Type of the link associated to the task
LINKID NUMBER 18 Id of the link associated to the task
TASKFLOW_CODE VARCHAR2 20 Task Flow Code of the link associated to the task
LAYOUT_ID NUMBER 18 Id of the Layout addociated to the task
SEED_DATA_SOURCE VARCHAR2 512 Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file.
ORA_SEED_SET1 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N.
ORA_SEED_SET2 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N.

Indexes

Index Uniqueness Tablespace Columns
MSC_SOP_PLAN_CYCLE_TASK_B_U1 Unique Default TASK_ID, ORA_SEED_SET1
MSC_SOP_PLAN_CYCLE_TASK_B_U11 Unique Default TASK_ID, ORA_SEED_SET2