DBA Data[Home] [Help]

APPS.PA_FIN_PLAN_PUB dependencies on PA_FP_TXN_CURRENCIES_PUB

Line 2335: PA_FP_TXN_CURRENCIES_PUB.copy_fp_txn_currencies (

2331: pa_debug.g_err_stage := 'Calling copy_fp_txn_currencies api';
2332: pa_debug.write('Copy_Version: ' || l_module_name,pa_debug.g_err_stage,3);
2333: END IF;
2334:
2335: PA_FP_TXN_CURRENCIES_PUB.copy_fp_txn_currencies (
2336: p_source_fp_option_id => l_source_proj_fp_options_id
2337: ,p_target_fp_option_id => l_target_proj_fp_options_id
2338: ,p_target_fp_preference_code => NULL
2339: ,p_plan_in_multi_curr_flag => l_plan_in_multi_curr_flag --bug 2706430

Line 6304: PA_FP_TXN_CURRENCIES_PUB.enter_agreement_curr_for_ci

6300: IF p_agreement_id IS NOT NULL THEN
6301:
6302: -- Insert the agreement_currency into pa_fp_txn_currencies table
6303:
6304: PA_FP_TXN_CURRENCIES_PUB.enter_agreement_curr_for_ci
6305: ( p_project_id => p_project_id
6306: ,p_fin_plan_version_id => l_new_budget_version_id
6307: ,p_ci_id => p_ci_id
6308: ,p_project_currency_code => l_project_currency_code

Line 6325: PA_FP_TXN_CURRENCIES_PUB.COPY_FP_TXN_CURRENCIES (

6321: pa_debug.g_err_stage:='Calling COPY_FP_TXN_CURRENCIES api';
6322: pa_debug.write('Create_Version: ' || l_module_name,pa_debug.g_err_stage,3);
6323: END IF;
6324:
6325: PA_FP_TXN_CURRENCIES_PUB.COPY_FP_TXN_CURRENCIES (
6326: p_source_fp_option_id => new_version_info_rec.source_fp_options_id
6327: ,p_target_fp_option_id => l_new_proj_fp_options_id
6328: ,p_target_fp_preference_code => null
6329: ,p_plan_in_multi_curr_flag => new_version_info_rec.plan_in_multi_curr_flag