DBA Data[Home] [Help]

APPS.PAY_PYKRSSEL_XMLP_PKG dependencies on FND_CURRENCY

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

72: open currency_format_mask (cf_legislation_code);
73: fetch currency_format_mask into v_currency_code,cp_unit;
74: close currency_format_mask;
75:
76: v_format_mask := fnd_currency.get_format_mask(v_currency_code, v_field_length);
77:
78: return v_format_mask;
79: end;
80: