BANK_ISSUER_VW(SQL View) |
Index Back |
---|---|
Treasury IssuersTreasury Counterparties who Issue paper and other Instruments |
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 | The entity or organization that sponsors the issuance of a given financial instrument on behalf of the tre | |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
4 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |