DBA Data[Home] [Help]

APPS.PA_FP_COPY_FROM_PKG dependencies on PA_FIN_PLAN_PUB

Line 578: PA_FIN_PLAN_PUB.DELETE_VERSION_HELPER(

574: pa_debug.g_err_stage:='Calling the delete version api';
575: pa_debug.write('Copy_Plan: ' || g_module_name,pa_debug.g_err_stage,3);
576: END IF;
577:
578: PA_FIN_PLAN_PUB.DELETE_VERSION_HELPER(
579: p_budget_version_id => p_target_plan_version_id
580: ,x_return_status => l_return_status
581: ,x_msg_count => l_msg_count
582: ,x_msg_data => l_msg_data );

Line 598: PA_FIN_PLAN_PUB.COPY_VERSION(

594: pa_debug.g_err_stage:='Calling the copy version api';
595: pa_debug.write('Copy_Plan: ' || g_module_name,pa_debug.g_err_stage,3);
596: END IF;
597:
598: PA_FIN_PLAN_PUB.COPY_VERSION(
599: p_project_id => l_project_id
600: ,p_source_version_id => p_source_plan_version_id
601: ,p_copy_mode => PA_FP_CONSTANTS_PKG.G_BUDGET_STATUS_WORKING
602: ,px_target_version_id => l_target_plan_version_id

Line 6708: PA_FIN_PLAN_PUB.Set_Current_Working(

6704: pa_debug.g_err_stage := 'Calling Set_Current_Working';
6705: pa_debug.write(g_module_name,pa_debug.g_err_stage,3);
6706: END IF;
6707:
6708: PA_FIN_PLAN_PUB.Set_Current_Working(
6709: p_project_id => p_target_project_id
6710: ,p_budget_version_id => l_target_version_id
6711: ,p_record_version_number => NULL --l_target_record_version_num
6712: ,p_orig_budget_version_id => l_target_version_id --as this is the initial creation

Line 6730: PA_FIN_PLAN_PUB.Submit_Current_Working(

6726: END IF;
6727:
6728: --Bug 3964755. In copy project flow, the version need not be locked. Added the context parameter
6729: --to submit API to skip this check.
6730: PA_FIN_PLAN_PUB.Submit_Current_Working(
6731: p_calling_context => 'COPY_PROJECT'
6732: ,p_project_id => p_target_project_id
6733: ,p_budget_version_id => l_target_version_id
6734: ,p_record_version_number => NULL --l_target_record_version_num

Line 6752: PA_FIN_PLAN_PUB.Baseline(

6748:
6749: -- Bug Fix: 4569365. Removed MRC code.
6750: -- PA_MRC_FINPLAN.G_CALLING_MODULE := PA_MRC_FINPLAN.G_COPY_PROJECTS; /* FPB2 */
6751:
6752: PA_FIN_PLAN_PUB.Baseline(
6753: p_project_id => p_target_project_id
6754: ,p_budget_version_id => l_target_version_id
6755: ,p_record_version_number => NUll --l_target_record_version_num
6756: ,p_orig_budget_version_id => NULL --l_target_version_id Bug # 2680859