NET_PYBK_LNG_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 , B2.LANGUAGE_CD , B2.DESCR , B2.DESCRSHORT FROM PS_BANK_ACCT_TBL A , PS_BANK_CD_TBL B , PS_BANK_CD_LNG B2 WHERE A.SETID = B.SETID AND A.BANK_CD = B.BANK_CD AND B2.SETID = B.SETID AND B2.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 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
5 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |