BNK_CD_AP_VWLG1(SQL View) |
Index Back |
---|---|
Bank codes with accounts vw lgPrompting 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 , c.language_cd , c.descr , c.descrshort FROM ps_bank_acct_defn a , PS_BANK_CD_TBL b , ps_bank_cd_lng c WHERE a.setid = b.setid AND a.bank_cd = b.bank_cd AND a.bank_acct_qual = 'C' AND a.ap = 'Y' AND a.setid = c.setid AND a.bank_cd = c.bank_cd AND b.bank_type <> 'N' AND b.bank_status <> 'I' |
# | 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_BNKSET_NONVW |
2 | BANK_CD | Character(5) | VARCHAR2(5) NOT NULL | Bank Code |
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 |