RVL_CURRNCY_LVW

(SQL View)
Index Back

Currencies Available for Reval


SELECT DISTINCT i.bal_currency , L.LANGUAGE_CD , a.effdt , L.descr , L.descrshort FROM PS_ITEM i , ps_currency_cd_tbl a , PS_CURRCD_TBL_LANG L WHERE a.currency_cd = i.bal_currency AND i.item_status = 'O' AND A.CURRENCY_CD = L.CURRENCY_CD AND A.EFFDT = L.EFFDT

  • Related Language Record for RVL_CURRENCY_VW
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 ENTRY_CURRENCY Character(3) VARCHAR2(3) NOT NULL Specifies the currency associated with the monetary amount of a pending item.
    2 LANGUAGE_CD Character(3) VARCHAR2(3) NOT NULL Language Code
    3 EFFDT Date(10) DATE Effective Date
    4 DESCR Character(30) VARCHAR2(30) NOT NULL Description
    5 DESCRSHORT Character(10) VARCHAR2(10) NOT NULL Short Description