DBA Data[Home] [Help]

APPS.PAY_PYSG8SAD_XMLP_PKG dependencies on FND_CURRENCY

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

86: open currency_format_mask (cf_legislation_code);
87: fetch currency_format_mask into v_currency_code;
88: close currency_format_mask;
89:
90: v_format_mask := fnd_currency.get_format_mask(v_currency_code, v_field_length);
91:
92: return v_format_mask;
93: end;
94: