STMT_COMPCUR_VW(SQL View) |
Index Back |
|---|---|
Original Statement by CurrencyCompares current item balances for a customer to the item balances on the statement. |
| SELECT DISTINCT a.crspd_setid , a.crspd_cust_id , a.st_id_num , a.bal_currency , a.address_seq_num , b.descr FROM PS_STMT_CUST_DTL a , ps_cust_addr_seq b WHERE a.crspd_setid = b.setid (+) AND a.crspd_cust_id = b.cust_id (+) AND a.address_seq_num = b.address_seq_num (+) |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | SetID | |
| 2 | Character(15) | VARCHAR2(15) NOT NULL | Correspondence Customer | |
| 3 | Number(8,0) | INTEGER NOT NULL | Statement Number | |
| 4 | Character(3) | VARCHAR2(3) NOT NULL | Currency Code - Bal Amount | |
| 5 | Number(5,0) | INTEGER NOT NULL | Address Sequence Number | |
| 6 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |