DBA Data[Home] [Help]

APPS.CN_COMMISSION_CALC_PVT dependencies on CN_GENERAL_UTILS

Line 303: l_from_currency := cn_general_utils.get_currency_code;

299: fnd_msg_pub.add;
300: RAISE FND_API.G_EXC_ERROR;
301: END IF;
302:
303: l_from_currency := cn_general_utils.get_currency_code;
304:
305: BEGIN
306: l_tot_proj_comm_amt := cn_api.convert_to_repcurr(l_tot_proj_comm_amt,
307: p_proj_comp_rec.calc_date,