DBA Data[Home] [Help]

APPS.OKL_SUBSIDY_POOL_TRX_PVT dependencies on OKL_ACCOUNTING_UTIL

Line 193: okl_accounting_util.get_curr_con_rate(p_api_version => p_api_version

189: -- determine the pool amount from the transaction amount.
190: IF(l_sixv_rec.trx_currency_code <> cv_pool_details.currency_code)THEN
191: lv_conv_rate := 0;
192: -- currency conversion date is as on the subsidy pool transaction date which is sysdate
193: okl_accounting_util.get_curr_con_rate(p_api_version => p_api_version
194: ,p_init_msg_list => p_init_msg_list
195: ,x_return_status => x_return_status
196: ,x_msg_count => x_msg_count
197: ,x_msg_data => x_msg_data

Line 215: okl_accounting_util.cross_currency_round_amount(p_api_version => p_api_version

211: lv_subsidy_pool_amt := lv_conv_rate * l_sixv_rec.trx_amount;
212: l_sixv_rec.conversion_rate := lv_conv_rate;
213: -- now round off the amount
214: lv_subsidy_pool_round_amt := 0;
215: okl_accounting_util.cross_currency_round_amount(p_api_version => p_api_version
216: ,p_init_msg_list => p_init_msg_list
217: ,x_return_status => x_return_status
218: ,x_msg_count => x_msg_count
219: ,x_msg_data => x_msg_data