DBA Data[Home] [Help]

APPS.PA_FIN_PLAN_PUB dependencies on PA_FP_PLANNING_TRANSACTION_PUB

Line 2966: pa_fp_planning_transaction_pub.Refresh_rbs_for_versions(

2962:
2963: If nvl(l_source_ver_rbs_version_id,-99) <> nvl(l_target_pt_lvl_rbs_version_id,-99) THEN
2964: -- rbs needs to be updated with parent plan type level record
2965: -- do not copy summarization data
2966: pa_fp_planning_transaction_pub.Refresh_rbs_for_versions(
2967: p_project_id => p_project_id
2968: ,p_fin_plan_type_id => l_target_fin_plan_type_id
2969: ,p_calling_context => 'SINGLE_VERSION'
2970: ,p_budget_version_id => l_budget_version_id

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

5807: END IF;
5808: END IF;
5809: ELSE -- added for bug 4724017
5810: -- this code block would be executed for all the flows other than the AMG flow.
5811: -- the uncategorized info is required to call pa_fp_planning_transaction_pub.create_default_task_plan_txns
5812: -- conditionally only for uncategorized resource lists only.
5813: IF P_PA_DEBUG_MODE = 'Y' THEN
5814: pa_debug.g_err_stage:='Fetching uncategorized flag when resource list id is not passed';
5815: pa_debug.write('Create_Version: ' || l_module_name,pa_debug.g_err_stage,3);

Line 6535: pa_fp_planning_transaction_pub.create_default_task_plan_txns

6531: pa_debug.g_err_stage:='Calling create_default_task_plan_txns api';
6532: pa_debug.write('Create_Version: ' || l_module_name,pa_debug.g_err_stage,3);
6533: END IF;
6534:
6535: pa_fp_planning_transaction_pub.create_default_task_plan_txns
6536: ( p_budget_version_id => l_new_budget_version_id
6537: , p_version_plan_level_code => new_version_info_rec.fin_plan_level_code
6538: , x_return_status => x_return_status
6539: , x_msg_count => l_msg_count