KNTA_LOCKED_USERS_TEMP

This temporary table stores information about locked users.

Foreign Keys

Primary Key Table

Primary Key Column

Foreign Key Column

KNTA_USERS

USER_ID

CREATED_BY

KNTA_USERS

USER_ID

USER_ID

Column Descriptions

Column Name

Null?

Data Type

Description

CREATED_BY

NOT NULL

NUMBER

Resource identifier of the user who initiated the particular user lock

CREATED_ON

NOT NULL

DATE

Date the user lock was created

USER_ID

NOT NULL

NUMBER

Resource identifier of the user who is locked

Indexes

Index Name

Index Type

Sequence

Column Name

KNTA_LOCKED_USERS_TEMP_U1

UNIQUE

1

CREATED_BY

KNTA_LOCKED_USERS_TEMP_U2

UNIQUE

1

USER_ID

Sequences

This table uses no sequences.