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


VIEW: APPS.GR_RELATED_ITEMS_XML

Object Details
Object Name: GR_RELATED_ITEMS_XML
Object Type: VIEW
Owner: APPS
FND Design Data: ViewGR.GR_RELATED_ITEMS_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
Yes
ITEMID NUMBER
Yes Identifying the Inventory Item ID.
ITEMCODE VARCHAR2 (40)
Identifying the Inventory Item Code.
CODE VARCHAR2 (40)
Identifying the Related Inventory Item associated with the Inventory Item.
NAME VARCHAR2 (240)
Identifying the Related Inventory Item Name that is associated with the Inventory Item.
Query Text

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


SELECT ORGNID
,      ITEMID
,      ITEMCODE
,      CODE
,      NAME
FROM APPS.GR_RELATED_ITEMS_XML;

Dependencies

[top of page]

APPS.GR_RELATED_ITEMS_XML references the following:

SchemaAPPS
SynonymMTL_RELATED_ITEMS
SynonymMTL_SYSTEM_ITEMS_KFV

APPS.GR_RELATED_ITEMS_XML is not referenced by any database object