DBA Data[Home] [Help]

APPS.PAY_PAYSG21A_XMLP_PKG dependencies on FND_CURRENCY

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

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