DBA Data[Home] [Help]

APPS.AP_WEB_POLICY_UTILS dependencies on FND_CURRENCIES_VL

Line 849: from fnd_currencies_vl

845: FUNCTION get_currency_display(p_currency_code IN VARCHAR2) RETURN VARCHAR2 IS
846:
847: CURSOR currency_cur IS
848: select name||' - '||currency_code currency_display
849: from fnd_currencies_vl
850: where currency_code = p_currency_code;
851:
852: currency_rec currency_cur%ROWTYPE;
853: