DBA Data[Home] [Help]

APPS.PAY_PAYCNSOE_XMLP_PKG dependencies on FND_CURRENCY

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

66: open currency_format_mask (cf_legislation_code);
67: fetch currency_format_mask into v_currency_code;
68: close currency_format_mask;
69:
70: v_format_mask := fnd_currency.get_format_mask(v_currency_code, v_field_length);
71:
72: return v_format_mask;
73: end;
74: