BANK_GURANTR_VW(SQL View) | 
Index Back | 
|---|---|
Treasury Guarantors(Currently same as Treasury Issuers: BANK_ISSUER_VW) | 
| select setid ,bank_cd ,descr ,descrshort from PS_BANK_CD_TBL where bank_type in ('E','I') and treasury_cpty_sw = 'Y' and issuer_sw = 'Y' AND BANK_STATUS = 'A' | 
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description | 
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | SetID | |
| 2 | Character(5) | VARCHAR2(5) NOT NULL | Entity that guarantees the credit worthiness of a financial instrument and its counterparty | |
| 3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description | 
| 4 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |