DBA Data[Home] [Help]

APPS.PAY_PAYKRSOE_XMLP_PKG dependencies on FND_CURRENCY

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

75: open currency_format_mask (cf_legislation_code);
76: fetch currency_format_mask into v_currency_code;
77: close currency_format_mask;
78:
79: v_format_mask := fnd_currency.get_format_mask(v_currency_code, v_field_length);
80:
81: return v_format_mask;
82: end;
83: