[Home] [Help]
[Dependency Information]
Object Name: | GR_RELATED_ITEMS_XML |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
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 | 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. |
Cut, paste (and edit) the following text to query this object:
SELECT ORGNID
, ITEMID
, ITEMCODE
, CODE
, NAME
FROM APPS.GR_RELATED_ITEMS_XML;
APPS.GR_RELATED_ITEMS_XML is not referenced by any database object
|
|
|