OSS_ORDER_TXN_MESSAGES
Table for order transaction messages.
Details
-
Schema: FUSION
-
Object owner: OSS
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
oss_order_txn_messages_PK |
MESSAGE_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| MESSAGE_ID | NUMBER | 18 | Yes | Message identifier primary key. | |
| TRANSACTION_ID | NUMBER | 18 | Foreign key to order transactions in the OSS_ORDER_TRANSACTIONS table. | ||
| REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | ||
| MESSAGE_NAME | VARCHAR2 | 30 | Message code. | ||
| MESSAGE_TOKEN1_NAME | VARCHAR2 | 100 | Name of the message token 1. | ||
| MESSAGE_TOKEN1_VALUE | VARCHAR2 | 300 | Value of the message token 1. | ||
| MESSAGE_TOKEN2_NAME | VARCHAR2 | 100 | Name of the message token 2. | ||
| MESSAGE_TOKEN2_VALUE | VARCHAR2 | 300 | Value of the message token 2. | ||
| MESSAGE_TOKEN3_NAME | VARCHAR2 | 100 | Name of the message token 3. | ||
| MESSAGE_TOKEN3_VALUE | VARCHAR2 | 300 | Value of the message token 3. | ||
| MESSAGE_TYPE | VARCHAR2 | 30 | Type of message. Possible values are ERROR, SYSTEM, WARNING, and INFORMATION. | ||
| APPLICATION_ID | NUMBER | 18 | Oracle Subscription Management application identifier. | ||
| PRODUCT_CODE | VARCHAR2 | 100 | Application product code. | ||
| MESSAGE_EXTRA_TEXT | VARCHAR2 | 2000 | Additional comments about the transaction. | ||
| 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. | |
| 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. | ||
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| OSS_ORDER_TXN_MESSAGES_N1 | Non Unique | Default | TRANSACTION_ID |
| OSS_ORDER_TXN_MESSAGES_U1 | Unique | Default | MESSAGE_ID |