[Home] [Help]
[Dependency Information]
| Object Name: | GR_REG_ITEM_CODE_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | GR.GR_REG_ITEM_CODE_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
View for Regulatory Items with Description
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ITEM_CODE | VARCHAR2 | (40) | The Item Code for the substance used in or produced by the process. | |
| ITEM_DESC | VARCHAR2 | (240) | Item Description |
Cut, paste (and edit) the following text to query this object:
SELECT ITEM_CODE
, ITEM_DESC
FROM APPS.GR_REG_ITEM_CODE_V;
APPS
GR_ITEM_GENERAL_V
GR_MULTILINGUAL_NAME_TL
APPS.GR_REG_ITEM_CODE_V is not referenced by any database object
|
|
|
|