CURR_EURO_VW

(SQL View)
Index Back

Euro Participating Currencies

Euro Participating Currency codes are inserted in this table to identify them for Euro-specific processing when necessary.

SELECT e.currency_cd , c.descrshort , c.descr , e.active_status FROM PS_CURRENCY_EURO e , ps_currency_cd_tbl c WHERE e.currency_cd = c.currency_cd

  • Related Language Record: CURR_EUROVW_LNG
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 CURRENCY_CD Character(3) VARCHAR2(3) NOT NULL Currency Code

    Prompt Table: CURRENCY_CD_TBL

    2 DESCRSHORT Character(10) VARCHAR2(10) NOT NULL Short Description
    3 DESCR Character(30) VARCHAR2(30) NOT NULL Description
    4 ACTIVE_STATUS Character(1) VARCHAR2(1) NOT NULL Transfer Template Status
    A=Active
    I=Inactive