[Home] [Help]
[Dependency Information]
| Object Name: | MSD_ST_BOOKING_DATA |
|---|---|
| Object Type: | TABLE |
| Owner: | MSD |
| FND Design Data: | MSD.MSD_ST_BOOKING_DATA
|
| Subobject Name: | |
| Status: | VALID |
This is the staging table for the booking data.
| 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) | Name of the 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 date requested for the order. | ||
| PROMISED_DATE | DATE | The promised date for the order. | ||
| SCHEDULED_DATE | DATE | The scheduled date for the order. | ||
| AMOUNT | NUMBER | The order amount in the demand planning server currency. | ||
| QTY_ORDERED | NUMBER | The order quantity. | ||
| 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 in the source instance. | |
| SR_USER_DEFINED2_PK | VARCHAR2 | (240) | Primary key for the second user defined dimension in the source instance. | |
| 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) | Source Instance Code | |
| PROCESS_FLAG | NUMBER | This is an internal column and is populated and used by Legacy Collection. | ||
| DATA_SOURCE_TYPE | VARCHAR2 | (15) | This is an internal column and is populated and used by Legacy Collection. | |
| BATCH_ID | NUMBER | This is an internal column and is populated and used by Legacy Collection. | ||
| ST_TRANSACTION_ID | NUMBER | This is an internal Column and is populated and used by Legacy Collection | ||
| ERROR_TEXT | VARCHAR2 | (2000) | This is an internal column and is populated and used by Legacy Collection. | |
| MESSAGE_ID | NUMBER | This is an internal column and is populated and used by Legacy Collection. | ||
| USER_DEFINED_LEVEL1 | VARCHAR2 | (30) | Description of User Defined Level 1 | |
| USER_DEFINED_LEVEL2 | VARCHAR2 | (30) | Description of User Defined Level 2. | |
| SR_PARENT_ITEM_PK | VARCHAR2 | (240) | Source Parent Item Pk | |
| PARENT_ITEM | VARCHAR2 | (240) | Parent Item for Legacy Collection | |
| 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
, SCHEDULED_DATE
, AMOUNT
, QTY_ORDERED
, 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_ARRIVAL_DATE
, SR_DEMAND_CLASS_PK
, DEMAND_CLASS_LVL_VAL
, ORDER_SOURCE_ID
FROM MSD.MSD_ST_BOOKING_DATA;
MSD.MSD_ST_BOOKING_DATA does not reference any database object
MSD.MSD_ST_BOOKING_DATA is referenced by following:
MSD
MSD_ST_BOOKING_DATA#
|
|
|
|