BNK_TR_AB_LNG_V(SQL View) |
Index Back |
---|---|
Treasury Bank Accts (Sale) RLRelated Language View for Treasury Bank Accounts used for Sell / Buyback (Has BANK_CD_CUST in the key, used for prompting when an internal account might be used) MC - See Treasury Issue FS-MCRANNESS-194 "N" |
SELECT c.setid ,c.bank_cd_cust ,c.counterparty ,d.currency_cd ,c.bank_acct_key ,n.language_cd ,n.descr FROM ps_bank_acct_cpty c , ps_bank_acct_lng n , PS_BANK_ACCT_DEFN d WHERE n.setid = c.setid AND n.bank_cd = c.bank_cd AND n.bank_cd_cpty = c.bank_cd_cpty AND n.bank_acct_key = c.bank_acct_key AND d.TR = 'Y' AND d.setid = c.setid AND d.bank_cd = c.bank_cd AND d.bank_cd_cpty = c.bank_cd_cpty AND d.bank_acct_key = c.bank_acct_key AND d.acct_status = 'A' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SALE_BANK_SETID | Character(5) | VARCHAR2(5) NOT NULL | The subject tableset ID associated with the treasury bank code for a buy/sellback transaction. |
2 | SALE_BANK_CD_CUST | Character(5) | VARCHAR2(5) NOT NULL | The subject treasury bank code for a buy/sellback transaction. |
3 | SALE_BANK_CD | Character(5) | VARCHAR2(5) NOT NULL | The subject settlement bank code for a buy/sellback transaction. |
4 | SALE_CURRENCY | Character(3) | VARCHAR2(3) NOT NULL | The subject transaction currency for a buy/sellback transaction. |
5 | BANK_ACCT_KEY | Character(4) | VARCHAR2(4) NOT NULL | A user defined unique identifier that facilitates the identification of a given account with a given bank |
6 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
7 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |