PSC_COM_CNTRCTR_LIC_AGNT
This table contains contact details associated with the contractor license.
Details
-
Schema: FUSION
-
Object owner: PSC_CC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
psc_com_cntrctr_lic_agnt_PK |
LICENSE_AGENT_KEY |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| LICENSE_AGENT_KEY | NUMBER | 18 | Yes | Auto generated number used uniquely to identify the license. | |
| LICENSE_KEY | NUMBER | 18 | Yes | Indicates unique identifier of the license. | |
| PERSON_PRE_NAME_ADJUNCT | VARCHAR2 | 30 | Salutation of person associated with the contractor license. | ||
| PERSON_FIRST_NAME | VARCHAR2 | 150 | First name of person associated with the contractor license. | ||
| PERSON_MIDDLE_NAME | VARCHAR2 | 60 | Middle name of person associated with the contractor license. | ||
| PERSON_LAST_NAME | VARCHAR2 | 150 | Last name of person associated with the contractor license. | ||
| PERSON_NAME_SUFFIX | VARCHAR2 | 30 | Suffix associated with the person name. | ||
| PERSON_NAME | VARCHAR2 | 450 | Full concatenated name including first, middle, last, and suffix names. | ||
| ORGANIZATION_NAME | VARCHAR2 | 360 | Organization of person associated with the contractor license. | ||
| JOB_TITLE | VARCHAR2 | 60 | Identifies the person's job title associated with the contact. | ||
| EMAIL_ADDRESS | VARCHAR2 | 320 | Email address of person associated with the contractor license. | ||
| PHONE_COUNTRY_CODE | VARCHAR2 | 10 | Phone country code associated with phone number. | ||
| PHONE_AREA_CODE | VARCHAR2 | 10 | Area code of the phone number associated with contact. | ||
| PHONE_NUMBER | VARCHAR2 | 40 | Phone number associated with contact. | ||
| PHONE_EXTENSION | VARCHAR2 | 20 | Phone extension associated with the phone number. | ||
| ADDRESS1 | VARCHAR2 | 240 | First address line of contact address. | ||
| ADDRESS2 | VARCHAR2 | 240 | Second address line of contact address. | ||
| ADDRESS3 | VARCHAR2 | 240 | Third address line of contact address. | ||
| ADDRESS4 | VARCHAR2 | 240 | Fourth address line of contact address. | ||
| CITY | VARCHAR2 | 60 | Name of city for the contact address. | ||
| STATE | VARCHAR2 | 60 | Name of State for the contact address. | ||
| COUNTRY | VARCHAR2 | 3 | Name of country for the contact address. | ||
| POSTAL_CODE | VARCHAR2 | 60 | Postal code for the contact address. | ||
| COUNTY | VARCHAR2 | 60 | Name of county for the contact address. | ||
| PROVINCE | VARCHAR2 | 60 | Name of province for the contact address. | ||
| CONTACT_TYPE | VARCHAR2 | 30 | Identifies type of contact the person associated with the license. | ||
| PRIMARY_FLAG | VARCHAR2 | 1 | Identifies the preferred contact for the contractor. | ||
| ASSOCIATE_DATE | DATE | Date associated with the Contractor License. | |||
| DISASSOCIATE_DATE | DATE | Disassociated date from the Contractor License. | |||
| AUTHORIZE_STATUS | VARCHAR2 | 30 | Status of the agent associated with the contractor license. | ||
| VERIFICATION_DATE | DATE | Indicates date when the user updated the authorize status. | |||
| VERIFIED_BY | VARCHAR2 | 64 | Indicates the user who updated the authorize status. | ||
| CONTACT_PARTY_ID | NUMBER | 18 | Party ID associated with the applicant. | ||
| CONTACT_BIZ_PARTY_ID | NUMBER | 18 | Business Party ID associated with the applicant. | ||
| CONTACT_PROFILE_ID | NUMBER | 18 | Profile ID associated with the applicant. | ||
| CONTACT_BIZ_PROFILE_ID | NUMBER | 18 | Business Profile ID associated with the applicant. | ||
| CONTACT_ID | VARCHAR2 | 18 | Contact ID associated with the applicant. | ||
| LICENSE_HOLDER_FLAG | VARCHAR2 | 1 | Identifies the person that the contractor license was issued to. | ||
| 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. | ||
| CONTACT_ACTIVE | VARCHAR2 | 1 | Yes | Indicates the status for the contact person. | |
| ACTIVE_LAST_UPDATE_DATE | TIMESTAMP | Indicates the date when the user updated the contact active status. | |||
| ACTIVE_LAST_UPDATE_BY | VARCHAR2 | 64 | Indicates the user who updated the contact active status. | ||
| AUTHORIZE_AGENT_FLAG | VARCHAR2 | 1 | Yes | Indicates the contact person is an authorized user of the license. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| PSC_COM_CNTRCTR_LIC_AGNT | psc_com_cntrctr_lic | LICENSE_KEY |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| PSC_COM_CNTRCTR_LIC_AGNT_N1 | Non Unique | Default | LICENSE_KEY |
| psc_com_cntrctr_lic_agnt_U1 | Unique | Default | LICENSE_AGENT_KEY |