VNDR_RMTADD2_VW(SQL View) |
Index Back |
---|---|
Supplier Remit Address ViewUsed for related display fields for remit suppliers remit address on voucher panels |
select a.setid, a.vendor_id, a.remit_addr_seq_num from PS_VENDOR a where a.vendor_status = 'A' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | REMIT_SETID | Character(5) | VARCHAR2(5) NOT NULL | Remit SetID |
2 | REMIT_VENDOR | Character(10) | VARCHAR2(10) NOT NULL | Remit Vendor |
3 | REMIT_ADDR_SEQ_NUM | Number(5,0) | INTEGER NOT NULL | Remitting Location |