[Home] [Help]
[Dependency Information]
| Object Name: | ICX_RELATED_CATEGORIES |
|---|---|
| Object Type: | TABLE |
| Owner: | ICX |
| FND Design Data: | ICX.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.
.
| Tablespace: | APPS_TS_ARCHIVE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| ICX_RELATED_CATEGORIES_U1 | NORMAL | UNIQUE |
APPS_TS_ARCHIVE
|
CATEGORY_SET_ID
CATEGORY_ID
RELATED_CATEGORY_ID
RELATIONSHIP_TYPE
|
| 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 |
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;
ICX.ICX_RELATED_CATEGORIES does not reference any database object
ICX.ICX_RELATED_CATEGORIES is referenced by following:
ICX
ICX_RELATED_CATEGORIES#
|
|
|
|