[Home] [Help]
[Dependency Information]
Object Name: | ICX_POR_CATEGORIES_TL |
---|---|
Object Type: | TABLE |
Owner: | ICX |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Stores information about the categories that exist within a catalog. Categories are used to classify items into groups of related items.
This table uses a flattened version of the base table/translation table structure usually used to support multilingual data. This approach was chosen because the number and relative size of the translatable columns closely matches or exceeds that of the non-translatable columns
Language is included in the unique indexes on this table because ICX_POR_CATEGORIES_TL is a flattened _TL table with some denormalization of columns. Consequently, unique indexes on the denormalized columns must also be qualified by language.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
ICX_POR_CATEGORIES_TL_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
ICX_POR_CATEGORIES_TL_U2 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
ICX_POR_CATEGORIES_TL_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() ![]() |
ICX_POR_CATEGORIES_TL_N2 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() ![]() |
ICX_POR_CATEGORIES_TL_N3 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
RT_CATEGORY_ID | NUMBER | Yes | Internal identifier for a category. | |
LANGUAGE | VARCHAR2 | (4) | Yes | Defined language for the row |
SOURCE_LANG | VARCHAR2 | (4) | Yes | Actual language for the row |
CATEGORY_NAME | VARCHAR2 | (250) | Yes | Category name |
DESCRIPTION | VARCHAR2 | (2000) | Category Description | |
TYPE | NUMBER | Yes | Indicates whether this category is 0 - Root 1 - Navigational 2 - Item/Genus Category 3 - Oracle Template. Note that type 3 is only valid in IP. | |
KEY | VARCHAR2 | (250) | Yes | User-defined Key that identifies a Category. |
TITLE | VARCHAR2 | (500) | ID of the originating system data source | |
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 | ||
REQUEST_ID | NUMBER | Extended Who Column | ||
PROGRAM_APPLICATION_ID | NUMBER | Extended Who Column | ||
PROGRAM_ID | NUMBER | Extended Who Column | ||
PROGRAM_UPDATE_DATE | DATE | Extended Who Column | ||
UPPER_CATEGORY_NAME | VARCHAR2 | (250) | Yes | Category Name in Upper Case |
ITEM_COUNT | NUMBER | Number of items in this category. | ||
BATCH_JOB_NUM | NUMBER | Job Number of the job that rebuilds the Intermedia Index due to changes in the Category. | ||
REBUILD_FLAG | VARCHAR2 | (1) | Indicates whether the Intermedia Index should be rebuilt due to changes in the Category Definition. | |
UPPER_KEY | VARCHAR2 | (250) | Yes | Category Key in Upper Case |
SECTION_MAP | VARCHAR2 | (250) | Section Map is a bitmap (0 or 1) indicating which section a searchable descriptor belonging to the category is given while building Intermedia Sections for searching. |
Cut, paste (and edit) the following text to query this object:
SELECT RT_CATEGORY_ID
, LANGUAGE
, SOURCE_LANG
, CATEGORY_NAME
, DESCRIPTION
, TYPE
, KEY
, TITLE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
, UPPER_CATEGORY_NAME
, ITEM_COUNT
, BATCH_JOB_NUM
, REBUILD_FLAG
, UPPER_KEY
, SECTION_MAP
FROM ICX.ICX_POR_CATEGORIES_TL;
ICX.ICX_POR_CATEGORIES_TL does not reference any database object
ICX.ICX_POR_CATEGORIES_TL is referenced by following:
|
|
|