[Home] [Help]
[Dependency Information]
| Object Name: | BIS_ITEMS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | BIS.BIS_ITEMS_V
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
This view contains information about all the items in MTL_SYSTEM_ITEMS_KFV table
| 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 |
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;
APPS
MTL_SYSTEM_ITEMS_KFV
APPS.BIS_ITEMS_V is not referenced by any database object
|
|
|
|