[Home] [Help]
[Dependency Information]
| Object Name: | ICX_POR_CATEGORY_ITEMS |
|---|---|
| Object Type: | TABLE |
| Owner: | ICX |
| FND Design Data: | ICX.ICX_POR_CATEGORY_ITEMS
|
| Subobject Name: | |
| Status: | VALID |
Intersection table creating a relationship between categories and all the items they contain. The relationship is many to 1. For every item, an item must belong to one and only one category but a category may contain many items. Items can only belong to categories of type GENUS. The type of the category is stored in the ICX_POR_CATEGORIES_TL table.
| Tablespace: | APPS_TS_ARCHIVE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| ICX_POR_CATEGORY_ITEMS_N1 | NORMAL | NONUNIQUE |
APPS_TS_ARCHIVE
|
RT_CATEGORY_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| RT_ITEM_ID | NUMBER | Yes | Internal item identifier within the catalog | |
| RT_CATEGORY_ID | NUMBER | Yes | Internal category identifier within the catalog |
Cut, paste (and edit) the following text to query this object:
SELECT RT_ITEM_ID
, RT_CATEGORY_ID
FROM ICX.ICX_POR_CATEGORY_ITEMS;
ICX.ICX_POR_CATEGORY_ITEMS does not reference any database object
ICX.ICX_POR_CATEGORY_ITEMS is referenced by following:
APPS
ICX_POR_CATEGORY_ITEMS
|
|
|
|