[Home] [Help]
[Dependency Information]
| Object Name: | MSD_BOOKING_DATA |
|---|---|
| Object Type: | TABLE |
| Owner: | MSD |
| FND Design Data: | MSD.MSD_BOOKING_DATA
|
| Subobject Name: | |
| Status: | VALID |
Fact Table that stores the Booking Data.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| MSD_BOOKING_DATA_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
BOOKED_DATE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| INSTANCE | VARCHAR2 | (40) | Yes | Source Instance ID |
| INV_ORG | VARCHAR2 | (320) | Inventory Organization. | |
| ITEM | VARCHAR2 | (320) | Item | |
| 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) | First User Defined Dimension Value. | |
| USER_DEFINED2 | VARCHAR2 | (320) | Second User Defined Dimension. | |
| BOOKED_DATE | DATE | Yes | The Booking Date for the Order | |
| REQUESTED_DATE | DATE | The Requested Date for the Order | ||
| PROMISED_DATE | DATE | The Promised Date for the Order | ||
| SCHEDULED_DATE | DATE | The Scheduled Date for the Order | ||
| AMOUNT | NUMBER | The Amount for the Order in the Demand Planning Server Currency. | ||
| QTY_ORDERED | NUMBER | The Order Quantity. | ||
| 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 | The 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) | The Primary Key for Customer in the source instance. | |
| SR_SALES_CHANNEL_PK | VARCHAR2 | (240) | Yes | The primary key of the sales channel in the source instance. |
| SR_SALES_REP_PK | VARCHAR2 | (240) | Yes | The Primary Key for the Sales Representative in the source instance. |
| SR_SHIP_TO_LOC_PK | VARCHAR2 | (240) | Yes | The Primary Key for the Ship To Location in the source instance. |
| SR_USER_DEFINED1_PK | VARCHAR2 | (240) | The Primary Key for the first user defined dimension in the source instance. | |
| SR_USER_DEFINED2_PK | VARCHAR2 | (240) | The 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. | |
| 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_ARRIVAL_DATE | DATE | Scheduled Arrival Date | ||
| SR_DEMAND_CLASS_PK | VARCHAR2 | (240) | Source Demand Class Code | |
| ORDER_SOURCE_ID | NUMBER |
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
, LAST_REFRESH_NUM
, CREATED_BY_REFRESH_NUM
, ACTION_CODE
, SR_PARENT_ITEM_PK
, SCHEDULED_ARRIVAL_DATE
, SR_DEMAND_CLASS_PK
, ORDER_SOURCE_ID
FROM MSD.MSD_BOOKING_DATA;
MSD.MSD_BOOKING_DATA does not reference any database object
MSD.MSD_BOOKING_DATA is referenced by following:
APPS
MSD_BOOKING_DATA
|
|
|
|