VENDOR_CNTCT_VW(SQL View) |
Index Back |
---|---|
Vendor Contact ViewVendor Contact View. |
SELECT a.setid , a.vendor_id , a.cntct_seq_num , a.descr , b.contact_type , b.contact_name FROM ps_vndr_cntct_scr a , PS_VENDOR_CNTCT b WHERE a.setid=b.setid AND a.vendor_id = b.vendor_id AND a.cntct_seq_num=b.cntct_seq_num AND b.eff_status = 'A' AND b.effdt <= %CurrentDateIn |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL | SetID |
2 | VENDOR_ID | Character(10) | VARCHAR2(10) NOT NULL | Vendor Identifier |
3 | CNTCT_SEQ_NUM | Number(3,0) | SMALLINT NOT NULL |
Contact Sequence Number
Default Value: 1 |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
5 | CONTACT_TYPE | Character(1) | VARCHAR2(1) NOT NULL |
Contact Type
B=Billing Contact C=Claims E=EDI Contact G=General I=Internal Corporate Contact M=Executive Management O=Policy P=Accounts Payable R=Broker S=Sales Contact U=Customer Service V=Service Contact W=Warehousing/Shipping Contact |
6 | CONTACT_NAME | Character(50) | VARCHAR2(50) NOT NULL | Contact Name |