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


VIEW: APPS.OKL_SYSTEM_ITEMS_UV

Object Details
Object Name: OKL_SYSTEM_ITEMS_UV
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKL.OKL_SYSTEM_ITEMS_UV
Subobject Name:
Status: VALID

View Type

A supplementary view used to simplify forms coding.

Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.

[View Source]

Columns
Name Datatype Length Mandatory Comments
ID1 NUMBER
Yes Inventory item identifier
ID2 NUMBER
Yes Organization identifier
ITEM_NUMBER VARCHAR2 (40)
Item name.
DESCRIPTION VARCHAR2 (240)
This column contains Item translated description
Query Text

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


SELECT ID1
,      ID2
,      ITEM_NUMBER
,      DESCRIPTION
FROM APPS.OKL_SYSTEM_ITEMS_UV;

Dependencies

[top of page]

APPS.OKL_SYSTEM_ITEMS_UV references the following:

SchemaAPPS
SynonymFA_CATEGORY_BOOK_DEFAULTS
SynonymMTL_PARAMETERS
SynonymMTL_SYSTEM_ITEMS_B
SynonymMTL_SYSTEM_ITEMS_TL
SynonymOKL_SYSTEM_PARAMS
APPS.OKL_SYSTEM_ITEMS_UV is referenced by following:

SchemaAPPS
ViewOKL_ITM_CAT_RV_PRCS_UV