[Home] [Help]
[Dependency Information]
| Object Name: | PMIFV_CURRENTINVENTORY_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PMI.PMIFV_CURRENTINVENTORY_V
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| QTY_ONHAND | NUMBER | Current onhand quantity of the item/lot/sublot in the warehouse/location, expressed in the primary unit of measure for the item. | ||
| QTY_ONHAND_IN_UOM2 | NUMBER | Current onhand quantity of the item/lot/sublot in the warehouse/location, expressed in the secondary unit of measure for the item, for dual UOM items. | ||
| WAREHOUSE_CODE | VARCHAR2 | (4) | Warehouse in which the item is located. | |
| LOT_ID | NUMBER | (10) | Yes | Surrogate key for the lot/sublot. 0 identifies the default lot. LOT_ID is set to '0' for items without lot control. |
| LOCATION | VARCHAR2 | (16) | Location in which the item is located. | |
| ITEM_ID | NUMBER | (10) | Yes | Surrogate key for the item. |
| LOT_STATUS | VARCHAR2 | (4) | Status of the lot in the warehouse/location. | |
| QC_HOLD_REASON_CODE | VARCHAR2 | (4) | QC hold reason code. | |
| ITEM_NUMBER | VARCHAR2 | (32) | Yes | Name of the item. |
| ITEM_DESCRIPTION | VARCHAR2 | (70) | Yes | Short description of the item that is displayed during the item look up. |
| ITEM_UOM | VARCHAR2 | (4) | Yes | Uom of the item by which the inventory balances are maintained. |
| ITEM_UOM2 | VARCHAR2 | (4) | Second UOM for in which inventory balances are maintained, for dual UOM items. | |
| LOT_NUMBER | VARCHAR2 | (32) | Yes | Code for the lot. |
| SUBLOT_NUMBER | VARCHAR2 | (32) | Code for the sublot. | |
| QC_GRADE | VARCHAR2 | (4) | QC grade of the lot. | |
| LOT_EXPIRE_DATE | DATE | Lot expiration date. | ||
| LOT_CREATION_DATE | DATE | Yes | Standard who column | |
| VENDOR_LOT_NUMBER | VARCHAR2 | (32) | Vendor lot number. | |
| WAREHOUSE_NAME | VARCHAR2 | (40) | Name of the warehouse. | |
| ORGANIZATION_CODE | VARCHAR2 | (4) | Organization that owns the warehouse. | |
| CO_CODE | VARCHAR2 | (4) | Yes | Company code of the organization. |
| LOCATION_DESCRIPTION | VARCHAR2 | (40) | Description of the location. | |
| LOCATION_CAPACITY | NUMBER | Capacity of the location. | ||
| CAPACITY_UOM | VARCHAR2 | (4) | Unit of measure in which the capacity is expressed. | |
| LOT_STATUS_DESC | VARCHAR2 | (40) | Description of status. | |
| QCHOLD_REASON_DESC | VARCHAR2 | (80) | Description of the QC hold reason. | |
| LAST_UPDATED_BY | NUMBER | (15) | Standard who column | |
| CREATED_BY | NUMBER | (15) | Standard who column | |
| LAST_UPDATE_DATE | DATE | Standard who column | ||
| CREATION_DATE | DATE | Standard who column |
Cut, paste (and edit) the following text to query this object:
SELECT QTY_ONHAND
, QTY_ONHAND_IN_UOM2
, WAREHOUSE_CODE
, LOT_ID
, LOCATION
, ITEM_ID
, LOT_STATUS
, QC_HOLD_REASON_CODE
, ITEM_NUMBER
, ITEM_DESCRIPTION
, ITEM_UOM
, ITEM_UOM2
, LOT_NUMBER
, SUBLOT_NUMBER
, QC_GRADE
, LOT_EXPIRE_DATE
, LOT_CREATION_DATE
, VENDOR_LOT_NUMBER
, WAREHOUSE_NAME
, ORGANIZATION_CODE
, CO_CODE
, LOCATION_DESCRIPTION
, LOCATION_CAPACITY
, CAPACITY_UOM
, LOT_STATUS_DESC
, QCHOLD_REASON_DESC
, LAST_UPDATED_BY
, CREATED_BY
, LAST_UPDATE_DATE
, CREATION_DATE
FROM APPS.PMIFV_CURRENTINVENTORY_V;
APPS
GMD_HOLD_REASONS_VL
IC_ITEM_MST
IC_LOCT_INV
IC_LOCT_MST
IC_LOTS_MST
IC_LOTS_STS
IC_WHSE_MST
PMI_SECURITY_PKG
- show dependent code
SY_ORGN_MST
APPS.PMIFV_CURRENTINVENTORY_V is not referenced by any database object
|
|
|
|