[Home] [Help]
[Dependency Information]
Object Name: | GR_ITEMS_INGRED_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 | (15) | Yes | Identifying the Organization Id. |
ITEMID | NUMBER | (15) | Yes | Identifying the Inventory Item Id. |
ITEMCODE | VARCHAR2 | (40) | Identifying the Inventory Item Code. | |
INGREDIENTCODE | VARCHAR2 | (40) | Identifying the Ingredients associated with the Inventory Item. | |
INGREDIENTNAME | VARCHAR2 | (240) | Identifying the Ingredient Name that is associated with the Inventory Item. | |
CLASSIFICATION | VARCHAR2 | (30) | Identifying the Classification that is associated with the Inventory Item. | |
CLASSIFICATIONTYPE | CHAR | (7) | Identifying the Classification Type that is associated with the Inventory Item. | |
PERCENT1 | NUMBER | Yes | Identifying the Ingredient Percentages that is associated with the Inventory Item. | |
PERCENT1QUALIFIER | CHAR | (1) | Identifying the Ingredient Percentages Qualifier that is associated with the Inventory Item. | |
PERCENTWEIGHTVOLUMEIDENTIFIER | CHAR | (1) | Identifying the Ingredient Percentages Weight Volume Identifier that is associated with the Inventory Item. |
Cut, paste (and edit) the following text to query this object:
SELECT ORGNID
, ITEMID
, ITEMCODE
, INGREDIENTCODE
, INGREDIENTNAME
, CLASSIFICATION
, CLASSIFICATIONTYPE
, PERCENT1
, PERCENT1QUALIFIER
, PERCENTWEIGHTVOLUMEIDENTIFIER
FROM APPS.GR_ITEMS_INGRED_XML;
APPS.GR_ITEMS_INGRED_XML is not referenced by any database object
|
|
|