[Home] [Help]
[Dependency Information]
Object Name: | IBY_TRXN_ERROR_TOKENS |
---|---|
Object Type: | TABLE |
Owner: | IBY |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
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.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
IBY_TRXN_ERROR_TOKENS_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
TRANSACTION_ERROR_ID | NUMBER | (15) | Yes | Transaction error Identifier |
TOKEN_NAME | VARCHAR2 | (100) | Yes | Name or code of the token |
CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
CREATION_DATE | DATE | Yes | Standard Who column | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
OBJECT_VERSION_NUMBER | NUMBER | Yes | Object Version number | |
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 | NUMBER | (15) | Standard Who column |
Cut, paste (and edit) the following text to query this object:
SELECT TRANSACTION_ERROR_ID
, TOKEN_NAME
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, OBJECT_VERSION_NUMBER
, TOKEN_VALUE
, LOOKUP_TYPE_SOURCE
, LAST_UPDATE_LOGIN
FROM IBY.IBY_TRXN_ERROR_TOKENS;
IBY.IBY_TRXN_ERROR_TOKENS does not reference any database object
IBY.IBY_TRXN_ERROR_TOKENS is referenced by following:
|
|
|