PSC_LNP_AUTHORIZED_AGNT
This table contains a list of the agents authorized to use the contractor license.
Details
-
Schema: FUSION
-
Object owner: PSC_PER
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
PSC_LNP_AUTHORIZED_AGNT_PK |
LNP_AUTHORIZED_AGNT_KEY |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| LNP_AUTHORIZED_AGNT_KEY | NUMBER | 18 | Yes | Auto generated number used uniquely to identify the license. | |
| LNP_AUTHORIZED_AGNT_PUID | VARCHAR2 | 480 | Yes | PUID for record. Alternate key used by CRM Import. | |
| LNP_RECORD_KEY | NUMBER | 18 | Yes | Unique identifier for the related transaction. | |
| LNP_RECORD_ID | VARCHAR2 | 50 | Yes | Indicates the meaningful transaction identifier. | |
| RECORD_NUMBER | VARCHAR2 | 64 | Yes | PUID for permit record. Used by CRM Import. | |
| LNP_LICENSE_KEY | NUMBER | 18 | Indicates unique identifier of the license. | ||
| AGENT_SOURCE | VARCHAR2 | 30 | The source for the agent information. | ||
| SOURCE_KEY | NUMBER | 18 | Indicates unique identifier of the source transaction. | ||
| SOURCE_AGENT_KEY | NUMBER | 18 | Auto generated number used uniquely to identify the agent. | ||
| 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 | 40 | 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 | 60 | 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. | ||
| POSTAL_PLUS4_CODE | VARCHAR2 | 60 | Postal code 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. | ||
| 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 | NUMBER | 18 | Contact ID associated with the applicant. | ||
| BE_PERSON_KEY | NUMBER | 18 | Unique identifier of a responsible person for the business. | ||
| BE_PERSON_ID | VARCHAR2 | 200 | Meaningful identifier of a responsible person for the business. | ||
| PARTY_ID | NUMBER | 18 | Unique dentifier of a responsible person for the business. | ||
| BUSINESS_ENTITY_KEY | NUMBER | 18 | Unique identifier for the business entity. | ||
| BUSINESS_ENTITY_ID | VARCHAR2 | 50 | Meaningful identifier for business location. | ||
| BUSINESS_LOCATION_KEY | NUMBER | 18 | Unique identifier for business location. | ||
| BUSINESS_LOCATION_ID | VARCHAR2 | 50 | Meaningful identifier for business location. | ||
| DATE_OF_BIRTH | DATE | The responsible person?s date of birth. | |||
| PHONE_TYPE | VARCHAR2 | 30 | The type of phone for the responsible person. | ||
| RAW_PHONE_NUMBER | VARCHAR2 | 60 | The responsible person's full phone number. | ||
| EMERGENCY_CONTACT_FLAG | VARCHAR2 | 1 | Indicates if an emergency contact phone exists. | ||
| EMERG_CONTACT_PHONE | VARCHAR2 | 60 | The person?s emergency contact phone number. | ||
| PERSON_LENGTH_AT_ADDRESS | NUMBER | 20 | The length of time the person has been at the address. | ||
| CONTACT_DMV_LIC_NUM | VARCHAR2 | 30 | The responsible person's driver's license number. | ||
| CONTACT_DMV_LIC_ST | VARCHAR2 | 60 | The responsible person's driver license issued state. | ||
| CONTACT_DMV_LIC_EXP | DATE | The responsible person's driver's license expiration date. | |||
| STATUS | VARCHAR2 | 30 | Status of responsible person for the business. | ||
| VERIFICATION_STATUS | VARCHAR2 | 30 | The verification status for the responsible person. | ||
| VERIFICATION_DATE | DATE | The date the responsible person was verified. | |||
| VERIFIED_BY | VARCHAR2 | 200 | The agency staff that verified the responsible person. | ||
| PERSON_PRE_NAME_ADJUNCT | VARCHAR2 | 30 | The salutation for the responsible person. | ||
| APPLICANT_IS_AUTH_AGENT_FLAG | VARCHAR2 | 1 | Indicates applicant is the authorized agent. | ||
| AGENT_ADDRESS_ID | NUMBER | 18 | The reference key to the TCA location table. | ||
| SUBJECT_ID | VARCHAR2 | 30 | Attribute used to identify where the data should be displayed. | ||
| MIGRATED_DATA_FLAG | VARCHAR2 | 3 | Indicates In-flight or Historical transaction for data migration. | ||
| 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_LNP_AUTHORIZED_AGNT | psc_lnp_record | LNP_RECORD_KEY |
| PSC_LNP_AUTHORIZED_AGNT | psc_lnp_record | RECORD_NUMBER |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| PSC_LNP_AUTHORIZED_AGNT_N1 | Non Unique | Default | SOURCE_KEY |
| PSC_LNP_AUTHORIZED_AGNT_N2 | Non Unique | Default | LNP_RECORD_KEY |
| PSC_LNP_AUTHORIZED_AGNT_U1 | Unique | Default | LNP_AUTHORIZED_AGNT_KEY |
| PSC_LNP_AUTHORIZED_AGNT_U2 | Unique | Default | LNP_AUTHORIZED_AGNT_PUID |