IN_ITM_VND_VW

(SQL View)
Index Back

Item Exceptions Supplier Item


SELECT DISTINCT a.setid , a.vendor_setid , a.itm_id_vndr , c.descr60 FROM ps_item_vendor_ec a , ps_eo_eip_ctl b , PS_MASTER_ITEM_EC c WHERE b.eip_program = 'ITEM' AND b.eip_dta_status IN ('0','1','4','6','7') AND a.itm_id_vndr > ' ' AND a.eip_ctl_id = b.eip_ctl_id AND c.eip_ctl_id = b.eip_ctl_id AND a.setid = b.setid AND c.setid = b.setid

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 SETID Character(5) VARCHAR2(5) NOT NULL SetID
2 VENDOR_SETID Character(5) VARCHAR2(5) NOT NULL Vendor SetID
3 ITM_ID_VNDR Character(50) VARCHAR2(50) NOT NULL Vendor Item ID
4 DESCR60 Character(60) VARCHAR2(60) NOT NULL Description