[Home] [Help]
[Dependency Information]
| Object Name: | JAI_WSH_DEL_DETAILS_GT |
|---|---|
| Object Type: | TABLE |
| Owner: | JA |
| FND Design Data: | JA.JAI_WSH_DEL_DETAILS_GT
|
| Subobject Name: | |
| Status: | VALID |
This is temporary table to store the shipped quantity
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| DELIVERY_DETAIL_ID | NUMBER | Delivery Detail Identifier. | ||
| ORGANIZATION_ID | NUMBER | Organization Identifier. | ||
| INVENTORY_ITEM_ID | NUMBER | Identifies the inventory item | ||
| SOURCE_HEADER_TYPE_ID | NUMBER | Indicates the header type identifier of the sales order. | ||
| SHIPPED_QUANTITY | NUMBER | The quantity shipped | ||
| SOURCE_HEADER_ID | NUMBER | Indicates the header identifier of the sales order. | ||
| SOURCE_LINE_ID | NUMBER | Indicates the line identifier of the sales order. | ||
| SPLIT_FROM_DELIVERY_DETAIL_ID | NUMBER | Parent line identifier from which it is split. | ||
| PROCESSED_FLAG | VARCHAR2 | (1) | Flag to check whether record is processed. Possible values are Y or N |
Cut, paste (and edit) the following text to query this object:
SELECT DELIVERY_DETAIL_ID
, ORGANIZATION_ID
, INVENTORY_ITEM_ID
, SOURCE_HEADER_TYPE_ID
, SHIPPED_QUANTITY
, SOURCE_HEADER_ID
, SOURCE_LINE_ID
, SPLIT_FROM_DELIVERY_DETAIL_ID
, PROCESSED_FLAG
FROM JA.JAI_WSH_DEL_DETAILS_GT;
JA.JAI_WSH_DEL_DETAILS_GT does not reference any database object
JA.JAI_WSH_DEL_DETAILS_GT is referenced by following:
JA
JAI_WSH_DEL_DETAILS_GT#
|
|
|
|