[Home] [Help]
[Dependency Information]
Object Name: | ICX_CAT_ITEMS_CTX_TLP |
---|---|
Object Type: | TABLE |
Owner: | ICX |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
For each item, we construct a synthetic document Oracle Text will index on. This document is basically a concatenation of all the searchable attributes. To support efficient maintenance of these documents, each document is broken up into several rows, some for base attributes, some for category attributes. For each of these rows, SEQUENCE will be different.
CTX_DESC column stores the concatenation of all the searchable attributes.
ORG_ID column stores the id of the operating unit that owns this item, and in the case of global agreements, the ids of the different operating units that subscribe to the blanket where this item is extracted from.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
ICX_CAT_ITEMS_CTX_TLP_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
RT_ITEM_ID | NUMBER | Yes | Internally generated Item Id. (References ICX_CAT_ITEMS_B.rt_item_id) | |
LANGUAGE | VARCHAR2 | (4) | Yes | Language for which the item is defined for. |
SEQUENCE | NUMBER | Yes | The synthetic document could be broken up into several pieces, this stores the sequence of each piece | |
CTX_DESC | VARCHAR2 | (4000) | Ctx Desc holds the concatenated string within tokens of searchable attributes. | |
ORG_ID | NUMBER | Operating unit Id in which the item exists | ||
LAST_UPDATE_LOGIN | NUMBER | Standard Who column: identifies sign-on audit information of the user who last updated this record. (References FND_LOGINS.login_id.) | ||
LAST_UPDATED_BY | NUMBER | Standard Who column: the user who last updated this record. (References FND_USERS.user_id.) | ||
LAST_UPDATE_DATE | DATE | Standard Who column: date when this record was last updated | ||
CREATED_BY | NUMBER | Standard Who column: the user who created this record. (References FND_USERS.user_id.) | ||
CREATION_DATE | DATE | Standard Who column: date when this record was created | ||
REQUEST_ID | NUMBER | Concurrent Request Id. | ||
PROGRAM_APPLICATION_ID | NUMBER | Standard Who column: the application that owns the concurrent program that created or updated this record. (References FND_CONCURRENT_PROGRAMS.application_id.) | ||
PROGRAM_ID | NUMBER | Standard Who column: the concurrent program that created or updated this record. (References FND_CONCURRENT_PROGRAMS.concurrent_program_id.) | ||
PROGRAM_UPDATE_DATE | DATE | Standard Who column: the date when this record was created or updated by a concurrent program |
Cut, paste (and edit) the following text to query this object:
SELECT RT_ITEM_ID
, LANGUAGE
, SEQUENCE
, CTX_DESC
, ORG_ID
, LAST_UPDATE_LOGIN
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, CREATED_BY
, CREATION_DATE
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
FROM ICX.ICX_CAT_ITEMS_CTX_TLP;
ICX.ICX_CAT_ITEMS_CTX_TLP does not reference any database object
ICX.ICX_CAT_ITEMS_CTX_TLP is referenced by following:
|
|
|