POZ_UP_USER_REQUESTS

This table stores the supplier user account requests, such as creating a user account, inactivate/activate a user account etc.

Details

  • Schema: FUSION

  • Object owner: POZ

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

POZ_UP_USER_REQUESTS_PK

USER_REQUEST_ID

Columns

Name Datatype Length Precision Not-null Comments
USER_REQUEST_ID NUMBER 18 Yes Unique identifier of this user account request.
UP_REQUEST_ID NUMBER 18 Yes Indicates which user role provision request this user account request is part of.
REQUEST_TYPE VARCHAR2 30 Yes Type of the user request.
REQUEST_STATUS VARCHAR2 30 Yes Status of the user request.
PREFERRED_LANGUAGE VARCHAR2 30 The preferred language of the user the request is for. Default taken if not provided.
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.
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.
PER_LDAP_USER_ID NUMBER 18 Once the request is submitted to Hcm, this stores the corresponding Hcm ldap user Id.
USER_GUID VARCHAR2 64 Guid of the user this request is for (if known)
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
USER_CATEGORY VARCHAR2 240 Category of the new user account. If a user category is not specified, user will be created with DEFAULT category.

Foreign Keys

Table Foreign Table Foreign Key Column
POZ_UP_USER_REQUESTS poz_up_requests UP_REQUEST_ID
POZ_UP_USER_REQUESTS per_ldap_users PER_LDAP_USER_ID

Indexes

Index Uniqueness Tablespace Columns
POZ_UP_USER_REQUESTS_N1 Non Unique Default UP_REQUEST_ID
POZ_UP_USER_REQUESTS_N2 Non Unique Default PER_LDAP_USER_ID
POZ_UP_USER_REQUESTS_U1 Unique Default USER_REQUEST_ID