DBA Data[Home] [Help]

APPS.PA_FIN_PLAN_PUB dependencies on PA_FP_TXN_CURRENCIES_PUB

Line 2319: PA_FP_TXN_CURRENCIES_PUB.copy_fp_txn_currencies (

2315: pa_debug.g_err_stage := 'Calling copy_fp_txn_currencies api';
2316: pa_debug.write('Copy_Version: ' || l_module_name,pa_debug.g_err_stage,3);
2317: END IF;
2318:
2319: PA_FP_TXN_CURRENCIES_PUB.copy_fp_txn_currencies (
2320: p_source_fp_option_id => l_source_proj_fp_options_id
2321: ,p_target_fp_option_id => l_target_proj_fp_options_id
2322: ,p_target_fp_preference_code => NULL
2323: ,p_plan_in_multi_curr_flag => l_plan_in_multi_curr_flag --bug 2706430

Line 6284: PA_FP_TXN_CURRENCIES_PUB.enter_agreement_curr_for_ci

6280: IF p_agreement_id IS NOT NULL THEN
6281:
6282: -- Insert the agreement_currency into pa_fp_txn_currencies table
6283:
6284: PA_FP_TXN_CURRENCIES_PUB.enter_agreement_curr_for_ci
6285: ( p_project_id => p_project_id
6286: ,p_fin_plan_version_id => l_new_budget_version_id
6287: ,p_ci_id => p_ci_id
6288: ,p_project_currency_code => l_project_currency_code

Line 6305: PA_FP_TXN_CURRENCIES_PUB.COPY_FP_TXN_CURRENCIES (

6301: pa_debug.g_err_stage:='Calling COPY_FP_TXN_CURRENCIES api';
6302: pa_debug.write('Create_Version: ' || l_module_name,pa_debug.g_err_stage,3);
6303: END IF;
6304:
6305: PA_FP_TXN_CURRENCIES_PUB.COPY_FP_TXN_CURRENCIES (
6306: p_source_fp_option_id => new_version_info_rec.source_fp_options_id
6307: ,p_target_fp_option_id => l_new_proj_fp_options_id
6308: ,p_target_fp_preference_code => null
6309: ,p_plan_in_multi_curr_flag => new_version_info_rec.plan_in_multi_curr_flag