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


TABLE: GR.GR_INGREDIENT_CONCENTRATIONS

Object Details
Object Name: GR_INGREDIENT_CONCENTRATIONS
Object Type: TABLE
Owner: GR
FND Design Data: TableGR.GR_INGREDIENT_CONCENTRATIONS
Subobject Name:
Status: VALID


Table of Ingredient ConcentraionRegulatory Item details, includes the items details for Regulatory Items with regard to the Convergence model


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
GR_INGREDIENT_CONCENTRATION_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnORGANIZATION_ID
ColumnPRODUCT_ITEM_ID
ColumnINGREDIENT_ITEM_ID
Columns
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
Query Text

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;

Dependencies

[top of page]

GR.GR_INGREDIENT_CONCENTRATIONS does not reference any database object

GR.GR_INGREDIENT_CONCENTRATIONS is referenced by following:

SchemaAPPS
SynonymGR_INGREDIENT_CONCENTRATIONS