POZ_UP_REQUESTS
This table stores the master records for user/role provision requests, such as creating a user account, adding/removing a role for a user account etc.
Details
-
Schema: FUSION
-
Object owner: POZ
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
POZ_UP_REQUESTS_PK |
UP_REQUEST_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| UP_REQUEST_ID | NUMBER | 18 | Yes | Unique identifier of this supplier user role provision request. | |
| REQUEST_STATUS | VARCHAR2 | 30 | Yes | Status of this 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. | |
| PERSON_PARTY_ID | NUMBER | 18 | Party Id of the supplier contact the request is created for. | ||
| CONTACT_REQUEST_ID | NUMBER | 18 | Specifies for which new contact request or contact change request this user role request is created for. | ||
| PER_LDAP_REQUEST_ID | NUMBER | 18 | Once the request is submitted to Hcm, this stores the corresponding Hcm ldap request Id. | ||
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
| SUBMIT_INSTANCE_ID | NUMBER | 18 | Used for tracking bpel instance id for submit user provisioning request process | ||
| POST_INSTANCE_ID | NUMBER | 18 | Used for tracking bpel instance id for post process user provisioning request | ||
| SUPP_CONTACT_REQUEST_ID | NUMBER | 18 | Specifies for which supplier profile change contact request this user role request is created for. | ||
| BATCH_ID | VARCHAR2 | 200 | Batch identifier of the contact import request for which the user or role provisioning is requested. | ||
| REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| POZ_UP_REQUESTS | hz_parties | PERSON_PARTY_ID |
| POZ_UP_REQUESTS | poz_contact_requests | CONTACT_REQUEST_ID |
| POZ_UP_REQUESTS | per_ldap_requests | PER_LDAP_REQUEST_ID |
| poz_up_role_requests | poz_up_requests | UP_REQUEST_ID |
| poz_up_user_requests | poz_up_requests | UP_REQUEST_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| POZ_UP_REQUESTS_N1 | Non Unique | Default | PERSON_PARTY_ID |
| POZ_UP_REQUESTS_N2 | Non Unique | Default | CONTACT_REQUEST_ID |
| POZ_UP_REQUESTS_N3 | Non Unique | Default | PER_LDAP_REQUEST_ID |
| POZ_UP_REQUESTS_N4 | Non Unique | Default | BATCH_ID |
| POZ_UP_REQUESTS_N5 | Non Unique | Default | CREATION_DATE |
| POZ_UP_REQUESTS_U1 | Unique | Default | UP_REQUEST_ID |