KNTA_USER_PRODUCTS
This table stores information about which users are linked to which products.
Foreign Keys
Primary Key Table |
Primary Key Column |
Foreign Key Column |
---|---|---|
KNTA_USERS |
USER_ID |
CREATED_BY |
KNTA_USERS |
USER_ID |
LAST_UPDATED_BY |
KNTA_PRODUCTS_NLS |
PRODUCT_ID |
PRODUCT_ID |
KNTA_USERS |
USER_ID |
USER_ID |
Column Descriptions
Column Name |
Null? |
Data Type |
Description |
---|---|---|---|
USER_PRODUCT_ID |
NOT NULL |
NUMBER |
System-generated identifier |
CREATION_DATE |
NOT NULL |
DATE |
Date record was created |
CREATED_BY |
NOT NULL |
NUMBER |
Identifier for the user who created the record |
LAST_UPDATE_DATE |
NOT NULL |
DATE |
Date record was last updated |
LAST_UPDATED_BY |
NOT NULL |
NUMBER |
Identifier for the user who last updated the record |
USER_ID |
NOT NULL |
NUMBER |
Identifier for the user who is linked to the product |
PRODUCT_ID |
NOT NULL |
NUMBER |
Identifier for the product that the user is linked to |
SOURCE_TYPE_CODE |
NULLABLE |
VARCHAR2(30) |
For records that have been updated by an interface or migrator, indicates the type of external update (specific interface or migrator name, and so on) |
SOURCE |
NULLABLE |
VARCHAR2(100) |
For records that have been updated by an interface or migrator, provides additional information about the source of the external update. |
Indexes
Index Name |
Index Type |
Sequence |
Column Name |
---|---|---|---|
KNTA_USER_PRODUCTS_N1 |
NONUNIQUE |
1 |
PRODUCT_ID |
KNTA_USER_PRODUCTS_N1 |
NONUNIQUE |
2 |
USER_ID |
KNTA_USER_PRODUCTS_U1 |
UNIQUE |
1 |
USER_PRODUCT_ID |
KNTA_USER_PRODUCTS_U2 |
UNIQUE |
1 |
USER_ID |
KNTA_USER_PRODUCTS_U2 |
UNIQUE |
2 |
PRODUCT_ID |
Sequences
Sequence Name |
Sequence Type |
---|---|
KNTA_USER_PRODUCTS_S |
USER_PRODUCT_ID |