SPF_VNDR_CUR_VW

(SQL View)
Index Back

supplier currency view

displays the currencies associated with the suppliers defined locations. it also includes the default currency for the business unit.

SELECT DISTINCT A.SETID , A.VENDOR_ID , A.VNDR_LOC , A.CURRENCY_CD , B.DESCR FROM PS_VENDOR_LOC A , PS_CURRENCY_CD_TBL B WHERE A.EFFDT <= %CurrentDateIn AND A.EFF_STATUS = 'A' AND A.CURRENCY_CD <> ' ' AND A.CURRENCY_CD = B.CURRENCY_CD

  • Related Language Record: SPF_VNDRCUR_L_V
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 SETID Character(5) VARCHAR2(5) NOT NULL SetID
    2 VENDOR_ID Character(10) VARCHAR2(10) NOT NULL Vendor Identifier
    3 VNDR_LOC Character(10) VARCHAR2(10) NOT NULL Vendor Location
    4 CURRENCY_CD Character(3) VARCHAR2(3) NOT NULL Currency Code
    5 DESCR Character(30) VARCHAR2(30) NOT NULL Description