NET_PAY_BANK_VW(SQL View) |
Index Back |
---|---|
Bank codes with accountsPrompting view that shows only those bank codes that have accounts defined. Used on records where bank code/account are entered in combination. |
select distinct a.setid, a.bank_cd, b.descr, b.descrshort from ps_bank_acct_tbl a, PS_BANK_CD_TBL b where a.setid = b.setid and a.bank_cd = b.bank_cd |
# | 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 | PAY_BANK_CD | Character(5) | VARCHAR2(5) NOT NULL | The bank for the disbursing side of a settlement transaction. |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
4 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |