[Home] [Help]
[Dependency Information]
| Object Name: | MSD_SHIPMENT_DATA |
|---|---|
| Object Type: | TABLE |
| Owner: | MSD |
| FND Design Data: | MSD.MSD_SHIPMENT_DATA
|
| Subobject Name: | |
| Status: | VALID |
This is the fact table that stores the Shipment Information.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| MSD_SHIPMENT_DATA_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
SHIPPED_DATE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| INSTANCE | VARCHAR2 | (40) | Yes | Source instance ID. |
| INV_ORG | VARCHAR2 | (320) | Inventory organization. | |
| ITEM | VARCHAR2 | (320) | Item name. | |
| CUSTOMER | VARCHAR2 | (320) | Customer. | |
| SALES_CHANNEL | VARCHAR2 | (320) | Sales channel information | |
| SALES_REP | VARCHAR2 | (1000) | Sales representative. | |
| SHIP_TO_LOC | VARCHAR2 | (320) | Ship to location. | |
| USER_DEFINED1 | VARCHAR2 | (320) | Value of the first user defined dimension. | |
| USER_DEFINED2 | VARCHAR2 | (320) | Value of the second user defined dimension. | |
| BOOKED_DATE | DATE | The order booking date. | ||
| REQUESTED_DATE | DATE | The request date for the order. | ||
| PROMISED_DATE | DATE | The promised date for the order. | ||
| SHIPPED_DATE | DATE | Yes | The shipping date for the order. | |
| AMOUNT | NUMBER | The amount for the shipped quantity (in the demand planning server currency). | ||
| QTY_SHIPPED | NUMBER | Quantity shipped. | ||
| CREATION_DATE | DATE | Yes | Standard who column. | |
| CREATED_BY | NUMBER | Yes | Standard who column. | |
| LAST_UPDATE_DATE | DATE | Yes | Standard who column. | |
| LAST_UPDATED_BY | NUMBER | Yes | Standard who column. | |
| LAST_UPDATE_LOGIN | NUMBER | Yes | Standard who column. | |
| REQUEST_ID | NUMBER | Concurrent who column. | ||
| PROGRAM_APPLICATION_ID | NUMBER | Concurrent who column. | ||
| PROGRAM_ID | NUMBER | Concurrent who column. | ||
| PROGRAM_UPDATE_DATE | DATE | Concurrent who column. | ||
| SR_INV_ORG_PK | VARCHAR2 | (240) | Yes | Primary key for the inventory organization in the source instance. |
| SR_ITEM_PK | VARCHAR2 | (240) | Yes | The Primary Key for the Item in the source instance. The item that was delivered to the customer. It can be original or substitute item. |
| SR_CUSTOMER_PK | VARCHAR2 | (240) | Primary key for the customer in the source instance. | |
| SR_SALES_CHANNEL_PK | VARCHAR2 | (240) | Yes | Primary key for the sales channel in the source instance. |
| SR_SALES_REP_PK | VARCHAR2 | (240) | Yes | Primary key for the sales representative in the source instance. |
| SR_SHIP_TO_LOC_PK | VARCHAR2 | (240) | Yes | Primary key for the 'ship to location' in the source instance. |
| SR_USER_DEFINED1_PK | VARCHAR2 | (240) | Yes | Primary key for the first user defined dimension. |
| SR_USER_DEFINED2_PK | VARCHAR2 | (240) | Yes | Primary key for the second user defined dimension. |
| SR_ORIGINAL_ITEM_PK | VARCHAR2 | (240) | The source Primary Key for the Item that was originally ordered by customer in the Sales Order. | |
| LAST_REFRESH_NUM | NUMBER | Last refresh number | ||
| CREATED_BY_REFRESH_NUM | NUMBER | created by refresh number | ||
| ACTION_CODE | VARCHAR2 | (30) | DML action code | |
| SR_PARENT_ITEM_PK | VARCHAR2 | (240) | Source Level Primary Key for its parent item | |
| SCHEDULED_SHIP_DATE | DATE | Scheduled Ship Date | ||
| SCHEDULED_ARRIVAL_DATE | DATE | Scheduled Arrival Date | ||
| SR_DEMAND_CLASS_PK | VARCHAR2 | (240) | Source Demand Class Code | |
| ORDER_SOURCE_ID | NUMBER | Source of the order. |
Cut, paste (and edit) the following text to query this object:
SELECT INSTANCE
, INV_ORG
, ITEM
, CUSTOMER
, SALES_CHANNEL
, SALES_REP
, SHIP_TO_LOC
, USER_DEFINED1
, USER_DEFINED2
, BOOKED_DATE
, REQUESTED_DATE
, PROMISED_DATE
, SHIPPED_DATE
, AMOUNT
, QTY_SHIPPED
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
, SR_INV_ORG_PK
, SR_ITEM_PK
, SR_CUSTOMER_PK
, SR_SALES_CHANNEL_PK
, SR_SALES_REP_PK
, SR_SHIP_TO_LOC_PK
, SR_USER_DEFINED1_PK
, SR_USER_DEFINED2_PK
, SR_ORIGINAL_ITEM_PK
, LAST_REFRESH_NUM
, CREATED_BY_REFRESH_NUM
, ACTION_CODE
, SR_PARENT_ITEM_PK
, SCHEDULED_SHIP_DATE
, SCHEDULED_ARRIVAL_DATE
, SR_DEMAND_CLASS_PK
, ORDER_SOURCE_ID
FROM MSD.MSD_SHIPMENT_DATA;
MSD.MSD_SHIPMENT_DATA does not reference any database object
MSD.MSD_SHIPMENT_DATA is referenced by following:
MSD
MSD_SHIPMENT_DATA#
|
|
|
|