DBA Data[Home] [Help]

APPS.PAY_PAYHKMPF_XMLP_PKG dependencies on FND_CURRENCIES

Line 183: v_currency_code fnd_currencies.currency_code%type;

179: end;
180:
181: function CF_CURRENCY_FORMAT_MASKFormula return Number is
182:
183: v_currency_code fnd_currencies.currency_code%type;
184: v_format_mask varchar2(100) := null;
185: v_field_length number(3);
186:
187: begin