PSC_COM_PROJECT_CONTACT
This table stores the contact details of persons related to a particular project.
Details
-
Schema: FUSION
-
Object owner: PSC_CC
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
PSC_COM_PROJECT_CONTACT_PK |
CONTACT_KEY |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| CONTACT_KEY | NUMBER | 18 | Yes | Unique key to distinguish each contact entry. | |
| AGENCY_ID | NUMBER | 8 | Yes | Unique identifier for the Agency level Installation. Agency ID comes from the table PSC_COM_AGENCY_B. | |
| PROJECT_CODE | VARCHAR2 | 30 | Yes | Unique code to identify a project. This will be an alphanumeric number generated by the auto number generator. | |
| PRIMARY_FLAG | VARCHAR2 | 1 | Determines if the contact is the primary contact. A value of Y indicated primary contact. | ||
| CONTACT_PARTY_ID | NUMBER | 18 | The PARTY_ID of the contact person for the overall project. | ||
| CONTACT_BIZ_PARTY_ID | NUMBER | 18 | If the contact is a business, this is the PARTY_ID of the business associated with the applicant. From PBL_PARTY table. | ||
| CONTACT_PROFILE_ID | NUMBER | 18 | The user profile that is associated with a contact person. | ||
| CONTACT_BIZ_PROFILE_ID | NUMBER | 18 | The business profile that is associated with a contact person. | ||
| CONTACT_ID | NUMBER | 18 | A unique identifier for a contact person who is associated with a user. | ||
| CONTACT_TYPE | VARCHAR2 | 30 | This column is used to indicate contact type. | ||
| ORGANIZATION_NAME | VARCHAR2 | 360 | This column is used to indicate organization name. | ||
| PERSON_PRE_NAME_ADJUNCT | VARCHAR2 | 30 | This column is used to indicate person pre name adjunct. | ||
| PERSON_FIRST_NAME | VARCHAR2 | 150 | This column is used to indicate person first name. | ||
| PERSON_MIDDLE_NAME | VARCHAR2 | 60 | This column is used to indicate person middle name. | ||
| PERSON_LAST_NAME | VARCHAR2 | 150 | This column is used to indicate person last name. | ||
| PERSON_NAME_SUFFIX | VARCHAR2 | 30 | This column is used to indicate person name suffix. | ||
| PERSON_TITLE | VARCHAR2 | 60 | This column is used to indicate person title. | ||
| PERSON_NAME | VARCHAR2 | 450 | This column is used to indicate person name. | ||
| ADDRESS1 | VARCHAR2 | 240 | This column is used to indicate address line 1. | ||
| ADDRESS2 | VARCHAR2 | 240 | This column is used to indicate address line 2. | ||
| ADDRESS3 | VARCHAR2 | 240 | This column is used to indicate address line 3. | ||
| ADDRESS4 | VARCHAR2 | 240 | This column is used to indicate address line 4. | ||
| CITY | VARCHAR2 | 60 | This column is used to indicate city. | ||
| POSTAL_CODE | VARCHAR2 | 60 | This column is used to indicate postal code. | ||
| STATE | VARCHAR2 | 60 | This column is used to indicate state. | ||
| PROVINCE | VARCHAR2 | 60 | This column is used to indicate province. | ||
| COUNTY | VARCHAR2 | 60 | This column is used to indicate county. | ||
| COUNTRY | VARCHAR2 | 3 | This column is used to indicate country. | ||
| POSTAL_PLUS4_CODE | VARCHAR2 | 10 | This column is used to indicate postal plus4 code. | ||
| EMAIL_ADDRESS | VARCHAR2 | 320 | This column is used to indicate email address. | ||
| PHONE_COUNTRY_CODE | VARCHAR2 | 10 | International country code for a telephone number. For example, 33 for France. | ||
| PHONE_AREA_CODE | VARCHAR2 | 10 | The area code within a country code. | ||
| PHONE_EXTENSION | VARCHAR2 | 20 | Additional number addressed after initial connection to an internal telephone system. | ||
| PHONE_NUMBER | VARCHAR2 | 40 | This column is used to indicate phone number. | ||
| 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_COM_PROJECT_CONTACT | psc_com_project | AGENCY_ID, PROJECT_CODE |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| PSC_COM_PROJECT_CONTACT_FK1 | Non Unique | Default | AGENCY_ID, PROJECT_CODE |
| PSC_COM_PROJECT_CONTACT_PK | Unique | Default | CONTACT_KEY |