BANK_BI_R_VW(SQL View) |
Index Back |
---|---|
Billing Remit to Accounts |
select a.setid, a.bank_cd, a.bank_acct_key, a.bank_account_num from ps_bank_acct_tbl a, PS_BANK_CD_TBL b where a.setid = b.setid and a.bank_cd = b.bank_cd and b.bank_type in ( 'E','O') and a.BI = 'Y' |
# | 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 | Bank Code | |
3 | Character(4) | VARCHAR2(4) NOT NULL | A user defined unique identifier that facilitates the identification of a given account with a given bank | |
4 | BANK_ACCOUNT_NUM | Character(35) | VARCHAR2(35) NOT NULL | The literal unique identifier associated with a given bank/counterparty account. |