POZ_UP_ROLE_REQUESTS

This table stores the supplier user role membership requests, such as adding or removing a role for a supplier user.

Details

  • Schema: FUSION

  • Object owner: POZ

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

POZ_UP_ROLE_REQUESTS_PK

ROLE_REQUEST_ID

Columns

Name Datatype Length Precision Not-null Comments
ROLE_REQUEST_ID NUMBER 18 Yes Unique identifier of this role membership request.
UP_REQUEST_ID NUMBER 18 Yes Indicates which user role provision request this role membership request is part of.
ROLE_GUID VARCHAR2 64 Yes Guid of the role.
REQUEST_TYPE VARCHAR2 30 Yes Type of the request.
REQUEST_STATUS VARCHAR2 30 Yes Status of the request.
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_ROLE_MEMBERSHIP_ID NUMBER 18 Once the request is submitted to Hcm, this stores the corresponding Hcm ldap role membership Id.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.

Foreign Keys

Table Foreign Table Foreign Key Column
POZ_UP_ROLE_REQUESTS poz_up_requests UP_REQUEST_ID
POZ_UP_ROLE_REQUESTS per_ldap_role_memberships PER_LDAP_ROLE_MEMBERSHIP_ID
POZ_UP_ROLE_REQUESTS per_roles_dn ROLE_GUID

Indexes

Index Uniqueness Tablespace Columns
POZ_UP_ROLE_REQUESTS_N1 Non Unique Default UP_REQUEST_ID
POZ_UP_ROLE_REQUESTS_N2 Non Unique Default PER_LDAP_ROLE_MEMBERSHIP_ID
POZ_UP_ROLE_REQUESTS_U1 Unique Default ROLE_REQUEST_ID