[Home] [Help]
[Dependency Information]
| Object Name: | ICX_TEXT |
|---|---|
| Object Type: | TABLE |
| Owner: | ICX |
| FND Design Data: | ICX.ICX_TEXT
|
| Subobject Name: | |
| Status: | VALID |
ICX_TEXT is a temporary table and used by developers to store
encrypted data. The purpose is to show only the TEXT_ID
in a HTML page and to secure the actual data. The data encryption and
decryption are handled by ICX_CALL.ENCRYPT2 and ICX_CALL.DECRYPT2
functions.
.
This table has rows regularly removed based on their age.
.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| ICX_TEXT_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
TEXT_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| TEXT_ID | NUMBER | Yes | Identifier placed on HTML page, then used to recover data | |
| SESSION_ID | NUMBER | Yes | Used to ensure the user accessing data is the user who put it there | |
| TEXT | VARCHAR2 | (4000) | Yes | Unvalidated text |
| TIMESTAMP | DATE | Yes | Creation date. It is used to remove old rows. |
Cut, paste (and edit) the following text to query this object:
SELECT TEXT_ID
, SESSION_ID
, TEXT
, TIMESTAMP
FROM ICX.ICX_TEXT;
ICX.ICX_TEXT does not reference any database object
ICX.ICX_TEXT is referenced by following:
APPS
ICX_TEXT
|
|
|
|