VNDR_PAYGRP_VW(SQL View) |
Index Back |
---|---|
Vndr Pay Grp Vw for Vndr Arch |
select distinct a.setid, a.pymnt_group_cd, b.descr, b.descrshort from PS_VENDOR_PAY a, ps_vndr_paygrp_tbl b where a.setid = b.setid and a.pymnt_group_cd = b.pymnt_group_cd |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | VENDOR_SETID | Character(5) | VARCHAR2(5) NOT NULL | Vendor SetID |
2 | PYMNT_GROUP_CD | Character(2) | VARCHAR2(2) NOT NULL | Pay Group Code |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
4 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |