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


VIEW: APPS.OPI_INV_ITEM_LOT_LVL_V

Object Details
Object Name: OPI_INV_ITEM_LOT_LVL_V
Object Type: VIEW
Owner: APPS
Subobject Name:
Status: VALID

View Type

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


Item Attribute Lot Dimension Level view.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ID VARCHAR2 (106)
Lot number ID (concatenation of lot number - inventory item ID - organization ID.
VALUE VARCHAR2 (322)
Lot number (concatenation of lot number - Inventory item name.
ITEM_ORG_ID VARCHAR2 (25)
Concatenated key of inventory item id - organization id.
LOT_NUMBER VARCHAR2 (80)
Lot number.
INVENTORY_ITEM_ID NUMBER

Inventory Item ID of item present in lot.
ORGANIZATION_ID NUMBER

Organization ID of item present in lot.
Query Text

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


SELECT ID
,      VALUE
,      ITEM_ORG_ID
,      LOT_NUMBER
,      INVENTORY_ITEM_ID
,      ORGANIZATION_ID
FROM APPS.OPI_INV_ITEM_LOT_LVL_V;

Dependencies

[top of page]

APPS.OPI_INV_ITEM_LOT_LVL_V references the following:

SchemaAPPS
SynonymENI_OLTP_ITEM_STAR
PL/SQL PackageFND_GLOBAL - show dependent code
ViewFND_LOOKUPS
SynonymMTL_LOT_NUMBERS

APPS.OPI_INV_ITEM_LOT_LVL_V is not referenced by any database object