NET_PAY_SET_VW(SQL View) |
Index Back |
---|---|
Bank SetID ViewPrompt toPAY_BANK_SETID Field |
select distinct a.setid, b.descr, b.descrshort from PS_BANK_ACCT_TBL a, ps_setid_tbl b where a.setid = b.setid |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | PAY_BANK_SETID | Character(5) | VARCHAR2(5) NOT NULL | The PeopleSoft tableset ID for a bank on the disbursing side of a settlement transaction. |
2 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
3 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |