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


TABLE: ICX.ICX_POR_CATEGORY_ITEMS

Object Details
Object Name: ICX_POR_CATEGORY_ITEMS
Object Type: TABLE
Owner: ICX
FND Design Data: TableICX.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.


Storage Details
Tablespace: TablespaceAPPS_TS_ARCHIVE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
ICX_POR_CATEGORY_ITEMS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_ARCHIVE ColumnRT_CATEGORY_ID
Columns
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
Query Text

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


SELECT RT_ITEM_ID
,      RT_CATEGORY_ID
FROM ICX.ICX_POR_CATEGORY_ITEMS;

Dependencies

[top of page]

ICX.ICX_POR_CATEGORY_ITEMS does not reference any database object

ICX.ICX_POR_CATEGORY_ITEMS is referenced by following:

SchemaICX
ViewICX_POR_CATEGORY_ITEMS#