DBA Data[Home] [Help]

APPS.PAY_PYNZREC_XMLP_PKG dependencies on FND_CURRENCY

Line 128: v_format_mask := fnd_currency.get_format_mask(v_currency_code, v_field_length);

124: open currency_format_mask (cf_legislation_code);
125: fetch currency_format_mask into v_currency_code;
126: close currency_format_mask;
127:
128: v_format_mask := fnd_currency.get_format_mask(v_currency_code, v_field_length);
129:
130: return v_format_mask;
131: end;
132: