PO_SSCOLLVBU_VW(SQL View) |
Index Back |
---|---|
BU by supplier (Supplier Colla01/23/01 rml CN#WV802-1.0 Inventory business units by supplier; derived from supplier collaboration table |
SELECT DISTINCT a.vendor_setid , a.vendor_id , a.business_unit_in , b.descr FROM ps_po_coll_sch_det a , PS_BUS_UNIT_TBL_FS b WHERE a.business_unit_in = b.business_unit |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | VENDOR_SETID | Character(5) | VARCHAR2(5) NOT NULL | Vendor SetID |
2 | VENDOR_ID | Character(10) | VARCHAR2(10) NOT NULL | Vendor Identifier |
3 | BUSINESS_UNIT_IN | Character(5) | VARCHAR2(5) NOT NULL | Inventory Unit |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |