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


TABLE: GR.GR_ITEM_CONCENTRATIONS

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


A temporary table used during the document build process.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
GR_ITEM_CONCENTRATIONS_PK NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnITEM_CODE
ColumnINGREDIENT_ITEM_CODE
Columns
Name Datatype Length Mandatory Comments
ITEM_CODE VARCHAR2 (32) Yes The Item Code for the substance used in or produced by the process.
INGREDIENT_ITEM_CODE VARCHAR2 (32) Yes The Ingredient Item Code for the substance used in or produced by the process.
LEVEL_HIERARCHY_CODE NUMBER (10) Yes Not used.
CONCENTRATION_PERCENTAGE NUMBER
Yes The percentage concentration of the finished product.
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who Column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who Column
LAST_UPDATE_DATE DATE
Yes Standard Who Column
CREATED_BY NUMBER (15)
Standard Who Column
CREATION_DATE DATE

Standard Who Column
MIGRATION_IND NUMBER (5)
Column used as migration indicator
Query Text

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


SELECT ITEM_CODE
,      INGREDIENT_ITEM_CODE
,      LEVEL_HIERARCHY_CODE
,      CONCENTRATION_PERCENTAGE
,      LAST_UPDATE_LOGIN
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      CREATED_BY
,      CREATION_DATE
,      MIGRATION_IND
FROM GR.GR_ITEM_CONCENTRATIONS;

Dependencies

[top of page]

GR.GR_ITEM_CONCENTRATIONS does not reference any database object

GR.GR_ITEM_CONCENTRATIONS is referenced by following:

SchemaGR
ViewGR_ITEM_CONCENTRATIONS#