CURR_PYMNT_VWLG(SQL View) |
Index Back |
---|---|
View built over currency codes |
SELECT a.currency_cd , b.language_cd , a.effdt , b.descr , b.descrshort , a.cur_symbol FROM ps_currency_cd_tbl a , ps_currcd_tbl_lang b WHERE a.currency_cd = b.currency_cd AND a.effdt = b.effdt |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(3) | VARCHAR2(3) NOT NULL | Payment Currency | |
2 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
3 | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
|
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
5 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL |
Short Description
Default Value: CURRENCY_CD_TBL.DESCR |
6 | CUR_SYMBOL | Character(4) | VARCHAR2(4) NOT NULL | Currency Symbol |