PYCYCL_BNK_VW8(SQL View) |
Index Back |
|---|---|
Pay Cycle Bank Codes |
| select distinct a.pay_cycle, a.bank_setid, a.bank_cd, b.descr from ps_pycycl_bnk 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(6) | VARCHAR2(6) NOT NULL | Pay Cycle | |
| 2 | Character(5) | VARCHAR2(5) NOT NULL | The PeopleSoft tableset ID associated with a given bank/counterparty. | |
| 3 | Character(5) | VARCHAR2(5) NOT NULL | Bank Code | |
| 4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |