QUICK_CNTCT_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 cnt.SETID , cnt.CONTACT_ID , cnt.EMAILID , cnt.NAME1 , cnt.CONTACT_FLAG FROM PS_CONTACT cnt WHERE %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 |