MSC_HVGOP_AGG_PASTDUE_SUPDEM
This table stores aggregate supply, demand and onhand for applicable past due dates. This table is populate during order promising for respective item/orgs
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
MSC_HVGOP_AGG_SUPDEM_PK |
INVENTORY_KEY, PASTDUE_DATE, PASTDUE_TYPE |
Columns
Name | Datatype | Length | Not-null | Comments |
---|---|---|---|---|
INVENTORY_KEY | VARCHAR2 | 150 | Yes | Inventory (Item@Org) unique identifier |
PASTDUE_DATE | DATE | Yes | Indicates the date of past due record | |
PASTDUE_TYPE | NUMBER | Yes | Indicates whether record is of SUPPLY (1), DEMAND (2) or ONHAND (3). | |
QUANTITY | NUMBER | Yes | The column stores aggregate available quantity. | |
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_AGG_SUPDEM_U1 | Unique | Default | INVENTORY_KEY, PASTDUE_DATE, PASTDUE_TYPE |