PSC_PBL_USER_REF
This table contains reference data for each public user.
Details
-
Schema: FUSION
-
Object owner: PSC_CC
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
PSC_PBL_USER_REF_PK |
PSC_USER_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| PSC_USER_ID | NUMBER | 18 | Yes | System-generated unique identifier for this table. | |
| PARTY_ID | NUMBER | 18 | This column indicates Party ID for a user. This is a foreign key to the party ID at HZ_PARTIES.PARTY_ID. | ||
| DEFAULT_PROFILE | NUMBER | 18 | The default profile for a user. | ||
| TERMS_USE_ID | VARCHAR2 | 15 | The identifer for the terms of use that the user accepted. | ||
| TERMS_USE_ACCEPT_DATE | DATE | The date that the user accepted the terms of use. | |||
| TERMS_USE_ACCEPTED_BY | VARCHAR2 | 64 | The user who accepted the terms of use. | ||
| TERMS_USE_PERSON_TYPE | VARCHAR2 | 10 | The Person Type of the user who accepted the terms of use. Valid values are Public and Agency. | ||
| VALIDATION_STATUS | VARCHAR2 | 2 | Indicates the user verification status. It is a lookup code for lookup type ORA_PSC_CC_VERIF_CODE. | ||
| VALIDATION_LAST_ACTION_BY | VARCHAR2 | 64 | Indicates the user who last updated the user verification status. | ||
| VALIDATION_LAST_ACTION_DATE | TIMESTAMP | Indicates the date and time that the user verification status was last updated. | |||
| 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. | |
| 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. | ||
| 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 |
|---|---|---|
| PSC_PBL_USER_REF | hz_parties | PARTY_ID |
| psc_pbl_profile | psc_pbl_user_ref | PSC_USER_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| PSC_PBL_USER_REF_PK | Unique | FUSION_TS_TX_IDX | PSC_USER_ID |