MSC_SOP_PLAN_ACTIVITY_B

This table lists all the activities for a plan cycle

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

MSC_SOP_PLAN_ACTIVITY_B_PK

ACTIVITY_ID

Columns

Name Datatype Length Precision Not-null Comments
ACTIVITY_ID NUMBER 18 Yes This column identifies the row uniquely
OWNER VARCHAR2 64 Contains the owner userid for the activity
ACTIVITY_TYPE VARCHAR2 64 Indicates the type of the activity.
CATEGORY VARCHAR2 64 Indicates the category of the activity
LINK_TO VARCHAR2 256 Indicates the link to which the user can navigate
DISPLAY_ORDER NUMBER 18 Indicates the display order of the activity in the ui table
DUE_DATE DATE This column will have the due date for the activity
COMPLETION_DATE DATE This column will have the completion date for the activity
ASSIGNED_TO VARCHAR2 64 Contains the assignee userid for the activity
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.
SUB_PROCESS_ID NUMBER 18 Indicates the subprocess to which the activity belongs to
PLAN_CYCLE_ID NUMBER 18 Indicates the plancycle to which the activity belongs to
STATUS VARCHAR2 32 Indicates the status of the activity
LINKTYPE NUMBER 9 Type of the link associated to the activity
LINKID NUMBER 18 Id of the link associated to the activity
TASKFLOW_CODE VARCHAR2 20 Task Flow Code of the link associated to the activity
LAYOUT_ID NUMBER 18 Id of the layout associated to the activity
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_ACTIVITY_B_U1 Unique Default ACTIVITY_ID, ORA_SEED_SET1
MSC_SOP_PLAN_ACTIVITY_B_U11 Unique Default ACTIVITY_ID, ORA_SEED_SET2