[Home] [Help]
[Dependency Information]
| Object Name: | GR_OTHER_PROPERTY_XML |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | GR.GR_OTHER_PROPERTY_XML
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ORGNID | NUMBER | (15) | Yes | Identifying the Organization Id. |
| ITEMID | NUMBER | (15) | Yes | Identifying the Inventory Item Id. |
| LABELCODE | VARCHAR2 | (5) | Yes | Identifying the Label Code associated with the Inventory Item. |
| PROPERTYNAME | VARCHAR2 | (240) | Yes | Identifying the Property Name that is associated with the Inventory Item. |
| PROPERTYVALUE | VARCHAR2 | (240) | Identifying the Property Value that is associated with the Inventory Item. |
Cut, paste (and edit) the following text to query this object:
SELECT ORGNID
, ITEMID
, LABELCODE
, PROPERTYNAME
, PROPERTYVALUE
FROM APPS.GR_OTHER_PROPERTY_XML;
APPS
GR_INV_ITEM_PROPERTIES
GR_PROPERTIES_B
GR_PROPERTIES_TL
GR_PROPERTY_VALUES_TL
GR_XML_PROPERTIES_MAP
APPS.GR_OTHER_PROPERTY_XML is not referenced by any database object
|
|
|
|