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


TABLE: GR.GR_ITEM_EXPLOSION_PROPERTIES

Object Details
Object Name: GR_ITEM_EXPLOSION_PROPERTIES
Object Type: TABLE
Owner: GR
FND Design Data: TableGR.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


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

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;

Dependencies

[top of page]

GR.GR_ITEM_EXPLOSION_PROPERTIES does not reference any database object

GR.GR_ITEM_EXPLOSION_PROPERTIES is referenced by following:

SchemaGR
ViewGR_ITEM_EXPLOSION_PROPERTIES#