COUNTRY_CUR_TBL

(SQL View)
Index Back

Country Currency Codes

The COUNTRY_CUR_TBL matches a country code with its currency code.

SELECT A.Country ,A.Effdt ,A.Eff_Status ,A.Currency_Cd FROM PS_Currency_Cd_Tbl A WHERE A.Country <> ' '

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 COUNTRY Character(3) VARCHAR2(3) NOT NULL Country

Prompt Table: COUNTRY_TBL

2 EFFDT Date(10) DATE NOT NULL Effective Date
3 EFF_STATUS Character(1) VARCHAR2(1) NOT NULL Effective Status
A=Active
I=Inactive
4 CURRENCY_CD Character(3) VARCHAR2(3) NOT NULL Currency Code