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


VIEW: APPS.IC_ITEM_INV_V

Object Details
Object Name: IC_ITEM_INV_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewGMI.IC_ITEM_INV_V
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

A public view which may be useful for custom reporting or other data
requirements.


This is used in the OPM Allocation Engine in order to get the OnHand and Commit quantities for an item.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ITEM_ID NUMBER (10)
LOT_NO VARCHAR2 (32)
SUBLOT_NO VARCHAR2 (32)
LOT_ID NUMBER (10)
LOT_STATUS VARCHAR2 (4)
LOT_CREATED DATE

EXPIRE_DATE DATE

QC_GRADE VARCHAR2 (4)
WHSE_CODE VARCHAR2 (4)
LOCATION VARCHAR2 (16)
LOCT_ONHAND NUMBER

LOCT_ONHAND2 NUMBER

COMMIT_QTY NUMBER

COMMIT_QTY2 NUMBER

Query Text

Cut, paste (and edit) the following text to query this object:


SELECT ITEM_ID
,      LOT_NO
,      SUBLOT_NO
,      LOT_ID
,      LOT_STATUS
,      LOT_CREATED
,      EXPIRE_DATE
,      QC_GRADE
,      WHSE_CODE
,      LOCATION
,      LOCT_ONHAND
,      LOCT_ONHAND2
,      COMMIT_QTY
,      COMMIT_QTY2
FROM APPS.IC_ITEM_INV_V;

Dependencies

[top of page]

APPS.IC_ITEM_INV_V references the following:

SchemaAPPS
SynonymIC_ITEM_MST
SynonymIC_LOCT_INV
SynonymIC_LOTS_MST
SynonymIC_LOTS_STS
SynonymIC_TRAN_PND
APPS.IC_ITEM_INV_V is referenced by following:

SchemaAPPS
Package BodyGMI_MOVE_ORDER_LINE_UTIL - show dependent code