PSC_COM_CNTRCTR_LIC
This table contains general contractor license detail pertaining to the license number.
Details
-
Schema: FUSION
-
Object owner: PSC_CC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
PSC_COM_CNTRCTR_LIC_PK |
LICENSE_KEY |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| LICENSE_KEY | NUMBER | 18 | Yes | Auto generated number used uniquely to identify the license. | |
| LICENSE_SETUP_CODE | VARCHAR2 | 30 | Yes | Setup code identifying segments usages on the license. | |
| LICENSE_TYPE | VARCHAR2 | 30 | Yes | Identifies the type of license issued. | |
| LICENSE_NUMBER | VARCHAR2 | 50 | Yes | Identifies the license number issued by the government. | |
| LICENSE_LMF_PRE | VARCHAR2 | 10 | Suffix associated with the contractor HIS license number. | ||
| LICENSE_NUMBER2 | VARCHAR2 | 50 | Identifies the number portion of the contractor license. | ||
| NAME | VARCHAR2 | 360 | Name on the contractor's license. | ||
| DBA | VARCHAR2 | 360 | Name the contractor is doing business as. | ||
| OWNER | VARCHAR2 | 360 | Owner name(s) on the contractor's license. | ||
| ADDRESS1 | VARCHAR2 | 240 | First address line on contractor's license. | ||
| ADDRESS2 | VARCHAR2 | 240 | Second address line on contractor's license. | ||
| ADDRESS3 | VARCHAR2 | 240 | Third address line on contractor's license. | ||
| ADDRESS4 | VARCHAR2 | 240 | Fourth address line on contractor's license. | ||
| CITY | VARCHAR2 | 60 | Name of City on contractor's license. | ||
| STATE | VARCHAR2 | 60 | Name of State on contractor's license. | ||
| COUNTRY | VARCHAR2 | 60 | Name of Country on contractor's license. | ||
| POSTAL_PLUS4_CODE | VARCHAR2 | 60 | Postal code on contractor's license. | ||
| COUNTY | VARCHAR2 | 60 | Name of county on contractor's license. | ||
| PROVINCE | VARCHAR2 | 60 | Name of province on contractor's license. | ||
| PHONE_COUNTRY_CODE | VARCHAR2 | 10 | Phone country code on the contractor's license. | ||
| PHONE_AREA_CODE | VARCHAR2 | 10 | Phone Area Code on the contractor's license. | ||
| PHONE_NUMBER | VARCHAR2 | 40 | Phone number on the contractor's license. | ||
| PHONE_EXTENSION | VARCHAR2 | 20 | Phone extension on the contractor's license. | ||
| ENTITY | VARCHAR2 | 30 | Entity identified on the contractor's license. | ||
| ISSUE_DATE | DATE | Date contractor's license was issued or in effect. | |||
| REISSUE_DATE | DATE | Reissue date of contractor's license. | |||
| EXPIRE_DATE | DATE | Expiration date of contractor's license. | |||
| REACTIVATE_DATE | DATE | Reissue or renewal date of contractor's license. | |||
| INACTIVE_DATE | DATE | Date contractor's license was inactivated. | |||
| SUSPEND_DATE | DATE | First date of contract's license suspension. | |||
| COMPLAINT_DISCLOURE_IND | VARCHAR2 | 1 | Indicates whether a complaint has been disclosed against license. | ||
| EMAIL_ADDRESS | VARCHAR2 | 320 | Email address on contractor's license. | ||
| AGENCY_ID | NUMBER | 8 | Identifies the agency id this transaction belongs to. | ||
| INTEGRATION_SOURCE | VARCHAR2 | 30 | Identifies 3rd party integration. | ||
| INT_LAST_UPDATE_BY | VARCHAR2 | 64 | Indicates the user who updated record with 3rd party integration data. | ||
| INT_LAST_UPDATE_DT | DATE | Indicates date the last user updated with 3rd party integration data. | |||
| INTERNAL_LICENSE_STATUS | VARCHAR2 | 30 | Internally assigned status by the agent on the license. | ||
| INT_STATUS_LAST_UPDATE_BY | VARCHAR2 | 64 | Indicates the user who updated the internal license status. | ||
| INT_STATUS_LAST_UPDATE_DT | DATE | Indicates date when the user updated the internal license status. | |||
| SOURCE_STATUS | VARCHAR2 | 100 | Status as listed in the source of the license information. | ||
| SOURCE_LAST_UPDATE_DT | DATE | Date license information was last updated in the source. | |||
| USED_IN_APPLICATION | VARCHAR2 | 1 | Yes | Indicates if license is referenced in any of the applications. | |
| ENABLED_FLAG | VARCHAR2 | 1 | Yes | This field indicates whether the license is valid for use. | |
| 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. | ||
| LICENSE_CATEGORY | VARCHAR2 | 30 | Identifies the type of license issued. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| psc_com_cntrctr_lic_cmnt | psc_com_cntrctr_lic | LICENSE_KEY |
| psc_com_cntrctr_lic_fact | psc_com_cntrctr_lic | LICENSE_KEY |
| psc_com_cntrctr_lic_ins | psc_com_cntrctr_lic | LICENSE_KEY |
| psc_com_cntrctr_lic_atch | psc_com_cntrctr_lic | LICENSE_KEY |
| psc_com_cntrctr_lic_agnt | psc_com_cntrctr_lic | LICENSE_KEY |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| psc_com_cntrctr_lic_U1 | Unique | Default | LICENSE_KEY |
| psc_com_cntrctr_lic_U2 | Unique | Default | LICENSE_SETUP_CODE, LICENSE_TYPE, LICENSE_NUMBER |