[Home] [Help]
[Dependency Information]
| Object Name: | WSM_SOURCE_LOTS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | WSM.WSM_SOURCE_LOTS_V
|
| Subobject Name: | |
| Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| LOT_NUMBER | VARCHAR2 | (80) | Yes | |
| INVENTORY_ITEM_ID | NUMBER | Yes | ||
| ORGANIZATION_ID | NUMBER | Yes | ||
| SUBINVENTORY_CODE | VARCHAR2 | (10) | Yes | |
| LOCATOR_ID | NUMBER | |||
| REVISION | VARCHAR2 | (3) | ||
| QUANTITY | NUMBER | |||
| ITEM | VARCHAR2 | (40) |
Cut, paste (and edit) the following text to query this object:
SELECT LOT_NUMBER
, INVENTORY_ITEM_ID
, ORGANIZATION_ID
, SUBINVENTORY_CODE
, LOCATOR_ID
, REVISION
, QUANTITY
, ITEM
FROM APPS.WSM_SOURCE_LOTS_V;
APPS
MTL_LOT_NUMBERS
MTL_ONHAND_QUANTITIES_DETAIL
MTL_SECONDARY_INVENTORIES
MTL_SYSTEM_ITEMS_KFV
WSM_SUBINVENTORY_EXTENSIONS
APPS
INV_KANBAN_PKG
- show dependent code
WSMPINVL
- show dependent code
WSMPLBJI
- show dependent code
WSM_LBJ_INTERFACE_PVT
- show dependent code
|
|
|
|