[Home] [Help]
[Dependency Information]
| Object Name: | GMI_ITEM_CATEGORIES |
|---|---|
| Object Type: | TABLE |
| Owner: | GMI |
| FND Design Data: | GMI.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.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| GMI_ITEM_CATEGORIES_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
CATEGORY_SET_ID
CATEGORY_ID
|
| GMI_ITEM_CATEGORIES_PK | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
ITEM_ID
CATEGORY_SET_ID
CATEGORY_ID
|
| 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 |
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;
GMI.GMI_ITEM_CATEGORIES does not reference any database object
GMI.GMI_ITEM_CATEGORIES is referenced by following:
APPS
GMI_ITEM_CATEGORIES
|
|
|
|