CNTCT_SETID_VW(SQL View) |
Index Back |
---|---|
Sold toCustomer Contact RecordThis is view of all sold to customers of the contact. |
SELECT DISTINCT SETID , CONTACT_ID , CUSTOMER_SETID FROM PS_CONTACT_CUST |
# | 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
Prompt Table: SP_SETID_NONVW |