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


TABLE: ICX.ICX_RELATED_CATEGORIES

Object Details
Object Name: ICX_RELATED_CATEGORIES
Object Type: TABLE
Owner: ICX
FND Design Data: TableICX.ICX_RELATED_CATEGORIES
Subobject Name:
Status: VALID


ICX_RELATED_CATEGORIES contains information to support an
unlimited hierarchical category structure. Each row in this
table defines a parent-child relationship between two previously
defined categories.
.
All category hierarchies apply to only one category set specified by
the CATEGORY_SET_ID. All category hierarchies must also have one
category defined as the top category in that hierarchy specified by
a RELATIONSHIP_TYPE of TOP.
.


Storage Details
Tablespace: TablespaceAPPS_TS_ARCHIVE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
ICX_RELATED_CATEGORIES_U1 NORMAL UNIQUE TablespaceAPPS_TS_ARCHIVE ColumnCATEGORY_SET_ID
ColumnCATEGORY_ID
ColumnRELATED_CATEGORY_ID
ColumnRELATIONSHIP_TYPE
Columns
Name Datatype Length Mandatory Comments
CATEGORY_SET_ID NUMBER
Yes Category set ID for the relation defined by this row
CATEGORY_ID NUMBER
Yes Parent category for the parent-child relation defined by this row
RELATED_CATEGORY_ID NUMBER
Yes Child category for the parent-child relation defined by this row
RELATIONSHIP_TYPE VARCHAR2 (30) Yes Relation defined in this row. If releation is TOP, then the category in CATEGORY_ID is at the top of the heirarchy and RELATED_CATEGORY_ID will be the same as CATEGORY_ID.
CREATED_BY NUMBER
Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER

Standard Who column
Query Text

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


SELECT CATEGORY_SET_ID
,      CATEGORY_ID
,      RELATED_CATEGORY_ID
,      RELATIONSHIP_TYPE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM ICX.ICX_RELATED_CATEGORIES;

Dependencies

[top of page]

ICX.ICX_RELATED_CATEGORIES does not reference any database object

ICX.ICX_RELATED_CATEGORIES is referenced by following:

SchemaICX
ViewICX_RELATED_CATEGORIES#