PSC_PBL_LICENSE_REF
This table contains the professional license information for a person or business.
Details
-
Schema: FUSION
-
Object owner: PSC_CC
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
PSC_PBL_LICENSE_REF_PK |
LICENSE_REFERENCE_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments | Status |
|---|---|---|---|---|---|---|
| LICENSE_REFERENCE_ID | NUMBER | 18 | Yes | The unique identifier for a license. | Active | |
| PROFILE_ID | NUMBER | 18 | Yes | The user profile that is associated with the license. This is a foreign key to the profile ID at PSC_PBL_PROFILE.PROFILE_ID. | Active | |
| REFERENCE_ID | VARCHAR2 | 50 | Yes | The license number entered by the user. | Active | |
| REFERENCE_TYPE | VARCHAR2 | 30 | Yes | The license type entered by the user. | Active | |
| REFERENCE_START_DATE | DATE | The license issue date entered by the user. | Active | |||
| REFERENCE_EXPIRE_DATE | DATE | The license expiration date entered by the user. | Active | |||
| REFERENCE_DESCRIPTION | VARCHAR2 | 360 | The license description entered by the user. | Active | ||
| VERIFICATION_STATUS | VARCHAR2 | 2 | The license verification status. This is a lookup code for lookup type ORA_PSC_CC_VERIF_CODE. | Active | ||
| LAST_ACTION_BY | VARCHAR2 | 64 | The user who last updated the license verification status. | Active | ||
| LAST_ACTION_DATE | TIMESTAMP | The date and time when the license verification status was last updated. | Active | |||
| 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. | Active | |
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | Active | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | Active | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | Active | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | Active | ||
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | Active |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| PSC_PBL_LICENSE_REF | psc_pbl_profile | PROFILE_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns | Status |
|---|---|---|---|---|
| PSC_PBL_LICENSE_REF_FK1 | Non Unique | Default | PROFILE_ID | Active |
| PSC_PBL_LICENSE_REF_PK | Unique | Default | LICENSE_REFERENCE_ID | Active |