BNK_NEWCD_LNG_V(SQL View) |
Index Back |
---|---|
'Add' Bank Search View |
select distinct a.setid, a.bank_cd, c.language_cd, c.descr, c.descrshort from ps_bank_acct_tbl a, PS_BANK_CD_TBL b, ps_bank_cd_lng c where a.setid = b.setid and a.setid=c.setid and a.bank_cd = b.bank_cd and a.bank_cd=c.bank_cd |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BANK_SETID_NEW | Character(5) | VARCHAR2(5) NOT NULL | The PeopleSoft tableset ID associated with a given bank/counterparty. |
2 | BANK_CD_NEW | Character(5) | VARCHAR2(5) NOT NULL |
A unique key identifier that represents a new bank or counterparty to the system.
Prompt Table: BANK_CD_TBL |
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 |