DBA Data[Home] [Help]

APPS.PA_FP_COPY_FROM_PKG dependencies on PA_FP_TXN_CURRENCIES_PUB

Line 6347: PA_FP_TXN_CURRENCIES_PUB.Copy_Fp_Txn_Currencies(

6343: pa_debug.g_err_stage := 'Calling Copy_Fp_Txn_Currencies api';
6344: pa_debug.write(g_module_name,pa_debug.g_err_stage,3);
6345: END IF;
6346:
6347: PA_FP_TXN_CURRENCIES_PUB.Copy_Fp_Txn_Currencies(
6348: p_source_fp_option_id => l_proj_fp_options_id_tbl(l_index)
6349: ,p_target_fp_option_id => l_target_proj_fp_options_id
6350: ,p_target_fp_preference_code => NULL
6351: ,p_plan_in_multi_curr_flag => l_plan_in_multi_curr_flag

Line 6391: PA_FP_TXN_CURRENCIES_PUB.Copy_Fp_Txn_Currencies(

6387: pa_debug.g_err_stage := 'Calling Copy_Fp_Txn_Currencies api';
6388: pa_debug.write(g_module_name,pa_debug.g_err_stage,3);
6389: END IF;
6390:
6391: PA_FP_TXN_CURRENCIES_PUB.Copy_Fp_Txn_Currencies(
6392: p_source_fp_option_id => l_proj_fp_options_id_tbl(l_index)
6393: ,p_target_fp_option_id => l_target_proj_fp_options_id
6394: ,p_target_fp_preference_code => NULL
6395: ,p_plan_in_multi_curr_flag => l_plan_in_multi_curr_flag

Line 9060: PA_FP_TXN_CURRENCIES_PUB.Copy_Fp_Txn_Currencies(

9056: pa_debug.write( l_module_name,pa_debug.g_err_stage,l_debug_level3);
9057: END IF;
9058:
9059: --Call the API to create the txn currencies
9060: PA_FP_TXN_CURRENCIES_PUB.Copy_Fp_Txn_Currencies(
9061: p_source_fp_option_id => l_src_proj_fp_options_id
9062: ,p_target_fp_option_id => l_targ_proj_fp_options_id
9063: ,p_target_fp_preference_code => NULL
9064: ,p_plan_in_multi_curr_flag => l_targ_multi_curr_flag

Line 10295: PA_FP_TXN_CURRENCIES_PUB.copy_fp_txn_currencies (

10291: WHERE proj_fp_options_id = wp_version_options_rec.proj_fp_options_id;
10292:
10293: -- Copy MC currencies from plan type
10294:
10295: PA_FP_TXN_CURRENCIES_PUB.copy_fp_txn_currencies (
10296: p_source_fp_option_id => parent_plan_type_rec.proj_fp_options_id
10297: ,p_target_fp_option_id => wp_version_options_rec.proj_fp_options_id
10298: ,p_target_fp_preference_code => NULL
10299: ,p_plan_in_multi_curr_flag => parent_plan_type_rec.plan_in_multi_curr_flag

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

10302: ,x_msg_data => x_msg_data );
10303:
10304: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN
10305: IF l_debug_mode = 'Y' THEN
10306: pa_debug.g_err_stage:='Called API PA_FP_TXN_CURRENCIES_PUB.copy_fp_txn_currencies
10307: api returned error';
10308: pa_debug.write('Update_Plan_Setup_For_WP_Copy: ' || g_module_name,pa_debug.g_err_stage,5);
10309: END IF;
10310: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;