CURR_CD_AR_VW

(SQL View)
Index Back

CURRENCY CODE VIEW FOR AR


SELECT currency_cd , descr FROM ps_currency_cd_tbl tbl WHERE tbl.eff_status = 'A' AND tbl.effdt = ( SELECT MAX(tbl_ed.effdt) FROM ps_currency_cd_tbl tbl_ed WHERE tbl_ed.currency_cd=tbl.currency_cd AND tbl_ed.effdt<=%CurrentDateIn )

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 CURRENCY_CD Character(3) VARCHAR2(3) NOT NULL Currency Code
2 DESCR Character(30) VARCHAR2(30) NOT NULL Description