MSC_HVGOP_INV_PROFILE_CACHE

Table contains inventory profile details.

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: DEFAULT

Primary Key

Name Columns

MSC_HVGOP_INV_PROFILE_CACH_PK

INVENTORY_KEY, TIME_PERIOD, SL_TIME_PERIOD

Columns

Name Datatype Length Not-null Comments
INVENTORY_KEY VARCHAR2 500 Yes Inventory key associated with the sales order.
TIME_PERIOD NUMBER Yes Represents the start time period from which the supply becomes available.
SL_TIME_PERIOD NUMBER Yes Represents the validity period of a supply. The supply is considered expired after this period.
SUPPLY_QTY NUMBER Total supply quantity for current time period.
CONSUMED_QTY NUMBER Total consumed qty in current time period.
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.

Indexes

Index Uniqueness Tablespace Columns
MSC_HVGOP_INV_PROFILE_CACHE_U1 Unique Default INVENTORY_KEY, TIME_PERIOD, SL_TIME_PERIOD