QUICK_CNT_PH_VW(SQL View) |
Index Back |
---|---|
Customer/Contact/Address ViewThis record is used in capturing all the contact/customer/address profile. This is what is used for quick customer search on customer, contact or address. |
SELECT DISTINCT cnt.SETID , cnt.CONTACT_ID , cnt.EMAILID , cnt.NAME1 , cnt.CONTACT_FLAG , phn.PHONE FROM ps_contact cnt , PS_CONTACT_PHN phn WHERE cnt.SETID = phn.SETID AND cnt.CONTACT_ID = phn.CONTACT_ID AND cnt.EFFDT = phn.EFFDT AND %EffdtCheck(contact,cnt,%currentdatein) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL | SetID |
2 | CONTACT_ID | Character(15) | VARCHAR2(15) NOT NULL | Contact Identifier for Treasury Contacts |
3 | EMAILID | Character(70) | VARCHAR2(70) NOT NULL | A user's E-mail address |
4 | NAME1 | Character(40) | VARCHAR2(40) NOT NULL | Name 1 |
5 | CONTACT_FLAG | Character(1) | VARCHAR2(1) NOT NULL |
An attribute that describes the specific purpose of a given bank/counterparty contact person.
E=External Contact I=Internal Contact |
6 | PHONE | Character(24) | VARCHAR2(24) NOT NULL | Telephone |