DBA Data[Home] [Help]

APPS.PA_FP_CALC_UTILS dependencies on PA_FP_MULTI_CURRENCY_PKG

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

9885: );
9886:
9887: /* Call the pc and pfc conv attributes for this budget line */
9888: FOR exBlId IN l_tmp2_budget_line_id_tab.FIRST .. l_tmp2_budget_line_id_tab.LAST LOOP
9889: --print_msg('Calling pa_fp_multi_currency_pkg.convert_txn_currency api()');
9890: pa_fp_multi_currency_pkg.convert_txn_currency
9891: ( p_budget_version_id => g_budget_version_id
9892: ,p_budget_line_id => l_tmp2_budget_line_id_tab(exBlId)
9893: ,p_source_context => 'BUDGET_LINE'

Line 9890: pa_fp_multi_currency_pkg.convert_txn_currency

9886:
9887: /* Call the pc and pfc conv attributes for this budget line */
9888: FOR exBlId IN l_tmp2_budget_line_id_tab.FIRST .. l_tmp2_budget_line_id_tab.LAST LOOP
9889: --print_msg('Calling pa_fp_multi_currency_pkg.convert_txn_currency api()');
9890: pa_fp_multi_currency_pkg.convert_txn_currency
9891: ( p_budget_version_id => g_budget_version_id
9892: ,p_budget_line_id => l_tmp2_budget_line_id_tab(exBlId)
9893: ,p_source_context => 'BUDGET_LINE'
9894: ,p_entire_version => 'Y'