DBA Data[Home] [Help]

APPS.AP_WEB_POLICY_UTILS dependencies on FND_CURRENCIES_VL

Line 869: from fnd_currencies_vl;

865: FUNCTION get_currency_display(p_currency_code IN VARCHAR2) RETURN VARCHAR2 IS
866:
867: CURSOR currency_cur IS
868: select currency_code, name||' - '||currency_code currency_display
869: from fnd_currencies_vl;
870:
871: BEGIN
872: IF p_currency_code is null THEN
873: return null;