PJT_MESSAGE_TOKENS

This table stores tokens for messages in PJT_ERROR_MESSAGES table.

Details

  • Schema: FUSION

  • Object owner: PJT

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

PJT_MESSAGE_TOKENS_PK

MESSAGE_TOKEN_ID

Columns

Name Datatype Length Precision Not-null Comments
MESSAGE_TOKEN_ID NUMBER 18 Yes System-generated unique message token ID.
MESSAGE_ID NUMBER 18 Yes FK to PJT_ERROR_MESSAGES TABLE(PJT_ERROR_MESSAGES.MESSAGE_ID).
TOKEN_NAME VARCHAR2 100 Name of the token for which to provide a value for a processing message.
DATA_TYPE VARCHAR2 20 Token data type : DATE,TEXT or NUMBER.
TOKEN_VALUE_DATE DATE Value provided to substitue for a token in a processing message for DATE data type.
TOKEN_VALUE_TEXT VARCHAR2 240 Value provided to substitue for a token in a processing message for TEXT data type.
TOKEN_VALUE_NUMBER NUMBER Value provided to substitute for a token in a processing message for NUMBER data type.
LOAD_REQUEST_ID NUMBER 18 Identifier of the scheduled process that populates the interface table from user uploaded data.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
ENTERPRISE_ID NUMBER 18 Yes Enterprise identifier that uniquely identifies a tenant in a multi-tenant environment

Foreign Keys

Table Foreign Table Foreign Key Column
PJT_MESSAGE_TOKENS pjt_error_messages MESSAGE_ID

Indexes

Index Uniqueness Tablespace Columns
PJT_MESSAGE_TOKENS_U1 Unique Default MESSAGE_TOKEN_ID