MSC_HVGOP_DAILY_AVAIL_REPORT
This table contains availability information for items with supply chain search ATP rule from system date till ITF or specific end date.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
MSC_HVGOP_DAILY_AVAIL_REPO_PK |
RECORD_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| RECORD_ID | NUMBER | 18 | Yes | Unique identifier of the record. | |
| INSTANCE_CODE | VARCHAR2 | 30 | Yes | Identifier for the source system. | |
| ITEM_NAME | VARCHAR2 | 300 | Yes | Identifies the inventory item name. | |
| ORGANIZATION_CODE | VARCHAR2 | 49 | Yes | Identifies the Organization code. | |
| RECORD_DATE | DATE | Yes | Identifies the date of supply/demand, considered as end-of-day. | ||
| SUPPLY_QTY | NUMBER | Yes | Total ATP Supply available on record date. | ||
| CONSUMED_QTY | NUMBER | Yes | Total demand quantity on record date. | ||
| NET_QTY | NUMBER | Yes | Difference between Supply quantity and Demand quantity on record date. | ||
| CUM_QTY | NUMBER | Yes | Cumulative available quantity as on record date after backward and forward consumption. | ||
| REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | ||
| JOB_DEFINITION_NAME | VARCHAR2 | 100 | Enterprise Service Scheduler: indicates the name of the job that created or last updated the row. | ||
| JOB_DEFINITION_PACKAGE | VARCHAR2 | 900 | Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row. | ||
| 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_DAILY_AVAIL_REPO_U1 | Unique | Default | RECORD_ID |