[Home] [Help]
[Dependency Information]
| Object Name: | PMIFV_INV_SUMMARY_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PMI.PMIFV_INV_SUMMARY_V
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ONHAND_QTY | NUMBER | Total nettable qty of this item/grade in this warehouse, expressed in the primary unit of measure of an item. | ||
| ONHAND_QTY2 | NUMBER | Total nettable qty of this item/grade in this warehouse, expressed in the secondary unit of measure of an item, if dual UOM controlled. | ||
| ONHAND_PRODUCTION_QTY | NUMBER | Total qty available for use as a production ingredient, expressed in the primary UOM of an item. | ||
| ONHAND_PRODUCTION_QTY2 | NUMBER | Total qty available for use as a production ingredient, expressed in the secondary UOM of an itemif dual UOM controlled. | ||
| ONHAND_ORDER_QTY | NUMBER | Total qty available for ordering, expressed in the primary UOM of an item. | ||
| ONHAND_ORDER_QTY2 | NUMBER | Total qty available for ordering, expressed in the secondary UOM of an item, if dual UOM controlled. | ||
| ONHAND_SHIP_QTY | NUMBER | Total qty available for shipping, expressed in the primary UOM of an item. | ||
| ONHAND_SHIP_QTY2 | NUMBER | Total qty available for shipping, expressed in the secondary UOM of an item, if dual UOM controlled. | ||
| ONPURCH_QTY | NUMBER | Total qty pending from purchase orders, expressed in the primary UOM of an item. | ||
| ONPURCH_QTY2 | NUMBER | Total qty pending from purchase orders, expressed in the secondary UOM of an item if dual UOM controlled. | ||
| PRODUCTION_PENDING_QTY | NUMBER | Total qty of product pending from production, expressed in the primary UOM of an item. | ||
| PRODUCTION_PENDING_QTY2 | NUMBER | Total qty of product pending from production, expressed in the secondary UOM of an item. | ||
| COMMITTED_SALES_QTY | NUMBER | Total qty committed to sales orders and shipments, expressed in the primary UOM of an item. | ||
| COMMITTED_SALES_QTY2 | NUMBER | Total qty committed to sales orders and shipments, expressed in the secondary UOM of an item if dual UOM controlled. | ||
| COMMITTED_PRODUCTION_QTY | NUMBER | Total qty of ingredient committed to batches, expressed in the primary UOM of an item. | ||
| COMMITTED_PRODUCTION_QTY2 | NUMBER | Total qty of ingredient committed to batches, expressed in the secondary UOM of an item if dual UOM controlled. | ||
| INTRANSIT_QTY | NUMBER | Not currently used. | ||
| NTRANSIT_QTY2 | NUMBER | Not currently used. | ||
| ITEM_ID | NUMBER | (10) | Yes | Surrogate key for the item. |
| WHSE_CODE | VARCHAR2 | (4) | Warehouse in which the inventory is located. | |
| ORGN_CODE | VARCHAR2 | (4) | Organization code. | |
| CO_CODE | VARCHAR2 | (4) | Company code of the organization. | |
| QC_GRADE | VARCHAR2 | (4) | Grade of the inventory. NULL value denotes that QC Grade does not apply to item. | |
| ITEM_NO | 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. |
| ALTERNATE_ITEMA | VARCHAR2 | (32) | Alternate name for the item. | |
| ALTERNATE_ITEMB | VARCHAR2 | (32) | Second alternate name for the item. | |
| 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. | |
| PLANNING_CLASS | VARCHAR2 | (8) | Planning class for an item. Used for MPS and MRP reporting. | |
| WAREHOUSE_NAME | VARCHAR2 | (40) | Name of the warehouse. | |
| QC_GRADE_DESC | VARCHAR2 | (40) | Description of the QC grade. | |
| CREATED_BY | NUMBER | (15) | Yes | Standard who column |
| CREATION_DATE | DATE | Yes | Standard who column | |
| LAST_UPDATE_DATE | DATE | Yes | Standard who column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column |
Cut, paste (and edit) the following text to query this object:
SELECT ONHAND_QTY
, ONHAND_QTY2
, ONHAND_PRODUCTION_QTY
, ONHAND_PRODUCTION_QTY2
, ONHAND_ORDER_QTY
, ONHAND_ORDER_QTY2
, ONHAND_SHIP_QTY
, ONHAND_SHIP_QTY2
, ONPURCH_QTY
, ONPURCH_QTY2
, PRODUCTION_PENDING_QTY
, PRODUCTION_PENDING_QTY2
, COMMITTED_SALES_QTY
, COMMITTED_SALES_QTY2
, COMMITTED_PRODUCTION_QTY
, COMMITTED_PRODUCTION_QTY2
, INTRANSIT_QTY
, NTRANSIT_QTY2
, ITEM_ID
, WHSE_CODE
, ORGN_CODE
, CO_CODE
, QC_GRADE
, ITEM_NO
, ITEM_DESCRIPTION
, ALTERNATE_ITEMA
, ALTERNATE_ITEMB
, ITEM_UOM
, ITEM_UOM2
, PLANNING_CLASS
, WAREHOUSE_NAME
, QC_GRADE_DESC
, CREATED_BY
, CREATION_DATE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
FROM APPS.PMIFV_INV_SUMMARY_V;
APPS
GMD_GRADES_VL
IC_ITEM_MST
IC_SUMM_INV
IC_WHSE_MST
PMI_SECURITY_PKG
- show dependent code
SY_ORGN_MST
APPS.PMIFV_INV_SUMMARY_V is not referenced by any database object
|
|
|
|