DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.GR_OTHER_PROPERTY_XML

Object Details
Object Name: GR_OTHER_PROPERTY_XML
Object Type: VIEW
Owner: APPS
FND Design Data: ViewGR.GR_OTHER_PROPERTY_XML
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
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.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT ORGNID
,      ITEMID
,      LABELCODE
,      PROPERTYNAME
,      PROPERTYVALUE
FROM APPS.GR_OTHER_PROPERTY_XML;

Dependencies

[top of page]

APPS.GR_OTHER_PROPERTY_XML references the following:

SchemaAPPS
SynonymGR_INV_ITEM_PROPERTIES
SynonymGR_PROPERTIES_B
SynonymGR_PROPERTIES_TL
SynonymGR_PROPERTY_VALUES_TL
SynonymGR_XML_PROPERTIES_MAP

APPS.GR_OTHER_PROPERTY_XML is not referenced by any database object