[Home] [Help]
[Dependency Information]
| Object Name: | MSD_ST_SHIPMENT_DATA |
|---|---|
| Object Type: | TABLE |
| Owner: | MSD |
| FND Design Data: | MSD.MSD_ST_SHIPMENT_DATA
|
| Subobject Name: | |
| Status: | VALID |
This staging table stores the shipment fact information.
| Tablespace: | APPS_TS_INTERFACE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| 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 | |
| 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 | Yes | 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 | The shipping date for the order. | ||
| AMOUNT | NUMBER | The amount for the shipped quantity (in the demand planning server currency). | ||
| QTY_SHIPPED | NUMBER | The quantity shipped. | ||
| CREATION_DATE | DATE | Standard who column. | ||
| CREATED_BY | NUMBER | Standard who column. | ||
| LAST_UPDATE_DATE | DATE | Standard who column. | ||
| LAST_UPDATED_BY | NUMBER | Standard who column. | ||
| LAST_UPDATE_LOGIN | NUMBER | 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) | Primary key for the first user defined dimension. | |
| SR_USER_DEFINED2_PK | VARCHAR2 | (240) | 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. | |
| ORIGINAL_ITEM | VARCHAR2 | (320) | Item Name for the Item that was originally ordered by customer in the Sales Order. | |
| SR_INSTANCE_CODE | VARCHAR2 | (3) | Instance Code | |
| PROCESS_FLAG | NUMBER | This is an internal column. It is populated and used by Legacy collection process | ||
| DATA_SOURCE_TYPE | VARCHAR2 | (15) | This is an internal column. It is populated and used by Legacy collection process | |
| BATCH_ID | NUMBER | This is an internal column. It is populated and used by Legacy collection process | ||
| ST_TRANSACTION_ID | NUMBER | This is an internal column. It is populated and used by Legacy collection process | ||
| ERROR_TEXT | VARCHAR2 | (2000) | This is an internal column. It is populated and used by Legacy collection process | |
| MESSAGE_ID | NUMBER | This is an internal column. It is populated and used by Legacy collection process | ||
| USER_DEFINED_LEVEL1 | VARCHAR2 | (30) | User Defined dimesion 2 level name | |
| USER_DEFINED_LEVEL2 | VARCHAR2 | (30) | User Defined dimesion 1 level name | |
| SR_PARENT_ITEM_PK | VARCHAR2 | (240) | Source Parent Item Pk | |
| PARENT_ITEM | VARCHAR2 | (240) | Parent Item for Legacy Collection | |
| SCHEDULED_SHIP_DATE | DATE | Scheduled Ship Date | ||
| SCHEDULED_ARRIVAL_DATE | DATE | Scheduled Arrival Date | ||
| SR_DEMAND_CLASS_PK | VARCHAR2 | (240) | Source Demand Class Code | |
| DEMAND_CLASS_LVL_VAL | VARCHAR2 | (240) | Demand Class Level Value | |
| 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
, ORIGINAL_ITEM
, SR_INSTANCE_CODE
, PROCESS_FLAG
, DATA_SOURCE_TYPE
, BATCH_ID
, ST_TRANSACTION_ID
, ERROR_TEXT
, MESSAGE_ID
, USER_DEFINED_LEVEL1
, USER_DEFINED_LEVEL2
, SR_PARENT_ITEM_PK
, PARENT_ITEM
, SCHEDULED_SHIP_DATE
, SCHEDULED_ARRIVAL_DATE
, SR_DEMAND_CLASS_PK
, DEMAND_CLASS_LVL_VAL
, ORDER_SOURCE_ID
FROM MSD.MSD_ST_SHIPMENT_DATA;
MSD.MSD_ST_SHIPMENT_DATA does not reference any database object
MSD.MSD_ST_SHIPMENT_DATA is referenced by following:
MSD
MSD_ST_SHIPMENT_DATA#
|
|
|
|