QUICK_CNT_VW

(SQL View)
Index Back

Customer/Contact/Address View

This 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 , cst.CUSTOMER_SETID , cst.CUST_ID , cnt.EMAILID , cnt.NAME1 , cnt.CONTACT_FLAG FROM ps_contact cnt , PS_CONTACT_CUST cst WHERE %EffdtCheck(contact,cnt,%currentdatein) AND cst.setid=cnt.setid AND cst.contact_id=cnt.contact_id AND cst.effdt=cnt.effdt

  • Related Language Record: CONTACT_CUST_LV
  • # 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 CUSTOMER_SETID Character(5) VARCHAR2(5) NOT NULL Customer SetID
    4 CUST_ID Character(15) VARCHAR2(15) NOT NULL Uniquely identifies an organizational entity that purchases goods or services from the enterprise. Represents the sold-to customer which is the customer organization that places orders. The CUST_ID may or may not be the same as the identifiers for the bill-to and ship-to locations.
    5 EMAILID Character(70) VARCHAR2(70) NOT NULL A user's E-mail address
    6 NAME1 Character(40) VARCHAR2(40) NOT NULL Name 1
    7 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