[Home] [Help]
[Dependency Information]
Object Name: | GR_INGREDIENT_CONCENTRATIONS |
---|---|
Object Type: | TABLE |
Owner: | GR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Table of Ingredient ConcentraionRegulatory Item details, includes the items details for Regulatory Items with regard to the Convergence model
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
GR_INGREDIENT_CONCENTRATION_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ORGANIZATION_ID | NUMBER | (15) | Yes | Surrogate id uniquely identifying the organization. |
PRODUCT_ITEM_ID | NUMBER | (15) | Yes | Surrogate id uniquely identifying the Product Item Id. |
INGREDIENT_ITEM_ID | NUMBER | (15) | Yes | Ingredient Item ID identifying the ingredient details |
CONCENTRATION_PERCENTAGE | NUMBER | Yes | Concentration Percentage for the Inventory Item Id | |
CREATED_BY | NUMBER | (15) | Yes | Created By for the respective Inventory Item ID |
CREATION_DATE | DATE | Yes | Creation Date for the respective Inventory Item ID | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Last Updated By for the respective Inventory Item ID |
LAST_UPDATE_DATE | DATE | Yes | Last Update Date for the respective Inventory Item ID | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Last Update Login for the respective Inventory Item ID |
Cut, paste (and edit) the following text to query this object:
SELECT ORGANIZATION_ID
, PRODUCT_ITEM_ID
, INGREDIENT_ITEM_ID
, CONCENTRATION_PERCENTAGE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM GR.GR_INGREDIENT_CONCENTRATIONS;
GR.GR_INGREDIENT_CONCENTRATIONS does not reference any database object
GR.GR_INGREDIENT_CONCENTRATIONS is referenced by following:
|
|
|