BANK_CD_TBL_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 SETID , BANK_CD , DESCR , DESCRSHORT FROM PS_BANK_CD_TBL |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Prompt Table: SP_SETID_NONVW |
|
| 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 |