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


VIEW: APPS.PMIFV_CURRENTINVENTORY_V

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

View Type

A Business Intelligence System view

[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.
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
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
,      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;

Dependencies

[top of page]

APPS.PMIFV_CURRENTINVENTORY_V references the following:

SchemaAPPS
ViewGMD_HOLD_REASONS_VL
SynonymIC_ITEM_MST
SynonymIC_LOCT_INV
SynonymIC_LOCT_MST
SynonymIC_LOTS_MST
SynonymIC_LOTS_STS
SynonymIC_WHSE_MST
PL/SQL PackagePMI_SECURITY_PKG - show dependent code
SynonymSY_ORGN_MST

APPS.PMIFV_CURRENTINVENTORY_V is not referenced by any database object