DBA Data[Home] [Help]

APPS.PAY_PYNZSOE_XMLP_PKG dependencies on FND_CURRENCIES

Line 303: v_currency_code fnd_currencies.currency_code%type;

299: function CF_CURRENCY_FORMAT_MASKFormula return VARCHAR2 is
300:
301:
302:
303: v_currency_code fnd_currencies.currency_code%type;
304: v_format_mask varchar2(100) := null;
305: v_field_length number(3) := 15;
306:
307: begin