DBA Data[Home] [Help] [Dependency Information]


TABLE: ICX.ICX_TEXT

Object Details
Object Name: ICX_TEXT
Object Type: TABLE
Owner: ICX
FND Design Data: TableICX.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.
.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
ICX_TEXT_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnTEXT_ID
Columns
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.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT TEXT_ID
,      SESSION_ID
,      TEXT
,      TIMESTAMP
FROM ICX.ICX_TEXT;

Dependencies

[top of page]

ICX.ICX_TEXT does not reference any database object

ICX.ICX_TEXT is referenced by following:

SchemaAPPS
SynonymICX_TEXT