DBA Data[Home] [Help]

APPS.PAY_US_EMPLOYEE_PAYSLIP_WEB dependencies on FND_CURRENCY

Line 1777: fnd_currency.get_format_mask(

1773: CLOSE c_currency_code;
1774: END IF;
1775: IF g_currency_code is not null THEN
1776: lv_formatted_number := to_char(p_value,
1777: fnd_currency.get_format_mask(
1778: g_currency_code,40));
1779: ELSE
1780: lv_formatted_number := p_value;
1781: END IF;