BANK_CD_VW2(SQL View) |
Index Back |
---|---|
Bank Codes by Bank SetidBank Codes by Bank Setid. Selects records with AP = 'Y'. |
SELECT a.setid , a.bank_cd , a.descr , a.descrshort , a.bnk_id_nbr ,a.descr_ac FROM PS_BANK_CD_TBL a WHERE 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: SETID_TBL |
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 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |
5 | BNK_ID_NBR | Character(20) | VARCHAR2(20) NOT NULL | A literal alphanumeric attribute that uniquely identifies a given bank or counterparty. |
6 | DESCR_AC | Character(30) | VARCHAR2(30) NOT NULL | Alternate Description |