DBA Data[Home] [Help]

APPS.PAY_PAYSGSOE_XMLP_PKG dependencies on FND_CURRENCIES

Line 107: v_currency_code fnd_currencies.currency_code%type;

103: end;
104:
105: function CF_CURRENCY_FORMAT_MASKFormula return Char is
106:
107: v_currency_code fnd_currencies.currency_code%type;
108: v_format_mask varchar2(100) := null;
109: v_field_length number(3) := 15;
110:
111: begin