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 6725: PA_FIN_PLAN_PUB.Set_Current_Working(

6721: pa_debug.g_err_stage := 'Calling Set_Current_Working';
6722: pa_debug.write(g_module_name,pa_debug.g_err_stage,3);
6723: END IF;
6724:
6725: PA_FIN_PLAN_PUB.Set_Current_Working(
6726: p_project_id => p_target_project_id
6727: ,p_budget_version_id => l_target_version_id
6728: ,p_record_version_number => NULL --l_target_record_version_num
6729: ,p_orig_budget_version_id => l_target_version_id --as this is the initial creation

Line 6747: PA_FIN_PLAN_PUB.Submit_Current_Working(

6743: END IF;
6744:
6745: --Bug 3964755. In copy project flow, the version need not be locked. Added the context parameter
6746: --to submit API to skip this check.
6747: PA_FIN_PLAN_PUB.Submit_Current_Working(
6748: p_calling_context => 'COPY_PROJECT'
6749: ,p_project_id => p_target_project_id
6750: ,p_budget_version_id => l_target_version_id
6751: ,p_record_version_number => NULL --l_target_record_version_num

Line 6769: PA_FIN_PLAN_PUB.Baseline(

6765:
6766: -- Bug Fix: 4569365. Removed MRC code.
6767: -- PA_MRC_FINPLAN.G_CALLING_MODULE := PA_MRC_FINPLAN.G_COPY_PROJECTS; /* FPB2 */
6768:
6769: PA_FIN_PLAN_PUB.Baseline(
6770: p_project_id => p_target_project_id
6771: ,p_budget_version_id => l_target_version_id
6772: ,p_record_version_number => NUll --l_target_record_version_num
6773: ,p_orig_budget_version_id => NULL --l_target_version_id Bug # 2680859