DBA Data[Home] [Help]

APPS.ICX_REQ_SPECIAL_ORD dependencies on FND_CURRENCY

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

904:
905: /* Build the new order total message */
906: FND_MESSAGE.SET_NAME('ICX','ICX_ITEM_ADD_TOTAL');
907: FND_MESSAGE.SET_TOKEN('CURRENCY_CODE', l_currency);
908: v_order_total := to_char(to_number(l_order_total), fnd_currency.get_format_mask(l_currency, 30));
909: FND_MESSAGE.SET_TOKEN('REQUISITION_TOTAL', v_order_total);
910: l_order_total_message := FND_MESSAGE.GET;
911:
912: EXCEPTION