IBY_TRXN_ERROR_TOKENS
IBY_TRXN_ERROR_TOKENS stores the values that are used to fill out the tokens in transaction error messages. For each error in IBY_TRANSACTION_ERRORS, this table contains one or more rows with one row for each token included in the corresponding error message. Each row contains the token name, or code, the value to be substituted for that token, and the lookup from which the value came, if applicable.
Details
-
Schema: FUSION
-
Object owner: IBY
-
Object type: TABLE
-
Tablespace: APPS_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
IBY_TRXN_ERROR_TOKENS_PK |
TRANSACTION_ERROR_ID, TOKEN_NAME |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
TRANSACTION_ERROR_ID | NUMBER | 18 | Yes | Transaction error Identifier | |
TOKEN_NAME | VARCHAR2 | 100 | Yes | Name or code of the token | |
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of 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. | ||
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. | |
TOKEN_VALUE | VARCHAR2 | 240 | Value to be populated into the error message | ||
LOOKUP_TYPE_SOURCE | VARCHAR2 | 30 | FND lookup type to which the token value belongs | ||
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
IBY_TRXN_ERROR_TOKENS | iby_transaction_errors | TRANSACTION_ERROR_ID |
Indexes
Index | Uniqueness | Columns |
---|---|---|
IBY_TRXN_ERROR_TOKENS_U1 | Unique | TRANSACTION_ERROR_ID, TOKEN_NAME |