DBA Data[Home] [Help]

APPS.ICX_REQ_TEMPLATES dependencies on FND_CURRENCY

Line 1523: v_order_total := to_char(to_number(l_order_total), fnd_currency.get_format_mask(l_currency, 30));

1519:
1520: /* Build the new order total message */
1521: FND_MESSAGE.SET_NAME('ICX','ICX_ITEM_ADD_TOTAL');
1522: FND_MESSAGE.SET_TOKEN('CURRENCY_CODE', l_currency);
1523: v_order_total := to_char(to_number(l_order_total), fnd_currency.get_format_mask(l_currency, 30));
1524: FND_MESSAGE.SET_TOKEN('REQUISITION_TOTAL', v_order_total);
1525: l_order_total_message := FND_MESSAGE.GET;
1526:
1527: /* 'Seleted from template' message */