FFS_CHAT_TXN_PREAUTH
Stores preauthorization for chat transactions.
Details
-
Schema: FUSION
-
Object owner: FFS
-
Object type: TABLE
-
Tablespace: DATA
Primary Key
| Name | Columns |
|---|---|
|
FFS_CHAT_TXN_PREAUTH_PK |
TXN_ID, ENTITY_ID, TARGET_RESOURCE_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| TXN_ID | NUMBER | 19 | Yes | Unique identifier for transaction pre-authorization. | |
| ENTITY_TYPE | VARCHAR2 | 9 | Chat Transaction Type Of The Entity. Entity Can Be Activity Or Inventory. | ||
| ENTITY_ID | NUMBER | 10 | Yes | Unique identifier for chat transaction entity. | |
| SOURCE_RESOURCE_ID | NUMBER | 8 | Yes | Resource Id Of The Sender Who Initiated The Transfer. | |
| TARGET_RESOURCE_ID | NUMBER | 8 | Yes | Resource Id Of The Receiver Of The Transaction. | |
| EXPIRY | TIMESTAMP | Expiry time of the chat transaction. | |||
| QUANTITY | NUMBER | Quantity of item to be transferred. | |||
| 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 |
|---|---|---|---|
| FFS_CHAT_TXN_PREAUTH_PK | Unique | DATA | TXN_ID, ENTITY_ID, TARGET_RESOURCE_ID |