STMT_COMPCUR_VW

(SQL View)
Index Back

Original Statement by Currency

Compares 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 CRSPD_SETID Character(5) VARCHAR2(5) NOT NULL SetID
2 CRSPD_CUST_ID Character(15) VARCHAR2(15) NOT NULL Correspondence Customer
3 ST_ID_NUM Number(8,0) INTEGER NOT NULL Statement Number
4 BAL_CURRENCY Character(3) VARCHAR2(3) NOT NULL Currency Code - Bal Amount
5 ADDRESS_SEQ_NUM Number(5,0) INTEGER NOT NULL Address Sequence Number
6 DESCR Character(30) VARCHAR2(30) NOT NULL Description