DBA Data[Home] [Help]

APPS.PAY_PYNZQES_XMLP_PKG dependencies on FND_CURRENCY

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

82: open currency_format_mask (cf_legislation_code);
83: fetch currency_format_mask into v_currency_code;
84: close currency_format_mask;
85:
86: v_format_mask := fnd_currency.get_format_mask(v_currency_code, v_field_length);
87:
88: return v_format_mask;
89: end;
90: