Skip to main content

DBO function to return currency name from 3 character currency code

DBO.EQ_STD_CURRENCY_NAME_FROM_CODE(Parameter1) This function can convert any field that has the three character currency code into the currency name.   Parameter(s) Parameter1: Any field in the system

Updated over 2 weeks ago

DBO.EQ_STD_CURRENCY_NAME_FROM_CODE(Parameter1)

This function can convert any field that has the three character currency code into the currency name.

Parameter(s)

Parameter1: Any field in the system where the currency code is stored e.g. [Assignment: From Currency] or [Assignment Compensation Salary: Annual Base Pay Currency].

Example(s)

Example 1: Report Currency Name (Japanese Yen) rather than the 3 character Currency Code (JPY).

  • DBO.EQ_STD_CURRENCY_NAME_FROM_CODE([Assignment: From Currency])

Did this answer your question?