MKL_WSA_USER_PROFILES

This table stores the accounts and products selected for a user

Details

  • Schema: FUSION

  • Object owner: MKL

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

MKL_WSA_USER_PROFILES_PK

WSA_USER_PROFILE_ID

Columns

Name Datatype Length Precision Not-null Comments
WSA_USER_PROFILE_ID NUMBER 18 Yes Primary key of this table.
USER_ID NUMBER 18 Yes UserId of the logged in user.
CUSTOMER_ID NUMBER 18 Customer Id. It is a reference to the customer record in the TCA schema.
INVENTORY_ITEM_ID NUMBER 18 Item Identifier.
INV_ORG_ID NUMBER 18 Item Organization Identifier.
PROD_GROUP_ID NUMBER 18 Product Group Identifier.
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_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.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated 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.

Foreign Keys

Table Foreign Table Foreign Key Column
MKL_WSA_USER_PROFILES hz_parties CUSTOMER_ID
MKL_WSA_USER_PROFILES egp_item_org_associations INVENTORY_ITEM_ID, INV_ORG_ID
MKL_WSA_USER_PROFILES qsc_prod_groups_b PROD_GROUP_ID

Indexes

Index Uniqueness Tablespace Columns
MKL_WSA_USER_PROFILES_U1 Unique Default WSA_USER_PROFILE_ID