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


TABLE: GMI.GMI_ITEM_CATEGORIES

Object Details
Object Name: GMI_ITEM_CATEGORIES
Object Type: TABLE
Owner: GMI
FND Design Data: TableGMI.GMI_ITEM_CATEGORIES
Subobject Name:
Status: VALID


Stores the category assigned to OPM Items. Note that for existing OPM Classifications, the categories assigned are maintained both in this table and the ic_item_mst table. For the new OPM Classifications, this is the only table where they are stored.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
GMI_ITEM_CATEGORIES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCATEGORY_SET_ID
ColumnCATEGORY_ID
GMI_ITEM_CATEGORIES_PK NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnITEM_ID
ColumnCATEGORY_SET_ID
ColumnCATEGORY_ID
Columns
Name Datatype Length Mandatory Comments
ITEM_ID NUMBER
Yes OPM Item
CATEGORY_SET_ID NUMBER
Yes Category set assigned to the OPM Item
CATEGORY_ID NUMBER
Yes Category from the Category set assigned to the OPM Item.
CREATED_BY NUMBER
Yes Who Column
CREATION_DATE DATE
Yes Who Column
LAST_UPDATED_BY NUMBER
Yes Who Column
LAST_UPDATE_DATE DATE
Yes Who Column
LAST_UPDATE_LOGIN NUMBER

Who Column
Query Text

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


SELECT ITEM_ID
,      CATEGORY_SET_ID
,      CATEGORY_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM GMI.GMI_ITEM_CATEGORIES;

Dependencies

[top of page]

GMI.GMI_ITEM_CATEGORIES does not reference any database object

GMI.GMI_ITEM_CATEGORIES is referenced by following:

SchemaAPPS
SynonymGMI_ITEM_CATEGORIES