MSC_BP_BUYER_PLANS

Tracks the plans that elastic search will ingest when full ingestion is run.

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

MSC_BP_BUYER_PLANS_PK

BP_PLAN_ID

Columns

Name Datatype Length Precision Not-null Comments
BP_PLAN_ID NUMBER 18 Yes Uniquely identifies plan used for buyer planning.
PLAN_ID NUMBER 18 Yes This value indicates the plan identifier for the record.
LAST_PLAN_UPDATE_DATE TIMESTAMP Yes Indicates the date and time of the plan's last update date in planning.
PLAN_COMPLETION_DATE TIMESTAMP This column shows the plan completion date after a run.
PLAN_LAST_RUN_END_DATE TIMESTAMP Date and time when the last plan run completed.
PLAN_HORIZON_START_DATE DATE Date when the planning process starts planning for demands and supplies.
PLAN_HORIZON_END_DATE DATE Date when the planning process ends planning for demands and supplies.
SR_INSTANCE_ID NUMBER 18 Identifier of the source system from where the data is collected.
INGESTION_COUNT NUMBER 9 Yes Tracks number of times the ingestion has occurred for a particular plan.
INGESTION_AVG_TIME NUMBER Yes Tracks average time in seconds the ingestion has occurred for a particular plan.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated 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.
CHANGE_VERSION_INDICATOR NUMBER 9 Used to track changes at the buyer planning plan level.
BASIS_CURRENCY_CODE VARCHAR2 30 The buyer planning default currency associated with amounts.
BASIS_CONVERSION_TYPE VARCHAR2 30 Represents the buyer planning default currency conversion type.
LAST_INV_ANALYSIS_CALC_DATE TIMESTAMP Last completion date of the inventory balances calculation.

Indexes

Index Uniqueness Tablespace Columns
MSC_BP_BUYER_PLANS_U1 Unique DEFAULT BP_PLAN_ID
MSC_BP_BUYER_PLANS_U2 Unique DEFAULT PLAN_ID