BANK_CD_VW4(SQL View) |
Index Back |
|---|---|
Bank code view for Payments |
| select distinct a.bank_setid, a.bank_cd, b.descr, b.descrshort from ps_payment_tbl a, PS_BANK_CD_TBL b where a.bank_setid = b.setid and a.bank_cd = b.bank_cd |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | The PeopleSoft tableset ID associated with a given bank/counterparty. | |
| 2 | Character(5) | VARCHAR2(5) NOT NULL |
Bank Code
Prompt Table: BANK_CD_TBL |
|
| 3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
| 4 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |