DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.PMIBV_CURRENTINVENTORY_V

Object Details
Object Name: PMIBV_CURRENTINVENTORY_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPMI.PMIBV_CURRENTINVENTORY_V
Subobject Name:
Status: VALID

View Type

A Business Intelligence System view


Qty and availability info for Items in Inv at the present time by warehouse, loc, lot and item.


[View Source]

Columns
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.
LAST_UPDATED_BY VARCHAR2 (32) Yes Standard who column
CREATED_BY VARCHAR2 (32)
Standard who column
LAST_UPDATE_DATE VARCHAR2 (4)
Standard who column
CREATION_DATE DATE

Standard who column
LOT_NUMBER DATE
Yes Code for the lot.
SUBLOT_NUMBER VARCHAR2 (32)
Code for the sublot.
QC_GRADE NUMBER (15)
QC grade of the lot.
LOT_EXPIRE_DATE NUMBER (15)
Lot expiration date.
LOT_CREATION_DATE DATE

Standard who column
VENDOR_LOT_NUMBER DATE

Vendor lot number.
Query Text

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
,      LAST_UPDATED_BY
,      CREATED_BY
,      LAST_UPDATE_DATE
,      CREATION_DATE
,      LOT_NUMBER
,      SUBLOT_NUMBER
,      QC_GRADE
,      LOT_EXPIRE_DATE
,      LOT_CREATION_DATE
,      VENDOR_LOT_NUMBER
FROM APPS.PMIBV_CURRENTINVENTORY_V;

Dependencies

[top of page]

APPS.PMIBV_CURRENTINVENTORY_V references the following:

SchemaAPPS
SynonymIC_LOCT_INV
SynonymIC_LOTS_MST

APPS.PMIBV_CURRENTINVENTORY_V is not referenced by any database object