VCS_PLAN_SCENARIOS_B

Represents a unique planning scenario.

Details

  • Schema: FUSION

  • Object owner: VCS

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

VCS_PLAN_SCENARIOS_B_PK

SCENARIO_ID

Columns

Name Datatype Length Precision Not-null Comments
SCENARIO_ID NUMBER 18 Yes Unique key representing a plan scenario
PLAN_NAME VARCHAR2 30 System defined name from Supply Planning.
PUBLISH_CYCLE_TYPE_CODE VARCHAR2 30 Yes A value to indicate when a collaboration should be treated as new or update. Should be either Daily or Weekly.
PUBLISH_CYCLE_FREQUENCY NUMBER 9 Yes Frequency upon which the plan will be published.
PUBLISH_CYCLE_DAY_CODE VARCHAR2 30 A value to indicate the day of the week the plan will be published. Should be a valid day of the week (Monday - Sunday)
PUBLISH_START_TYPE_CODE VARCHAR2 30 Identifies when the collaboration planning cycle begins. Values include Start date and Start day.
PUBLISH_MONTHLY_START_DATE NUMBER 3 Identifies the date when the collaboration planning cycle begins. Values include 1-28.
PUBLISH_START_ORDINAL_CODE VARCHAR2 30 Identifies the ordinal position of the planning cycle's start day within a month. Values include First, Second, Third, Fourth and Last.
STATUS_CODE VARCHAR2 30 Yes Identifies the current state of the plan scenario
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.
SOURCE_TYPE_CODE VARCHAR2 32 Yes Code indicating the supply plan source system.

Indexes

Index Uniqueness Tablespace Columns
VCS_PLAN_SCENARIOS_B_N1 Non Unique Default STATUS_CODE
VCS_PLAN_SCENARIOS_B_U1 Unique Default SCENARIO_ID