[Home] [Help]
[Dependency Information]
| Object Name: | GR_ITEM_CONCENTRATIONS |
|---|---|
| Object Type: | TABLE |
| Owner: | GR |
| FND Design Data: | GR.GR_ITEM_CONCENTRATIONS
|
| Subobject Name: | |
| Status: | VALID |
A temporary table used during the document build process.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| GR_ITEM_CONCENTRATIONS_PK | NORMAL | UNIQUE |
APPS_TS_SEED
|
ITEM_CODE
INGREDIENT_ITEM_CODE
|
| 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 |
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;
GR.GR_ITEM_CONCENTRATIONS does not reference any database object
GR.GR_ITEM_CONCENTRATIONS is referenced by following:
GR
GR_ITEM_CONCENTRATIONS#
|
|
|
|