VENDOR_SHRT_VW1(SQL View) |
Index Back |
|---|---|
Vendor Short Name ViewUsed as a prompt to search on the short name of a Vendor. |
| SELECT a.setid , a.vendor_name_short , a.name1 , a.vendor_id FROM PS_VENDOR a |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Prompt Table: SETID_TBL |
|
| 2 | Character(14) | VARCHAR2(14) NOT NULL | Short Vendor Name | |
| 3 | NAME1 | Character(40) | VARCHAR2(40) NOT NULL | Name 1 |
| 4 | VENDOR_ID | Character(10) | VARCHAR2(10) NOT NULL | Vendor Identifier |