[Home] [Help]
[Dependency Information]
| Object Name: | GR_ITEM_CODES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | GR.GR_ITEM_CODES_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
A public view which may be useful for custom reporting or other data
requirements.
Contains the Item Code Description in GR_ITEM_GENERAL & IC_ITEM_MST
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ITEM_DESCRIPTION | VARCHAR2 | (70) | Description of item | |
| ITEM_CODE | VARCHAR2 | (32) | Item code |
Cut, paste (and edit) the following text to query this object:
SELECT ITEM_DESCRIPTION
, ITEM_CODE
FROM APPS.GR_ITEM_CODES_V;
APPS
GR_ITEM_GENERAL
IC_ITEM_MST
APPS.GR_ITEM_CODES_V is not referenced by any database object
|
|
|
|