MSC_BM_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
Primary Key
| Name | Columns |
|---|---|
|
MSC_BM_DEMAND_DETAILS_PK |
TRANSACTION_ID, PARTITON_KEY |
Columns
| Name | Datatype | Length | Not-null | Comments |
|---|---|---|---|---|
| TRANSACTION_ID | NUMBER | Yes | Field indicates unique identifier of the demand detail record | |
| INVENTORY_ITEM_ID | NUMBER | Yes | Field indictes identifier for item of the demand detail | |
| ORGANIZATION_ID | NUMBER | Yes | Field indicates identifier of organization for the demand detail | |
| PARTITON_KEY | NUMBER | Yes | Key column used for exchange partitioning | |
| DEMAND_DATE | DATE | Yes | Field indicates date time value of demand from msc_demands | |
| MRSL_DATE | DATE | Field indicates minimum remaining shelf life date time in org time zone | ||
| QUANTITY | NUMBER | field indicates the quantity of the demand held by the current demand detail | ||
| 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_BM_DEMAND_DETAILS_U1 | Unique | Default | TRANSACTION_ID, PARTITON_KEY |