BANK_CD_VW12(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.BANK_TYPE , b.descrshort FROM ps_bank_acct_defn a , PS_BANK_CD_TBL b WHERE a.setid = b.setid AND a.bank_cd = b.bank_cd AND a.bank_acct_qual = 'C' AND a.ap = 'Y' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BANK_SETID | Character(5) | VARCHAR2(5) NOT NULL |
The PeopleSoft tableset ID associated with a given bank/counterparty.
Prompt Table: SP_SETID_NONVW |
2 | BANK_CD | Character(5) | VARCHAR2(5) NOT NULL |
Bank Code
Prompt Table: BANK_CD_TBL |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
4 | BANK_TYPE | Character(1) | VARCHAR2(1) NOT NULL |
"An attribute that determines whether a bank or counterparty is defined as being internal or external
E=External I=Internal N=Netting O=Origin |
5 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |