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


TABLE: CSF.CSF_R_MESSAGE_TOKENS

Object Details
Object Name: CSF_R_MESSAGE_TOKENS
Object Type: TABLE
Owner: CSF
FND Design Data: TableCSF.CSF_R_MESSAGE_TOKENS
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
CSF_R_MESSAGE_TOKENS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnMESSAGE_TOKEN_ID
CSF_R_MESSAGE_TOKENS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnMESSAGE_ID
Columns
Name Datatype Length Mandatory Comments
MESSAGE_TOKEN_ID NUMBER
Yes Primary key for table CSF_R_MESSAGE_TOKENS.
MESSAGE_ID NUMBER
Yes Foreign key to table CSF_R_SCHED_REQUESTS.
NAME VARCHAR2 (60) Yes The message token name.
VALUE VARCHAR2 (4000) Yes The message token value.
SECURITY_GROUP_ID NUMBER

Security group identifier.
OBJECT_VERSION_NUMBER NUMBER
Yes The object version number is incremented by one at every update. The object version number is read when the row is read. When the record is updated a check is made that the update version number in the database has the same value as when the row was read. If the number was changed, some other process has updated the record and the row changes should be abandoned.
Query Text

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


SELECT MESSAGE_TOKEN_ID
,      MESSAGE_ID
,      NAME
,      VALUE
,      SECURITY_GROUP_ID
,      OBJECT_VERSION_NUMBER
FROM CSF.CSF_R_MESSAGE_TOKENS;

Dependencies

[top of page]

CSF.CSF_R_MESSAGE_TOKENS does not reference any database object

CSF.CSF_R_MESSAGE_TOKENS is referenced by following:

SchemaCSF
ViewCSF_R_MESSAGE_TOKENS#