DBA Data[Home] [Help]

APPS.PA_FP_COPY_FROM_PKG dependencies on PA_FP_TXN_CURRENCIES_PUB

Line 6331: PA_FP_TXN_CURRENCIES_PUB.Copy_Fp_Txn_Currencies(

6327: pa_debug.g_err_stage := 'Calling Copy_Fp_Txn_Currencies api';
6328: pa_debug.write(g_module_name,pa_debug.g_err_stage,3);
6329: END IF;
6330:
6331: PA_FP_TXN_CURRENCIES_PUB.Copy_Fp_Txn_Currencies(
6332: p_source_fp_option_id => l_proj_fp_options_id_tbl(l_index)
6333: ,p_target_fp_option_id => l_target_proj_fp_options_id
6334: ,p_target_fp_preference_code => NULL
6335: ,p_plan_in_multi_curr_flag => l_plan_in_multi_curr_flag

Line 6374: PA_FP_TXN_CURRENCIES_PUB.Copy_Fp_Txn_Currencies(

6370: pa_debug.g_err_stage := 'Calling Copy_Fp_Txn_Currencies api';
6371: pa_debug.write(g_module_name,pa_debug.g_err_stage,3);
6372: END IF;
6373:
6374: PA_FP_TXN_CURRENCIES_PUB.Copy_Fp_Txn_Currencies(
6375: p_source_fp_option_id => l_proj_fp_options_id_tbl(l_index)
6376: ,p_target_fp_option_id => l_target_proj_fp_options_id
6377: ,p_target_fp_preference_code => NULL
6378: ,p_plan_in_multi_curr_flag => l_plan_in_multi_curr_flag

Line 9033: PA_FP_TXN_CURRENCIES_PUB.Copy_Fp_Txn_Currencies(

9029: pa_debug.write( l_module_name,pa_debug.g_err_stage,l_debug_level3);
9030: END IF;
9031:
9032: --Call the API to create the txn currencies
9033: PA_FP_TXN_CURRENCIES_PUB.Copy_Fp_Txn_Currencies(
9034: p_source_fp_option_id => l_src_proj_fp_options_id
9035: ,p_target_fp_option_id => l_targ_proj_fp_options_id
9036: ,p_target_fp_preference_code => NULL
9037: ,p_plan_in_multi_curr_flag => l_targ_multi_curr_flag

Line 10268: PA_FP_TXN_CURRENCIES_PUB.copy_fp_txn_currencies (

10264: WHERE proj_fp_options_id = wp_version_options_rec.proj_fp_options_id;
10265:
10266: -- Copy MC currencies from plan type
10267:
10268: PA_FP_TXN_CURRENCIES_PUB.copy_fp_txn_currencies (
10269: p_source_fp_option_id => parent_plan_type_rec.proj_fp_options_id
10270: ,p_target_fp_option_id => wp_version_options_rec.proj_fp_options_id
10271: ,p_target_fp_preference_code => NULL
10272: ,p_plan_in_multi_curr_flag => parent_plan_type_rec.plan_in_multi_curr_flag

Line 10279: pa_debug.g_err_stage:='Called API PA_FP_TXN_CURRENCIES_PUB.copy_fp_txn_currencies

10275: ,x_msg_data => x_msg_data );
10276:
10277: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN
10278: IF l_debug_mode = 'Y' THEN
10279: pa_debug.g_err_stage:='Called API PA_FP_TXN_CURRENCIES_PUB.copy_fp_txn_currencies
10280: api returned error';
10281: pa_debug.write('Update_Plan_Setup_For_WP_Copy: ' || g_module_name,pa_debug.g_err_stage,5);
10282: END IF;
10283: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;