MSC_HVGOP_DEMAND_DETAILS

The table is used to store demands details from msc_demands ODS table

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: Default

Columns

Name Datatype Length Not-null Comments
TRANSACTION_ID NUMBER Yes demand identifier from msc_demands table
ITEM_ID NUMBER Yes item identifier from msc_demands
ORGANIZATION_ID NUMBER Yes organization identifier from msc_demands
DEMAND_DATE DATE Yes date time value of demand from msc_demands
MRSL_DATE DATE Minimum remaining shelf life date time in org time zone
QUANTITY NUMBER Demand quantity value from msc_demands
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_DEMAND_DETAILS_U1 Unique Default TRANSACTION_ID