[Home] [Help]
[Dependency Information]
| Object Name: | GR_ITEM_EXPLOSION_PROPERTIES |
|---|---|
| Object Type: | TABLE |
| Owner: | GR |
| FND Design Data: | GR.GR_ITEM_EXPLOSION_PROPERTIES
|
| Subobject Name: | |
| Status: | VALID |
Table of Regulatory Item Explosion details, includes the items details for Regulatory Items with regard to the Convergence model
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| GR_ITEM_EXPLOSION_PROPERTIE_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ORGANIZATION_ID
INVENTORY_ITEM_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ORGANIZATION_ID | NUMBER | (15) | Yes | Organization ID |
| INVENTORY_ITEM_ID | NUMBER | (15) | Yes | Surrogate id uniquely identifying the Inventory Item. |
| ACTUAL_HAZARD | NUMBER | (7) | Actual Hazard for the respective Inventory Item ID. | |
| INGREDIENT_FLAG | VARCHAR2 | (1) | Ingredient Flag for the respective Inventory Item ID. | |
| EXPLODE_INGREDIENT_FLAG | VARCHAR2 | (1) | Explode Ingredient Flag for the respective 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
, INVENTORY_ITEM_ID
, ACTUAL_HAZARD
, INGREDIENT_FLAG
, EXPLODE_INGREDIENT_FLAG
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM GR.GR_ITEM_EXPLOSION_PROPERTIES;
GR.GR_ITEM_EXPLOSION_PROPERTIES does not reference any database object
GR.GR_ITEM_EXPLOSION_PROPERTIES is referenced by following:
APPS
GR_ITEM_EXPLOSION_PROPERTIES
|
|
|
|