[Home] [Help]
APPS.PAY_PAYRPBLK1_XMLP_PKG dependencies on FND_CURRENCY
Line 71: v_format_mask := fnd_currency.get_format_mask(v_currency_code, v_field_length);
67: open currency_format_mask (cf_legislation_code);
68: fetch currency_format_mask into v_currency_code;
69: close currency_format_mask;
70:
71: v_format_mask := fnd_currency.get_format_mask(v_currency_code, v_field_length);
72:
73: return v_format_mask;
74: end;
75: