GARN_VENDOR_VW(SQL View) |
Index Back |
---|---|
EE Garnishment Vendor SpecInformation regarding vendor id and vendor name of a garnishment order for an employee. |
SELECT a.emplid , a.company , a.garnid , a.setid , a.vendor_id , b.vendor_name_short FROM ps_garn_spec a , PS_VENDOR b WHERE a.setid = b.setid AND a.vendor_id = b.vendor_id AND b.hrms_class = 'G' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL |
Employee ID
Prompt Table: PERSON |
2 | COMPANY | Character(3) | VARCHAR2(3) NOT NULL |
Company
Prompt Table: COMPANY_TBL |
3 | GARNID | Character(6) | VARCHAR2(6) NOT NULL | Garnish ID |
4 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Prompt Table: SETID_TBL |
5 | VENDOR_ID | Character(10) | VARCHAR2(10) NOT NULL |
Vendor Identifier
Prompt Table: VENDOR_GARN_VW |
6 | VENDOR_NAME_SHORT | Character(14) | VARCHAR2(14) NOT NULL | Short Vendor Name |