[Home] [Help]
[Dependency Information]
| Object Name: | EGO_ITEM_OCV |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | EGO.EGO_ITEM_OCV
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CODE | NUMBER | Yes | Classification Code for Item. This will have the Item Catalog Group Identifier from MTL_ITEM_CATALOG_GROUPS_B. | |
| LANGUAGE | VARCHAR2 | (52) | Language for the session | |
| MEANING | VARCHAR2 | (40) | Meaning for the Classification. This will have the Concatenated Segments of the Catalog Group Key Flex Fields. |
Cut, paste (and edit) the following text to query this object:
SELECT CODE
, LANGUAGE
, MEANING
FROM APPS.EGO_ITEM_OCV;
APPS
MTL_ITEM_CATALOG_GROUPS_KFV
APPS.EGO_ITEM_OCV is not referenced by any database object
|
|
|
|