VNDR_CORP_VW2(SQL View) |
Index Back |
|---|---|
Suppliers as Corporate SupplieThis view is used for related display of names, etc. for suppliers designated as corporate suppliers |
| select setid, vendor_id, name1, name2, vendor_name_short from PS_VENDOR |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | SetID | |
| 2 | Character(10) | VARCHAR2(10) NOT NULL | Corporate Vendor | |
| 3 | NAME1 | Character(40) | VARCHAR2(40) NOT NULL | Name 1 |
| 4 | NAME2 | Character(40) | VARCHAR2(40) NOT NULL | Name 2 |
| 5 | VENDOR_NAME_SHORT | Character(14) | VARCHAR2(14) NOT NULL | Short Vendor Name |