POZ_SUP_REG_SESSION_TOKENS
This table stores the information about the supplier registration session tokens.
Details
-
Schema: FUSION
-
Object owner: POZ
-
Object type: TABLE
-
Tablespace: POZ_SUP_REG_SESSION_TOKENS
Primary Key
| Name | Columns |
|---|---|
|
POZ_SUP_REG_SESSION_TOKENS_PK |
POZ_SUP_REG_SESSION_TOKEN_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| POZ_SUP_REG_SESSION_TOKEN_ID | NUMBER | 18 | Yes | Supplier Registration Session Token Identifier. | |
| SESSION_TOKEN | VARCHAR2 | 100 | Yes | Captures the token security key required to validate if a user's session is active when registering a supplier using the Visual Builder page. | |
| SESSION_EXPIRY_TIME | TIMESTAMP | Yes | Captures the time when the session of a user registering supplier using the Visual Builder page expires. | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created 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. | |
| SUPPLIER_REG_KEY | VARCHAR2 | 240 | Yes | Supplier registration Key. | |
| 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 |
|---|---|---|---|
| POZ_SUP_REG_SESSION_TOKENS_U1 | Unique | POZ_SUP_REG_SESSION_TOKENS_N1 | SUPPLIER_REG_KEY |
| POZ_SUP_REG_SESSION_TOKENS_U2 | Unique | POZ_SUP_REG_SESSION_TOKENS_U2 | POZ_SUP_REG_SESSION_TOKEN_ID |