DBA Data[Home] [Help]

APPS.PA_FIN_PLAN_PUB dependencies on PA_FP_PLANNING_TRANSACTION_PUB

Line 2982: pa_fp_planning_transaction_pub.Refresh_rbs_for_versions(

2978:
2979: If nvl(l_source_ver_rbs_version_id,-99) <> nvl(l_target_pt_lvl_rbs_version_id,-99) THEN
2980: -- rbs needs to be updated with parent plan type level record
2981: -- do not copy summarization data
2982: pa_fp_planning_transaction_pub.Refresh_rbs_for_versions(
2983: p_project_id => p_project_id
2984: ,p_fin_plan_type_id => l_target_fin_plan_type_id
2985: ,p_calling_context => 'SINGLE_VERSION'
2986: ,p_budget_version_id => l_budget_version_id

Line 5828: -- the uncategorized info is required to call pa_fp_planning_transaction_pub.create_default_task_plan_txns

5824: END IF;
5825: END IF;
5826: ELSE -- added for bug 4724017
5827: -- this code block would be executed for all the flows other than the AMG flow.
5828: -- the uncategorized info is required to call pa_fp_planning_transaction_pub.create_default_task_plan_txns
5829: -- conditionally only for uncategorized resource lists only.
5830: IF P_PA_DEBUG_MODE = 'Y' THEN
5831: pa_debug.g_err_stage:='Fetching uncategorized flag when resource list id is not passed';
5832: pa_debug.write('Create_Version: ' || l_module_name,pa_debug.g_err_stage,3);

Line 6555: pa_fp_planning_transaction_pub.create_default_task_plan_txns

6551: pa_debug.g_err_stage:='Calling create_default_task_plan_txns api';
6552: pa_debug.write('Create_Version: ' || l_module_name,pa_debug.g_err_stage,3);
6553: END IF;
6554:
6555: pa_fp_planning_transaction_pub.create_default_task_plan_txns
6556: ( p_budget_version_id => l_new_budget_version_id
6557: , p_version_plan_level_code => new_version_info_rec.fin_plan_level_code
6558: , x_return_status => x_return_status
6559: , x_msg_count => l_msg_count