GM_VENDOR2_VW(SQL View) |
Index Back |
---|---|
GM Supplier ViewContains the Supplier_id and name for the subrecepients from the supplier table |
SELECT A.SETID , A.VENDOR_ID , A.NAME1 FROM PS_VENDOR A |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL | SetID |
2 | VENDOR_ID | Character(10) | VARCHAR2(10) NOT NULL | Vendor Identifier |
3 | NAME1 | Character(40) | VARCHAR2(40) NOT NULL |
Name 1
Prompt Table: VENDOR_VW |