[Home] [Help]
[Dependency Information]
Object Name: | EGO_ITEM_CAT_DENORM_HIER |
---|---|
Object Type: | TABLE |
Owner: | EGO |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Table EGO_ITEM_CAT_DENORM_HIER is used to store the denormalized hierarchy of item catalog groups. Each row of this table stores parent-child relationships between item catalog categories that can be used to reconstruct the inheritance hierarchy of a given item catalog category.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
EGO_ITEM_CAT_DENORM_HIER_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PARENT_CATALOG_GROUP_ID | NUMBER | (15) | Yes | The child item catalog group id. |
CHILD_CATALOG_GROUP_ID | NUMBER | (15) | Yes | Child catalog Group Id |
Cut, paste (and edit) the following text to query this object:
SELECT PARENT_CATALOG_GROUP_ID
, CHILD_CATALOG_GROUP_ID
FROM EGO.EGO_ITEM_CAT_DENORM_HIER;
EGO.EGO_ITEM_CAT_DENORM_HIER does not reference any database object
EGO.EGO_ITEM_CAT_DENORM_HIER is referenced by following:
|
|
|