DBA Data[Home] [Help]

APPS.PAY_US_EMPLOYEE_PAYSLIP_WEB dependencies on FND_CURRENCY

Line 1189: fnd_currency.get_format_mask(

1185: CLOSE c_currency_code;
1186: END IF;
1187: IF g_currency_code is not null THEN
1188: lv_formatted_number := to_char(p_value,
1189: fnd_currency.get_format_mask(
1190: g_currency_code,40));
1191: ELSE
1192: lv_formatted_number := p_value;
1193: END IF;