IN_ITMEXPVND_VW(SQL View) |
Index Back |
---|---|
Item Exceptions Supplier Id Vw |
SELECT DISTINCT a.setid , a.vendor_setid , a.vendor_id FROM ps_item_vendor_ec a , PS_EO_EIP_CTL b WHERE b.eip_program = 'ITEM' AND b.eip_dta_status IN ('0','1','4','6','7') AND a.eip_ctl_id = b.eip_ctl_id AND a.setid = b.setid |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(5) | VARCHAR2(5) NOT NULL | SetID | |
2 | Character(5) | VARCHAR2(5) NOT NULL | Vendor SetID | |
3 | Character(10) | VARCHAR2(10) NOT NULL | Vendor Identifier |