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


VIEW: APPS.OPI_INV_ITEM_GRADE_LVL_V

Object Details
Object Name: OPI_INV_ITEM_GRADE_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 Grade Dimension Level view.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ID VARCHAR2 (176)
Grade code - (concatenation of grade code - inventory item ID - organization ID.
VALUE VARCHAR2 (392)
Grade code (concatenation of grade code - Inventory item name.
ITEM_ORG_ID VARCHAR2 (25)
Concatenated key of inventory item id - organization id.
GRADE_CODE VARCHAR2 (150)
Grade Code.
INVENTORY_ITEM_ID NUMBER

Inventory Item ID.
ORGANIZATION_ID NUMBER

Organization ID of item.
Query Text

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


SELECT ID
,      VALUE
,      ITEM_ORG_ID
,      GRADE_CODE
,      INVENTORY_ITEM_ID
,      ORGANIZATION_ID
FROM APPS.OPI_INV_ITEM_GRADE_LVL_V;

Dependencies

[top of page]

APPS.OPI_INV_ITEM_GRADE_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_GRADE_LVL_V is not referenced by any database object