EM_VCHR_OPR_VW(SQL View) |
Index Back |
---|---|
Supplier Security Drop Down ViThis view is used by the voucher inquiries screen to list the supplier's related to an OPRID. Market Pay Module |
SELECT DISTINCT a.voucher_id , c.oprid FROM PS_VOUCHER a , ps_vendor b , ps_sec_bu_opr c WHERE a.vendor_setid = b.setid AND a.vendor_id = b.vendor_id AND a.business_unit = c.business_unit |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | VOUCHER_ID | Character(8) | VARCHAR2(8) NOT NULL | Voucher ID |
2 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |