DBA Data[Home] [Help]

APPS.PA_FP_CALC_UTILS dependencies on PA_FP_MULTI_CURRENCY_PKG

Line 9643: --print_msg('Calling pa_fp_multi_currency_pkg.convert_txn_currency api()');

9639: WHERE bl.budget_line_id = l_tmp2_budget_line_id_tab(i);
9640:
9641: /* Call the pc and pfc conv attributes for this budget line */
9642: FOR exBlId IN l_tmp2_budget_line_id_tab.FIRST .. l_tmp2_budget_line_id_tab.LAST LOOP
9643: --print_msg('Calling pa_fp_multi_currency_pkg.convert_txn_currency api()');
9644: pa_fp_multi_currency_pkg.convert_txn_currency
9645: ( p_budget_version_id => g_budget_version_id
9646: ,p_budget_line_id => l_tmp2_budget_line_id_tab(exBlId)
9647: ,p_source_context => 'BUDGET_LINE'

Line 9644: pa_fp_multi_currency_pkg.convert_txn_currency

9640:
9641: /* Call the pc and pfc conv attributes for this budget line */
9642: FOR exBlId IN l_tmp2_budget_line_id_tab.FIRST .. l_tmp2_budget_line_id_tab.LAST LOOP
9643: --print_msg('Calling pa_fp_multi_currency_pkg.convert_txn_currency api()');
9644: pa_fp_multi_currency_pkg.convert_txn_currency
9645: ( p_budget_version_id => g_budget_version_id
9646: ,p_budget_line_id => l_tmp2_budget_line_id_tab(exBlId)
9647: ,p_source_context => 'BUDGET_LINE'
9648: ,p_entire_version => 'Y'