MSC_SHIP_RCV_HISTORY
Planning ODS table for Purchase Order/Transfer Order shipment receipts history.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: APPS_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
MSC_SHIP_RCV_HISTORY_PK |
HISTORY_ID, PART_KEY1, PLAN_ID |
Columns
| Name | Datatype | Length | Not-null | Comments |
|---|---|---|---|---|
| HISTORY_ID | NUMBER | Yes | Unique identifier for the history data. | |
| INVENTORY_ITEM_ID | NUMBER | Yes | This column indicates the inventory item identifier. | |
| ORGANIZATION_ID | NUMBER | Yes | This column indicates the organization identifier. | |
| FROM_ORGANIZATION_ID | NUMBER | This column indicates the from organization identifier. | ||
| SUPPLIER_ID | NUMBER | This value indicates the Supplier identifier in the planning system. | ||
| SUPPLIER_SITE_ID | NUMBER | This value indicates the Supplier site identifier. | ||
| SHIP_DATE | DATE | This value indicates the ship date for the supply record. | ||
| ORDER_DATE | DATE | This value indicates the order date of the supply record. | ||
| RECEIPT_DATE | DATE | Yes | This value indicates the receipt date of the supply record. | |
| SHIPMENT_HEADER_NUM | VARCHAR2 | 30 | This value indicates the shipment header number of the supply. | |
| SHIPMENT_LINE_NUM | VARCHAR2 | 30 | This value indicates the shipment line number of the supply. | |
| RECEIPT_NUM | VARCHAR2 | 30 | This value indicates the receipt number identifier of the supply record. | |
| SUPPLY_ORDER_ID | NUMBER | This value indicates the order identifier for the supply collected from source system. | ||
| SUPPLY_LINE_ID | NUMBER | This value indicates the order line identifier for the supply collected from source system. | ||
| ORDER_NUMBER | VARCHAR2 | 240 | Yes | This value indicates the order number identifier of the supply record. |
| ORDER_LINE_NUMBER | VARCHAR2 | 25 | This value indicates the order line number of the supply. | |
| SCHEDULE_LINE_NUM | VARCHAR2 | 30 | This value indicates the schedule line number of the supply record. | |
| BMT_FLAG | NUMBER | This flag value indicates whether transportation is managed by Buyer. 1-Yes, 2-No. | ||
| SOURCE_DOCUMENT_CODE | VARCHAR2 | 5 | Yes | This value indicates the code indicating the supply source document. |
| REFRESH_NUMBER | NUMBER | This value indicates the refresh identifier populated by the collection program. | ||
| PART_KEY1 | NUMBER | Yes | This value indicates the Source instance identifier. | |
| PLAN_ID | NUMBER | Yes | This value indicates the plan identifier for the record. | |
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who 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_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. | |
| REQUESTED_DELIVERY_DATE | DATE | The column indicates requested delivery date. | ||
| PROMISED_DELIVERY_DATE | DATE | The column indicates promised delivery date. | ||
| REQUESTED_SHIP_DATE | DATE | The column indicates requested ship date. | ||
| PROMISED_SHIP_DATE | DATE | The column indicates promised ship date. | ||
| VARIANCE | NUMBER | The column contains the variance value. | ||
| VARIANCE_PERCENTAGE | NUMBER | The column contains variance percentage value. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| MSC_SHIP_RCV_HISTORY_N1 | Non Unique | Default | INVENTORY_ITEM_ID, ORGANIZATION_ID, SUPPLIER_ID, SUPPLIER_SITE_ID, PLAN_ID, PART_KEY1 |
| MSC_SHIP_RCV_HISTORY_N2 | Non Unique | Default | REFRESH_NUMBER, PLAN_ID, PART_KEY1 |
| MSC_SHIP_RCV_HISTORY_U1 | Unique | Default | HISTORY_ID, PART_KEY1, PLAN_ID |