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


VIEW: APPS.BIS_ITEMS_V

Object Details
Object Name: BIS_ITEMS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewBIS.BIS_ITEMS_V
Subobject Name:
Status: VALID

View Type

A Business Intelligence System view


This view contains information about all the items in MTL_SYSTEM_ITEMS_KFV table


[View Source]

Columns
Name Datatype Length Mandatory Comments
ID VARCHAR2 (40)
Internal ID of item
VALUE VARCHAR2 (40)
Item Name
INVENTORY_ITEM_ID NUMBER
Yes Internal ID of item
ORGANIZATION_ID NUMBER
Yes Internal ID of inventory organization
DESCRIPTION VARCHAR2 (240)
Item Description
Query Text

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


SELECT ID
,      VALUE
,      INVENTORY_ITEM_ID
,      ORGANIZATION_ID
,      DESCRIPTION
FROM APPS.BIS_ITEMS_V;

Dependencies

[top of page]

APPS.BIS_ITEMS_V references the following:

SchemaAPPS
SynonymMTL_SYSTEM_ITEMS_KFV

APPS.BIS_ITEMS_V is not referenced by any database object